3c22b084d6
made getters non nullable and removed all null assertion operators
Pull Request Pipeline / test (pull_request) Successful in 2m10s
Pull Request Pipeline / lint (pull_request) Failing after 2m11s
2026-01-02 19:01:44 +01:00
7f923f6dff
Merge remote-tracking branch 'origin/development' into feature/100-lokalisierung-hinzufügen
...
Pull Request Pipeline / test (pull_request) Successful in 2m15s
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
# Conflicts:
# lib/presentation/views/main_menu/home_view.dart
# lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart
# lib/presentation/views/main_menu/match_view/match_view.dart
2026-01-02 18:49:34 +01:00
1d4fdae84b
Hotfix: Missing game renames
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2026-01-01 22:40:26 +01:00
73aea0d0f5
added missings consts
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Failing after 2m8s
2026-01-01 00:39:15 +01:00
534d19efc3
Implemented localization across the application.
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Failing after 2m22s
2026-01-01 00:21:09 +01:00
99cea1e703
Renamed every instance of "game" to "match"
2025-12-11 20:07:32 +01:00
7bc75d60a7
Fixed text overflow
Pull Request Pipeline / test (pull_request) Successful in 2m33s
Pull Request Pipeline / lint (pull_request) Successful in 2m36s
2025-12-07 19:31:11 +01:00
a1a995777b
Adjusted margin
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s
2025-12-06 17:23:40 +01:00
527f163346
Merge branch 'development' into feature/3-creategameview-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m8s
Pull Request Pipeline / lint (pull_request) Successful in 2m10s
2025-12-06 16:54:30 +01:00
91a7273964
madio radio list tile toggleable
2025-12-06 14:12:34 +01:00
9ac6b6e04c
added ontap feature & argument
2025-12-05 19:25:52 +01:00
dd2024e96e
Merge branch 'development' into feature/48-game-result-view-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s
2025-12-05 17:55:01 +00:00
b719a6662b
Merge branch 'development' into feature/74-fehlende-methoden-für-games-datenbank-inplementieren
...
Pull Request Pipeline / test (pull_request) Successful in 2m19s
Pull Request Pipeline / lint (pull_request) Failing after 2m22s
# Conflicts:
# lib/presentation/views/main_menu/game_history_view.dart
2025-12-05 18:22:25 +01:00
09b407eba8
Merge branch 'development' into feature/48-game-result-view-erstellen
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s
2025-12-02 19:48:36 +00:00
gelbeinhalb
5ce4964c32
deleted double_row_info_tile
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s
2025-11-29 20:04:49 +01:00
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
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
479e9a2575
add spacing between title and list and rename appbar title to game name
2025-11-25 22:01:49 +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
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
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
3408930524
Merge remote-tracking branch 'origin/development' into setup/17-actions-aufsetzen
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m3s
2025-11-19 19:27:02 +01:00
cf834e636e
Merge remote-tracking branch 'origin/development' into feature/31-json-import-fuer-testdaten
...
# Conflicts:
# lib/presentation/views/main_menu/home_view.dart
2025-11-19 19:22:34 +01:00
248d652e06
Made onPressed not required
2025-11-19 18:32:25 +01:00
1232cb8f0d
Fix GestureDetector child ordering in TextIconListTile
2025-11-19 16:50:02 +01:00
018332d8e6
Refactor widget directory structure by organizing tiles and buttons
...
- Move `GameTile` and `DoubleRowInfoTile` to `presentation/widgets/tiles/`
- Move `CustomWidthButton` and `QuickCreateButton` to `presentation/widgets/buttons/`
- Update import paths in `HomeView`, `GroupsView`, `GameHistoryView`, and `CreateGroupView`
2025-11-19 16:48:43 +01:00
201fd70685
Update TextIconListTile padding and replace IconButton with GestureDetector
2025-11-19 16:44:46 +01:00
a8a81c2151
Fixed gesture detector area
2025-11-18 22:33:46 +01:00
d341634885
Disable icon for members in group tile
2025-11-18 21:56:31 +01:00
d3a63bd299
renamed IconListTile to TextIconListTile and replaced the icon parameter with iconEnabled in both TextIconListTile and TextIconTile
2025-11-18 21:56:20 +01:00
8f9289617f
changed group tile to use standardized text icon tile
2025-11-18 20:10:26 +01:00
1882d0007b
created widgets for search bar list tile, selected tile and text input field in create groups view
2025-11-18 20:09:57 +01:00
c31d757615
fixed renderoverflow for long player & group names in create group view and group view
2025-11-18 17:00:09 +01:00