Groups built out fully - need to error check further

This commit is contained in:
2026-01-02 19:33:24 -06:00
parent 9ac41962c1
commit 6f7c1acbd6
7 changed files with 592 additions and 214 deletions

View File

@@ -153,7 +153,10 @@ class _GroupsMenuState extends State<GroupsMenu> {
groupName: group['name'],
),
),
);
).then((_) {
// Refresh groups list when returning from group screen
getGroups();
});
},
),
),