Commit Graph

26 Commits

Author SHA1 Message Date
cc04e05557 Adjust bottom padding in GroupsView list based on media query padding 2025-11-22 22:49:28 +01:00
fd13fe6e90 made CustomWidthButton's position adaptive to bottom padding of safearea
All checks were successful
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
df3215ef76 Made bottom padding adaptive to screen
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m8s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s
2025-11-22 17:40:24 +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
54e1756e79 moved create_group_view from subfolder to root 2025-11-19 16:39:05 +01:00
e0c8398873 remove custom colors from Create Group button in GroupsView 2025-11-18 21:43:38 +01:00
1d9945c525 Merge branch 'refs/heads/development' into feature/5-creategroupview-erstellen 2025-11-18 21:25:58 +01:00
80290efa0b rename FullWidthButton to CustomWidthButton 2025-11-18 20:37:41 +01:00
f4ed122220 Removed print 2025-11-18 20:15:10 +01:00
282841ecf1 Implemented uuid for all dtos 2025-11-18 20:07:53 +01:00
a5e508dbda Refresh group list after adding a new group 2025-11-18 17:29:24 +01:00
e4de8fdb25 added missing attributes for FullWidthButton in groups view 2025-11-17 13:11:47 +01:00
10a45ac1f0 removed unneccessary double quotes 2025-11-16 20:11:10 +01:00
9ffb7d6ca3 changed skeleton to only show when loading 2025-11-16 19:53:32 +01:00
accc189949 decreased number of tiles in skeleton 2025-11-16 19:50:54 +01:00
258f610e28 added icons & titles to top contered messages 2025-11-16 19:39:34 +01:00
3bd522df6e change colors to fit home page 2025-11-16 18:29:27 +01:00
2dd4f52336 removed sample groups from groups view 2025-11-16 16:42:18 +01:00
7c34e51779 fixed black bar behind nav bar by removing safearea 2025-11-15 22:33:00 +01:00
511124e323 reduced mock data loading time 2025-11-15 21:57:31 +01:00
d07bc6e8bb increased skeleton item count & added daos as import 2025-11-15 21:43:03 +01:00
d36348c59c added skeleton loading 2025-11-15 21:24:52 +01:00
d08c79fc26 implemented groups view with create group button 2025-11-15 20:22:09 +01:00
1081fb8be7 rearrange imports and fix wrong syntax in widget call 2025-11-15 16:08:47 +01:00
2ee4d8e6fa implemented basic layout & functionality for add group button & group tiles 2025-11-14 21:53:33 +01:00
36a42a7b8d Added mocked views 2025-06-25 14:31:52 +02:00