Commit Graph

148 Commits

Author SHA1 Message Date
9365313c92 button not working 2025-11-19 16:39:32 +01:00
0ac8c21052 Formatted files so that pipeline doesnt fail
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 1m58s
Pull Request Pipeline / lint (pull_request) Successful in 2m1s
2025-11-19 11:32:22 +01:00
Yannick
69e13e877e add game_history_tile 2025-11-19 08:58:47 +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
d65dd3d983 Refactor CustomWidthButton to use ButtonStyle enum and CustomTheme
- Replaced `borderColor` and `infillColor` parameters with a `buttonStyle` parameter.
- Introduced `ButtonStyle` enum (primary/secondary) to control styling.
- Updated `CustomWidthButton` to derive colors from `CustomTheme` based on the selected `ButtonStyle`.
2025-11-18 21:42:40 +01:00
51a8c4ea58 Replace MaterialStateProperty with WidgetStateProperty in CustomSearchBar 2025-11-18 21:42:17 +01:00
80290efa0b rename FullWidthButton to CustomWidthButton 2025-11-18 20:37:41 +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
62acc87e0e Moved game tile in tiles folder 2025-11-17 23:23:41 +01:00
3ca081419b Implemented new SettingsListTile 2025-11-17 23:23:04 +01:00
47bb090e72 added option to choose disabledBackgroundColor in FullWidthButton 2025-11-17 18:23:07 +01:00
b2a3d7ce7f Merge remote-tracking branch 'origin/development' into feature/5-creategroupview-erstellen 2025-11-17 15:38:33 +01:00
2fc7eab1ac Corrected game tile skeleton 2025-11-17 13:19:05 +01:00
b5e7fe23ab changed fullwidthbutton to include size, borderColor and infillColor attributes 2025-11-17 13:10:08 +01:00
4befc85c9f added missing const 2025-11-16 19:52:31 +01:00
c1e032208c added icons, titles and changed font size 2025-11-16 19:39:48 +01:00
deab074885 changed font sizes & tile width 2025-11-16 19:38:26 +01:00
8d8d4319d2 change Mediaquery.of to .sizeOf 2025-11-16 19:37:51 +01:00
a6f40456d8 added missing const 2025-11-16 18:44:56 +01:00
d931e85e9f changed member tile color 2025-11-16 18:36:54 +01:00
3bd522df6e change colors to fit home page 2025-11-16 18:29:27 +01:00
b475237b9e ignored text for players in skeleton loading 2025-11-16 16:25:50 +01:00
ac6f3d0f92 added missing const's 2025-11-15 22:10:51 +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
2ee4d8e6fa implemented basic layout & functionality for add group button & group tiles 2025-11-14 21:53:33 +01:00
4f8ba002d3 Overhauled layout building 2025-11-11 15:34:31 +01:00
6cbc64c042 Simplified game tile 2025-11-11 15:34:16 +01:00
e88211245c Implemented first version of home view 2025-11-09 23:33:29 +01:00
a811e0933e Merge pull request 'pull from development' (#11) from development into enhancement/8-tabbar-angleichen
Reviewed-on: #11
2025-11-09 19:59:39 +00:00
Yannick
1b090a43a0 a bit cleaner solution 2025-11-09 20:49:14 +01:00
3916cca2ca Implemented QuickInfoTile 2025-11-09 19:10:11 +01:00
Yannick
92817bc4db move navbar widget to its own file 2025-11-08 18:05:19 +01:00
Yannick
34df9f007b add navbar_item.dart 2025-11-08 17:49:02 +01:00
a4c7dcda5c fixed imports and method calls due to renaming 2025-06-25 17:08:13 +02:00
55857bd92c rebuilt tile to be reusable and added TextOverflow behaviour 2025-06-25 17:06:20 +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
Sneeex
fc832d35db added type annotation for message in GameHistoryEmptyBuilder
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 14:50:41 +02:00
Sneeex
46404e3ebf removed unnecessary import
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 14:50:24 +02:00
Sneeex
80e47589ca added type annotation for currentgame in GameHistoryListTile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 14:49:50 +02:00
8e2863d70a implemented list tile widget for game history view 2025-06-25 14:31:52 +02:00
c644a06173 implemented empty builder widget for game history view 2025-06-25 14:31:52 +02:00