Commit Graph

9 Commits

Author SHA1 Message Date
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
38466c6056 added title and icon to gamehistoryview 2025-11-16 19:38:08 +01:00
1081fb8be7 rearrange imports and fix wrong syntax in widget call 2025-11-15 16:08:47 +01:00
a4c7dcda5c fixed imports and method calls due to renaming 2025-06-25 17:08:13 +02:00
b41821df47 format with dart format 2025-06-25 16:39:51 +02:00
0c39f4836e renamed game_history_empty_builder to top_centered_message 2025-06-25 16:36:39 +02:00
56116a74fc fixed type of suggestedGameData map 2025-06-25 14:52:27 +02:00
0c2ec4167e implemented game history view with searchbar 2025-06-25 14:31:52 +02:00
36a42a7b8d Added mocked views 2025-06-25 14:31:52 +02:00