gelbeinhalb
f713bd6fb7
use custom app skeleton
2025-11-28 14:35:20 +01:00
94b113eb95
Renamed widget
Pull Request Pipeline / lint (pull_request) Successful in 2m8s
Pull Request Pipeline / test (pull_request) Successful in 2m8s
2025-11-28 14:07:42 +01:00
gelbeinhalb
da722c5277
Merge remote-tracking branch 'origin/development' into feature/2-gamehistoryview-anpassen
Pull Request Pipeline / test (pull_request) Successful in 2m14s
Pull Request Pipeline / lint (pull_request) Successful in 2m17s
2025-11-28 12:15:14 +01:00
gelbeinhalb
9ee9da2ac8
Made space at the bottom of the list smaller
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-27 22:59:09 +01:00
gelbeinhalb
aa208bb2ef
use standardized TopCenteredMessage
2025-11-27 22:56:22 +01:00
gelbeinhalb
a29123c964
fix error messages
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
Pull Request Pipeline / test (pull_request) Successful in 2m14s
2025-11-27 17:25:58 +01:00
gelbeinhalb
b443230285
fixed loading too fast
Pull Request Pipeline / lint (pull_request) Failing after 2m10s
Pull Request Pipeline / test (pull_request) Successful in 5m6s
2025-11-27 16:58:02 +01:00
gelbeinhalb
099e587d45
remove useless skeleton data
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Failing after 2m17s
2025-11-27 16:45:47 +01:00
745aaef978
Implemented ChooseTile
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-26 13:12:15 +01:00
b5234c765c
Changed create game button size
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s
2025-11-26 12:40:06 +01:00
919c9f57ac
Fixed button state
2025-11-26 12:35:34 +01:00
27424694ce
Removed unnecessary prints
2025-11-26 12:31:33 +01:00
84338f8f66
Changed title
2025-11-26 12:28:11 +01:00
9ba3dd7909
added missing consts
Pull Request Pipeline / test (pull_request) Successful in 2m7s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
2025-11-25 23:22:02 +01:00
2838376434
Implemented player selection
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m12s
2025-11-25 22:38:54 +01:00
86ec4de5c0
add textoverflow behaviour
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Failing after 2m8s
2025-11-25 22:03:38 +01:00
479e9a2575
add spacing between title and list and rename appbar title to game name
2025-11-25 22:01:49 +01:00
d97871d15b
fix lint
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-11-25 17:29:21 +01:00
00fd6880e9
add todo comment
Pull Request Pipeline / test (pull_request) Successful in 2m14s
Pull Request Pipeline / lint (pull_request) Failing after 2m17s
2025-11-25 17:24:35 +01:00
649330f358
Merge remote-tracking branch 'origin/feature/48-game-result-view-erstellen' into feature/48-game-result-view-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m18s
Pull Request Pipeline / lint (pull_request) Failing after 2m23s
2025-11-25 17:23:19 +01:00
07d81d687b
Implement CustomRadioListTile and update GameResultView to select a winner currently without saving to the db
2025-11-25 17:23:03 +01:00
b291673899
Merge branch 'development' into feature/48-game-result-view-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Failing after 2m9s
2025-11-25 10:28:28 +00:00
5fbf2ccb45
Implemented app skeleton
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-24 22:21:27 +01:00
e489d16c51
Removed imports
2025-11-24 22:20:53 +01:00
ae529effd2
Merge branch 'development' into feature/3-creategameview-erstellen
...
# Conflicts:
# lib/presentation/views/main_menu/create_group_view.dart
2025-11-24 22:19:32 +01:00
51e3c04e72
Refactor PlayerSelection to use AppSkeleton widget
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-24 22:08:42 +01:00
2b9f038b0d
Merge remote-tracking branch 'origin/development' into feature/65-spieler-suche-in-eigenes-widget-umwandeln
...
# Conflicts:
# lib/presentation/views/main_menu/create_group_view.dart
2025-11-24 22:01:26 +01:00
fc9779153d
Remove unused _searchBarController from CreateGroupView
2025-11-24 21:33:19 +01:00
a2522cef13
rename searchBarController to controller in PlayerSelection widget
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-24 21:26:55 +01:00
442e1d64a3
remove uneccessary groupNameController
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m17s
2025-11-24 21:24:51 +01:00
54b54796e8
remove print
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s
2025-11-24 21:19:05 +01:00
686463720a
refactor for new name and remove hide in material import
2025-11-24 21:17:27 +01:00
f1bd9c18e0
Made selectedPlayers local to SelectPlayerWidget because its not needed in CreateGroupView
2025-11-24 21:15:18 +01:00
6c9b742bdf
Refactor CreateGroupView to use SelectPlayerWidget
2025-11-24 20:59:23 +01:00
2d9148788e
Refactored skeleton widgets to own
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m19s
2025-11-24 20:05:18 +01:00
9efbc12909
moved input widgets to new folder
Pull Request Pipeline / test (pull_request) Successful in 2m1s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-11-24 16:23:29 +01:00
7c7676abee
Implemented CustomTextInputField
2025-11-24 16:17:15 +01:00
3afae89234
Added Skeleton Loading
2025-11-24 15:17:46 +01:00
093c527591
Implemented TabView
2025-11-24 15:17:29 +01:00
2ba710ca2d
Replaced unique box decorations with standardBoxDecoration
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-11-24 13:53:28 +01:00
e182c815a1
Implemented ruleset list tile with highlighting
2025-11-24 13:50:02 +01:00
c284d10943
Refactoring
2025-11-24 13:49:25 +01:00
72e48ada94
Added seletion highlighting for selected group
2025-11-24 13:31:42 +01:00
Yannick
4591a6857d
change skeleton names
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Failing after 2m6s
2025-11-24 11:39:56 +01:00
Yannick
44279bc148
Merge remote-tracking branch 'origin/development' into feature/2-gamehistoryview-anpassen
Pull Request Pipeline / test (pull_request) Successful in 2m15s
Pull Request Pipeline / lint (pull_request) Failing after 2m15s
2025-11-24 11:34:59 +01:00
Yannick
4341c2509e
fix bug where only last 2 games were shown
2025-11-24 11:07:40 +01:00
f25737cdc5
Merge branch 'development' into bug/63-übergang-auf-home-seite-blitz-kurz-gelb-auf
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-11-23 21:48:48 +00:00
e71cb11295
Implemented View for choosing group and ruleset
Pull Request Pipeline / lint (pull_request) Successful in 2m13s
Pull Request Pipeline / test (pull_request) Successful in 2m15s
2025-11-23 22:36:51 +01:00
b102ec4c1c
Implemented first structure of CreateGameView
2025-11-23 22:36:35 +01:00
974d6e9b56
refactor empty state logic in CreateGroupView
...
Pull Request Pipeline / test (pull_request) Successful in 2m22s
Pull Request Pipeline / lint (pull_request) Successful in 2m24s
The diff introduces boolean variables `doneLoading` and `snapshotDataEmpty` to simplify the conditional check for displaying the empty state message. It specifically fixes the logic to correctly show the "No players found" message when both the snapshot and the local `allPlayers` list are empty, removing the dependency on `selectedPlayers.isEmpty`.
2025-11-23 22:14:13 +01:00