Bearbeiten und Löschen von Matches #171

Merged
sneeex merged 64 commits from feature/120-bearbeiten-und-loeschen-von-matches into development 2026-03-08 08:28:10 +00:00
Showing only changes of commit 73c8865eb5 - Show all commits

View File

@@ -142,7 +142,6 @@ class _MatchDetailViewState extends State<MatchDetailView> {
const Icon(Icons.group), const Icon(Icons.group),
const SizedBox(width: 8), const SizedBox(width: 8),
Text( Text(
// TODO: Update after DB changes
'${match.group!.name}${getExtraPlayerCount(match)}', '${match.group!.name}${getExtraPlayerCount(match)}',
style: const TextStyle(fontWeight: FontWeight.bold), style: const TextStyle(fontWeight: FontWeight.bold),
), ),