feat: implemented team organsation

This commit is contained in:
2026-05-21 00:06:23 +02:00
parent ec1182b560
commit 3493a74c6f
12 changed files with 436 additions and 293 deletions

View File

@@ -142,6 +142,7 @@ class _MatchViewState extends State<MatchView> {
/// Loads the matches from the database and sorts them by creation date.
void loadMatches() {
print('Loading matches from database');
isLoading = true;
Future.wait([
db.matchDao.getAllMatches(),