|
|
b4ccb567b5
|
Added conditional description
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s
|
2025-11-28 23:15:08 +01:00 |
|
|
|
236a737fd1
|
Implemented choose game view
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
|
2025-11-28 14:41:50 +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
|
516c2afd1e
|
remove colon behind players
Pull Request Pipeline / test (pull_request) Successful in 2m16s
Pull Request Pipeline / lint (pull_request) Successful in 2m22s
|
2025-11-28 12:14:22 +01:00 |
|
gelbeinhalb
|
8c005d6e5e
|
fix possible render overflow
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m10s
|
2025-11-27 17:06:32 +01:00 |
|
gelbeinhalb
|
cc50e497c9
|
merge duplicate if statements for group and winner sections
|
2025-11-27 17:04:08 +01:00 |
|
gelbeinhalb
|
ae348499d4
|
moved functionality methods to the bottom of the file
|
2025-11-27 17:00:13 +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 |
|
|
|
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 |
|
|
|
479e9a2575
|
add spacing between title and list and rename appbar title to game name
|
2025-11-25 22:01:49 +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 |
|
|
|
7cfffadb86
|
Corrected import
|
2025-11-24 22:20:44 +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 |
|
|
|
0653700f9c
|
Added comments to explain player filtering and selection logic in PlayerSelection widget
Pull Request Pipeline / test (pull_request) Successful in 2m1s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s
|
2025-11-24 21:56:57 +01:00 |
|
|
|
7be80e6f91
|
Translate player selection UI text to English
Pull Request Pipeline / test (pull_request) Successful in 2m1s
Pull Request Pipeline / lint (pull_request) Successful in 2m2s
|
2025-11-24 21:44:41 +01:00 |
|
|
|
f8c0dbba5a
|
Remove unused TextEditingController from PlayerSelection widget
Pull Request Pipeline / test (pull_request) Successful in 2m13s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
|
2025-11-24 21:33:53 +01:00 |
|
|
|
ebb531d825
|
initialize _searchBarController internally instead of using widget controller
Pull Request Pipeline / lint (pull_request) Failing after 2m24s
Pull Request Pipeline / test (pull_request) Successful in 2m24s
|
2025-11-24 21:33:28 +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 |
|
|
|
6a77028171
|
rename to PlayerSelection
|
2025-11-24 21:17:01 +01:00 |
|
|
|
f1bd9c18e0
|
Made selectedPlayers local to SelectPlayerWidget because its not needed in CreateGroupView
|
2025-11-24 21:15:18 +01:00 |
|
|
|
744a402602
|
put player selection from creategroupview into own widget
|
2025-11-24 20:58:56 +01:00 |
|
|
|
18f635e6ef
|
Implemented custom skeleton widget
|
2025-11-24 20:05:07 +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 |
|
|
|
1faa74f026
|
Removed comment
|
2025-11-24 15:17:55 +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 |
|
|
|
9054b163ce
|
Added BoxDecorations to Custom Theme
|
2025-11-24 13:50:23 +01:00 |
|
|
|
e182c815a1
|
Implemented ruleset list tile with highlighting
|
2025-11-24 13:50:02 +01:00 |
|
|
|
72e48ada94
|
Added seletion highlighting for selected group
|
2025-11-24 13:31:42 +01:00 |
|
Yannick
|
32c7d45809
|
made game_history_tile prettier :)
Pull Request Pipeline / test (pull_request) Successful in 2m13s
Pull Request Pipeline / lint (pull_request) Failing after 2m17s
|
2025-11-24 11:34:22 +01:00 |
|
Yannick
|
ac6af803fd
|
Merge remote-tracking branch 'origin/development' into feature/2-gamehistoryview-anpassen
|
2025-11-23 20:07:10 +01:00 |
|
Yannick
|
f21d0ba4e8
|
move game_history_tile.dart
|
2025-11-23 20:04:56 +01:00 |
|
|
|
8ae85c925d
|
Fixed double
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
|
2025-11-23 14:29:23 +01:00 |
|
|
|
e9b041e43a
|
Changed double depiction
Pull Request Pipeline / test (pull_request) Successful in 2m20s
Pull Request Pipeline / lint (pull_request) Successful in 2m23s
|
2025-11-23 12:33:13 +01:00 |
|
|
|
59c041699d
|
Changed values attribute & maxBarWidth
|
2025-11-22 23:20:31 +01:00 |
|
|
|
310b9aa43b
|
Implemented StatisticsWidget tile
|
2025-11-22 22:10:02 +01:00 |
|
Yannick
|
6a985b0b1e
|
Merge branch 'development' into feature/2-gamehistoryview-anpassen
Pull Request Pipeline / test (pull_request) Successful in 2m7s
Pull Request Pipeline / lint (pull_request) Failing after 2m8s
# Conflicts:
# lib/presentation/views/main_menu/game_history_view.dart
|
2025-11-21 15:45:51 +01:00 |
|
Yannick
|
95f0861a79
|
add basic came history tile
|
2025-11-21 15:44:27 +01:00 |
|
|
|
29a3e77fc4
|
Merge branch 'bug/37-getallgames-returnt-nicht-alle-attribute-von-der-game-klasse' into feature/31-json-import-fuer-testdaten
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
|
2025-11-20 22:41:14 +01:00 |
|
|
|
195ebf569a
|
Added icon as parameter for custom search bar
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m5s
|
2025-11-20 22:17:20 +01:00 |
|
|
|
eb7b247cae
|
Fixed error adding player with empty name
|
2025-11-20 22:11:23 +01:00 |
|
|
|
d16beed490
|
felix mach jetzt
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s
|
2025-11-20 21:54:43 +01:00 |
|
|
|
8ff3c01435
|
added missing consts & mounted check
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s
|
2025-11-20 16:59:49 +01:00 |
|
|
|
fa0e9a5dfd
|
add trailing button functionality to CustomSearchBar
|
2025-11-20 16:53:14 +01:00 |
|
|
|
17dabb773d
|
Merge branch 'development' into feature/31-json-import-fuer-testdaten
Pull Request Pipeline / test (pull_request) Failing after 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m13s
|
2025-11-19 20:35:34 +01:00 |
|