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
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
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
Yannick
bbd200e245
use Skeletonizer for Layout
2025-11-23 22:02:16 +01:00
694cac7f26
Fix bug where the skeleton was edited while it was visible and
...
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
match the “no games available” container size to the size used when games are available.
2025-11-23 21:16:13 +01:00
bd616c510a
update GameResultView to accept and use a given Game instance
2025-11-23 20:22:26 +01:00
424a258df1
Update GameResultView with dummy Game data in CustomNavigationBar
2025-11-23 20:22:03 +01:00
6dc74ca82e
Implement basic logic and UI for selecting game winners in GameResultView
2025-11-23 20:18:26 +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
937f1e3ac8
made settingsbutton redirect to game result view
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Failing after 2m14s
2025-11-23 19:42:31 +01:00
46d1c25bb5
create GameResultView with basic structure and styling
2025-11-23 19:41:57 +01:00
22d95b0015
Merge remote-tracking branch 'origin/development' into enhancement/46-homeview-mockdaten-entfernen
...
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s
# Conflicts:
# lib/presentation/views/main_menu/home_view.dart
2025-11-23 19:04:02 +01:00
e4abf53f66
fix linter errors
Pull Request Pipeline / test (pull_request) Successful in 2m27s
Pull Request Pipeline / lint (pull_request) Successful in 2m31s
2025-11-23 18:09:45 +01:00
2616f7c113
Refactor FutureBuilder logic in HomeView to handle empty game lists and improve code formatting
Pull Request Pipeline / test (pull_request) Successful in 2m11s
Pull Request Pipeline / lint (pull_request) Failing after 2m12s
2025-11-23 18:08:03 +01:00
963edaf1d1
Update game status text and player count label in HomeView
2025-11-23 17:51:55 +01:00
604a541392
set delay in all future builders to 250ms
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
2025-11-23 17:09:52 +01:00
26fadf5093
add artificial delay to loadPlayerList for skeleton loading
Pull Request Pipeline / test (pull_request) Successful in 2m8s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-11-23 15:22:59 +01:00
9e8bab1a60
add artificial delay to group list loading
2025-11-23 15:21:40 +01:00
def37aa640
Refactor Recent Games tile in HomeView
...
Pull Request Pipeline / test (pull_request) Successful in 2m7s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
- Move FutureBuilder inside InfoTile content
- Replace hardcoded winner and game type strings with actual game data
- Limit displayed recent games to 2 items and handle cases with fewer games
- Update player text generation to show player count instead of names
- Remove TopCenteredMessage usage and replace with simple text for empty/error states
- Update skeleton data to use Player object for winner
2025-11-23 14:56:53 +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
b744b04648
Merge remote-tracking branch 'origin/development' into enhancement/46-homeview-mockdaten-entfernen
2025-11-23 14:02:55 +01:00
7cda25a380
Changed item count back to normal
Pull Request Pipeline / test (pull_request) Successful in 2m19s
Pull Request Pipeline / lint (pull_request) Successful in 2m23s
2025-11-23 12:34:42 +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
c38c731b41
Merge branch 'development' into feature/6-statisticsview-erstellen
...
Pull Request Pipeline / test (pull_request) Successful in 2m25s
Pull Request Pipeline / lint (pull_request) Successful in 2m25s
# Conflicts:
# lib/presentation/views/main_menu/statistics_view.dart
2025-11-23 12:19:03 +01:00
d411f58134
Changed icon for second statistics tile
Pull Request Pipeline / test (pull_request) Successful in 2m21s
Pull Request Pipeline / lint (pull_request) Successful in 2m22s
2025-11-23 12:18:05 +01:00
fee5c57207
Added comments for return value -1
2025-11-23 12:13:30 +01:00
acc5b0a3e9
Merge branch 'development' into feature/6-statisticsview-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m33s
Pull Request Pipeline / lint (pull_request) Successful in 2m33s
2025-11-23 00:36:33 +01:00
24babe06d2
Merge branch 'development' into feature/50-winner-soll-player-objekt-sein
Pull Request Pipeline / test (pull_request) Successful in 2m33s
Pull Request Pipeline / lint (pull_request) Successful in 2m34s
2025-11-23 00:36:08 +01:00
82b344a145
Changed winner access in statistics view
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m10s
2025-11-23 00:17:48 +01:00
cfed05595c
Updated methods in gameDao
2025-11-23 00:17:27 +01:00
fa841e328e
Altered game class
2025-11-23 00:17:11 +01:00
f658a88849
Implemented displaying real recent games in home view
Pull Request Pipeline / test (pull_request) Successful in 2m13s
Pull Request Pipeline / lint (pull_request) Failing after 2m13s
2025-11-22 23:52:00 +01:00
feb5fa0615
Docs, small changes
Pull Request Pipeline / test (pull_request) Successful in 2m13s
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
2025-11-22 23:30:24 +01:00
fba35521cb
changed skeletonizer transition duration back to normal
2025-11-22 23:23:02 +01:00
e60961730f
Added new metric & changed layout builder of Skeletonizer
2025-11-22 23:20:58 +01:00
59c041699d
Changed values attribute & maxBarWidth
2025-11-22 23:20:31 +01:00
c170aa1775
sort groups by creation date in GroupsView
Pull Request Pipeline / test (pull_request) Successful in 2m12s
Pull Request Pipeline / lint (pull_request) Successful in 2m12s
2025-11-22 22:55:19 +01:00
692b412fe2
Fix black bars on the screens bottom and top by not wrapping scaffold in safearea, but scaffolds body children
2025-11-22 22:52:09 +01:00
cc04e05557
Adjust bottom padding in GroupsView list based on media query padding
2025-11-22 22:49:28 +01:00
546a3e3717
implemented feature to automatically add newly created player to selected players
2025-11-22 22:49:17 +01:00
b2036e4e68
Implemented first version of statistics view
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m5s
2025-11-22 22:10:16 +01:00
310b9aa43b
Implemented StatisticsWidget tile
2025-11-22 22:10:02 +01:00
c3deaa3974
Merge branch 'development' into enhancement/18-navbar-alignment
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m12s
2025-11-22 17:03:48 +00:00
fd13fe6e90
made CustomWidthButton's position adaptive to bottom padding of safearea
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-22 17:58:33 +01:00
5062196463
Adjust safeareas minimum padding for custom navigation bar
2025-11-22 17:57:58 +01:00