Optionaler Match-Name #121

Merged
sneeex merged 6 commits from enhancement/115-Optionaler-Match-Name into development 2026-01-01 21:50:11 +00:00
Showing only changes of commit 6899bb0c3c - Show all commits

View File

@@ -31,6 +31,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
/// Controller for the match name input field /// Controller for the match name input field
final TextEditingController _matchNameController = TextEditingController(); final TextEditingController _matchNameController = TextEditingController();
/// Hint text for the match name input field
String hintText = 'Match Name'; String hintText = 'Match Name';
/// List of all groups from the database /// List of all groups from the database