Updated 07-05-2026, 10:26
Commit: 43c157f Show on GitHub
- Author: RazanSagheer
- Date: 5/19/2026, 3:59:56 PM
- Message: feat(groups): add createGroup backend action and reactive list update. #364 - Add createGroup() function to groups.js (POST to footguard_workgroups) - Add createGroup form action to +page.server.js with server-side validation - Update +page.svelte to append new group reactively via extraGroups without page reload
- Stats: 152 total changes (+145 / -7)
Changed Files
src/lib/server/groups.js— +59 / -0 (59 changes)src/routes/groups/+page.server.js— +60 / -1 (61 changes)src/routes/groups/+page.svelte— +26 / -6 (32 changes)