Commit Graph

18 Commits

Author SHA1 Message Date
df8e060707 Renamed GameColor to AppColor 2026-05-21 18:31:15 +02:00
1356cbc92a Merge branch 'development' into feature/168-teamspiele-implementieren
# Conflicts:
#	lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart
#	lib/presentation/views/main_menu/match_view/match_detail_view.dart
#	lib/presentation/views/main_menu/match_view/match_result_view.dart
#	lib/presentation/widgets/buttons/main_menu_button.dart
#	pubspec.yaml
2026-05-18 01:31:49 +02:00
9bce03d780 fix: updating team score in detail view
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 55s
Pull Request Pipeline / test (pull_request) Failing after 10m49s
2026-05-18 00:48:29 +02:00
2f72b71fda feat: implemented team score handling 2026-05-17 23:11:18 +02:00
a957408c7e feat: basic integration of teams 2026-05-17 21:29:16 +02:00
3c5c0dbf20 Add support for multiple winners and update localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Failing after 51s
2026-05-10 16:26:51 +02:00
bc997633eb feat: add placement ruleset and related localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 48s
2026-05-09 02:08:40 +02:00
ae3a8b496e Added copyWith(), == and hashCode overwrites for model classes 2026-05-01 17:22:20 +02:00
f49440367c Finalized and updated team implementation, updated team dao, tests, and ex-/import 2026-05-01 14:31:15 +02:00
a3ae8ef5b8 Fixed json methods 2026-04-21 22:13:15 +02:00
2c2bb582fd Added null & empty handling 2026-04-21 20:17:35 +02:00
9364f0d9d6 Updated score and winner handling 2026-04-21 18:38:00 +02:00
c43b7b478c Updated comments
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 46s
2026-04-13 22:47:29 +02:00
8a312152a5 Refactoring 2026-04-12 02:01:12 +02:00
22753d29c1 Refactored method, added tests for DTS
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Successful in 45s
2026-04-12 01:20:13 +02:00
26d60fc8b2 Updated score saving in match 2026-04-11 23:34:57 +02:00
73533b8c4f Renamed ScoreEntry to Score 2026-04-08 23:55:24 +02:00
ad6d08374e Renamed folder to "models" 2026-04-08 22:27:50 +02:00