MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +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( return const Center(
child: TopCenteredMessage( child: TopCenteredMessage(
icon: Icons.report, icon: Icons.report,
title: "Error", title: 'Error',
message: 'Group data couldn\'t\nbe loaded.', message: 'Group data couldn\'t\nbe loaded.',
), ),
); );
@@ -61,7 +61,7 @@ class _GroupsViewState extends State<GroupsView> {
return const Center( return const Center(
child: TopCenteredMessage( child: TopCenteredMessage(
icon: Icons.info, icon: Icons.info,
title: "Info", title: 'Info',
message: 'No groups created yet.', message: 'No groups created yet.',
), ),
); );