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
2fc7eab1ac Corrected game tile skeleton 2025-11-17 13:19:05 +01:00
a9dd3216cc Implemented skeleton 2025-11-16 20:51:28 +01:00
40f9ff6413 Updated padding 2025-11-11 21:16:35 +01:00
dd754eb569 Implemented retrieving game and group count from the db 2025-11-11 21:03:10 +01:00
4f8ba002d3 Overhauled layout building 2025-11-11 15:34:31 +01:00
e88211245c Implemented first version of home view 2025-11-09 23:33:29 +01:00
3916cca2ca Implemented QuickInfoTile 2025-11-09 19:10:11 +01:00
36a42a7b8d Added mocked views 2025-06-25 14:31:52 +02:00