Commit Graph

173 Commits

Author SHA1 Message Date
5b75a325ea Merge pull request 'Datenbank refactoren' (#10) from setup/7-datenbank-refactoren into development
Reviewed-on: #10
Reviewed-by: gelbeinhalb <spam@yannick-weigert.de>
2025-11-09 17:36:25 +00: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
Yannick
1698f61c2b remove useless comments 2025-11-08 17:45:04 +01:00
Yannick
17d304eb5d add bigger hitboxes 2025-11-08 17:19:00 +01:00
e1426810f2 .gitea/PULL_REQUEST_TEMPLATE.md aktualisiert 2025-11-08 16:14:02 +00:00
b03979b0c6 Completed daos, added basic GameTable & GameDao 2025-11-08 17:09:02 +01:00
Yannick
5bbb5c1888 add floating and rounded navbar 2025-11-08 16:14:52 +01:00
Yannick
d5315a8f00 change spacing of icons 2025-11-08 15:53:28 +01:00
Yannick
5baeda8b32 change history text to games 2025-11-08 15:41:56 +01:00
Yannick
0895f6df0a add text and change icons 2025-11-08 15:41:20 +01:00
4503574443 Implemented basic structure 2025-11-08 15:37:30 +01:00
Yannick
9db8c80d63 removed floating button 2025-11-08 15:29:39 +01:00
0e027f258a Merge branch 'main' into development 2025-11-08 13:59:07 +01:00
7949b3fc65 Added feature template 2025-11-08 12:58:15 +00:00
804e12a4d8 Added enhancement template 2025-11-08 12:57:09 +00:00
3051d9e43c .gitea/ISSUE_TEMPLATE/BUG_REPORT.md aktualisiert 2025-11-08 12:56:11 +00:00
b41af9e0cd bug report template added 2025-11-08 12:55:36 +00:00
9ad61ee9b9 Added PR template 2025-11-08 12:51:48 +00:00
a795732da6 Updated theme 2025-11-08 13:49:08 +01:00
Sneeex
7000429856 Merge pull request #12 from LiquidDevelopmentDE/chore/remove-unused-import
remove unused home view import
2025-06-26 08:22:04 +02:00
Sneeex
6898ed51a3 remove unused home view import 2025-06-25 23:46:54 +02:00
Sneeex
da505db1c8 Merge pull request #10 from LiquidDevelopmentDE/feature/5-spielverlauf-implementieren
Spielverlauf-View implementierung
2025-06-25 23:28:39 +02:00
ed275b0f7c fixed import of custom nav bar 2025-06-25 23:24:36 +02:00
Sneeex
0902db0014 Merge branch 'development' into feature/5-spielverlauf-implementieren 2025-06-25 23:22:42 +02:00
41e9eb2c91 added const to MyApp in Providers child 2025-06-25 23:21:39 +02:00
00cedf8647 renamed lambda var in updateGroupname from u to g 2025-06-25 23:21:39 +02:00
b4e91b1211 changed return type of getGroupById and getUserById to match expected result 2025-06-25 23:21:39 +02:00
d771f78810 renamed class names to avoid conflicts 2025-06-25 23:21:39 +02:00
Sneeex
6371d7de68 Update lib/data/methods/group.dart
renamed var in deleteGroup to g instead of u

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 23:21:39 +02:00
a32df2420a generated database code 2025-06-25 23:21:39 +02:00
2b60909c43 added methods for interacting with User, Group and UserGroup in database 2025-06-25 23:21:39 +02:00
998c34e555 created tables for Group, User and UserGrouo 2025-06-25 23:21:39 +02:00
b2d686b230 added provider for state management & exposed db using provider 2025-06-25 23:21:39 +02:00
00ad4ad16d added provider requirement for state management 2025-06-25 23:20:23 +02:00
d3633c4b00 added dependencies for drift db 2025-06-25 23:20:22 +02:00
797f844a37 Merge pull request #9 from LiquidDevelopmentDE/feature/2-setup-der-datenbank
Datenbank implementierung
2025-06-25 17:46:22 +02: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
56116a74fc fixed type of suggestedGameData map 2025-06-25 14:52:27 +02:00
Sneeex
879a81567a fixed typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 14:50:57 +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
0c2ec4167e implemented game history view with searchbar 2025-06-25 14:31:52 +02:00
502515002d added changing appbar title for each tab 2025-06-25 14:31:52 +02:00