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 588b5053e8 - Show all commits

View File

@@ -235,7 +235,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
(selectedPlayers.length > 1) && selectedGameIndex != -1);
}
// If a match was provied to the view, it updates the match in the database
// If a match was provided to the view, it updates the match in the database
// and navigates back to the previous screen.
// If no match was provided, it creates a new match in the database and
flixcoo marked this conversation as resolved
Review

sollte nicht auch hier als bedingung rein, dass game ausgewählt ist (auch wenns gerade noch keine funktion hat)

sollte nicht auch hier als bedingung rein, dass game ausgewählt ist (auch wenns gerade noch keine funktion hat)
Review

Geändert

Geändert
// navigates to the MatchResultView for the newly created match.