Group View erstellt #22

Merged
sneeex merged 29 commits from feature/4-groupview-erstellen into development 2025-11-16 20:50:24 +00:00
Showing only changes of commit 10a45ac1f0 - Show all commits

View File

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