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
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
6c9b742bdf
Refactor CreateGroupView to use SelectPlayerWidget
2025-11-24 20:59:23 +01:00
744a402602
put player selection from creategroupview into own widget
2025-11-24 20:58:56 +01:00
a3fa499662
Merge pull request 'Gelbes Aufblinken der Recent Games auf der Homepage behoben & Anpassung des Recent-Games-Containers vorgenommen.' ( #64 ) from bug/63-übergang-auf-home-seite-blitz-kurz-gelb-auf into development
...
Reviewed-on: #64
Reviewed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2025-11-23 21:51:04 +00: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
0b500b5248
Merge pull request 'Bugfix bei Spieleranzeige und Vereinfachung der Keine-Player-Logik' ( #66 ) from bug/60-CreateGroupView-erstellter-Spieler-erscheint-nicht-in-alle-Spieler into development
...
Reviewed-on: #66
Reviewed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2025-11-23 21:41:08 +00: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
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
8307488f28
Merge pull request 'Provisorisches App Icon implementieren' ( #59 ) from setup/57-provisorisches-app-icon-implementiere into development
...
Reviewed-on: #59
2025-11-23 18:45:44 +00:00
cdba6e264a
Merge branch 'development' into setup/57-provisorisches-app-icon-implementiere
Pull Request Pipeline / test (pull_request) Successful in 2m31s
Pull Request Pipeline / lint (pull_request) Successful in 2m33s
2025-11-23 19:26:05 +01:00
88fa886ea2
Changed launching background on ios
Pull Request Pipeline / lint (pull_request) Successful in 2m39s
Pull Request Pipeline / test (pull_request) Successful in 2m38s
2025-11-23 19:25:08 +01:00
cc2f87396f
Changed Launcher Background to app bg
Pull Request Pipeline / test (pull_request) Successful in 2m14s
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
2025-11-23 19:21:19 +01:00
692a3ef3a4
Merge pull request 'HomeView Mock-Daten entfernen' ( #51 ) from enhancement/46-homeview-mockdaten-entfernen into development
...
Reviewed-on: #51
Reviewed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2025-11-23 18:19:54 +00: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
1a84d2572a
Merge branch 'development' into setup/57-provisorisches-app-icon-implementiere
Pull Request Pipeline / test (pull_request) Successful in 2m30s
Pull Request Pipeline / lint (pull_request) Successful in 2m38s
2025-11-23 18:57:26 +01:00
ca55b99d03
Changed launcher background color
Pull Request Pipeline / test (pull_request) Successful in 2m45s
Pull Request Pipeline / lint (pull_request) Successful in 2m45s
2025-11-23 18:42:59 +01:00
651f210ea8
Added ios icon
2025-11-23 18:28:10 +01:00
0153df6195
Merge pull request 'Skeleton Delay für group- und group create view' ( #58 ) from enhancement/54-delay-für-groups-view-skeleton into development
...
Reviewed-on: #58
Reviewed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2025-11-23 17:10:37 +00: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
7881e61a2e
Updated android icon
2025-11-23 17:57:20 +01:00
73c5586874
Added icons for android
2025-11-23 17:54:33 +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
fc51b30491
Merge pull request '1 wird immer als 1.00 angezeigt #55 ' ( #56 ) from bug/55-1-wird-falsch-angezeigt into development
...
Reviewed-on: #56
Reviewed-by: mathiskir <mathis.kirchner.mk@gmail.com >
2025-11-23 13:58:26 +00: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
17e882986d
Merge pull request 'StatisticsView erstellen' ( #30 ) from feature/6-statisticsview-erstellen into development
...
Reviewed-on: #30
Reviewed-by: mathiskir <mathis.kirchner.mk@gmail.com >
2025-11-23 12:59:40 +00: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
de60c942ea
Merge pull request 'Winner als Player-Objekte' ( #52 ) from feature/50-winner-soll-player-objekt-sein into development
...
Reviewed-on: #52
Reviewed-by: mathiskir <mathis.kirchner.mk@gmail.com >
2025-11-23 10:48:45 +00: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
50dd05ecc5
Merge pull request 'Erstelle Spieler direkt zu ausgewählten Spielern, Gruppen Sortierung nach Timestamp + Bugfixes' ( #49 ) from feature/47-spieler-zur-gruppe-und-gruppen-sortierung into development
...
Reviewed-on: #49
Reviewed-by: Felix Kirchner <felix.kirchner.fk@gmail.com >
2025-11-22 23:34:47 +00:00
4ff131770e
Adjust tests
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-23 00:22:53 +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
338f4294dc
Updated json schema
2025-11-23 00:17:31 +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