MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 062c2681bf - Show all commits

View File

@@ -76,8 +76,8 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
visible: filteredGroups.isNotEmpty, visible: filteredGroups.isNotEmpty,
replacement: const TopCenteredMessage( replacement: const TopCenteredMessage(
icon: Icons.info, icon: Icons.info,
title: 'No group', title: 'Info',
message: 'There is no group matching your search.', message: 'There is no group matching your search',
), ),
child: ListView.builder( child: ListView.builder(
padding: const EdgeInsets.only(bottom: 85), padding: const EdgeInsets.only(bottom: 85),