GameResultView erstellen #62

Merged
flixcoo merged 31 commits from feature/48-game-result-view-erstellen into development 2025-12-06 14:06:29 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 306a783d67 - Show all commits

View File

@@ -78,7 +78,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
child: TopCenteredMessage(
icon: Icons.report,
title: 'Info',
message: 'No games created yet.',
message: 'No games created yet',
),
);
}

View File

@@ -56,7 +56,7 @@ class _GroupsViewState extends State<GroupsView> {
child: TopCenteredMessage(
icon: Icons.report,
title: 'Error',
message: 'Group data couldn\'t\nbe loaded.',
message: 'Group data couldn\'t\nbe loaded',
),
);
}
@@ -66,7 +66,7 @@ class _GroupsViewState extends State<GroupsView> {
child: TopCenteredMessage(
icon: Icons.info,
title: 'Info',
message: 'No groups created yet.',
message: 'No groups created yet',
),
);
}