summaryrefslogtreecommitdiff
path: root/garden/src/store
AgeCommit message (Collapse)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-1/+2
- Introduced new routes for letters and their details. - Created pages for displaying letter details and listing letters. - Added new types for letters, including participants, messages, and attachments. - Implemented API calls for fetching letters and managing messages (reply, edit, delete). - Enhanced stats to include unread letters and pending districts for staff users. - Updated styles for letters and their components. - Added privacy settings for letters (public and friends). - Modified user model to include letter privacy settings. - Improved error handling and user feedback in the UI.
2026-03-10feat: implement audit log functionality with filtering and detail viewsBobby1-1/+41
2026-03-07feat(council): implement user sorting functionality and enhance user list ↵Bobby1-1/+21
display
2026-03-06feat(council): add user management features including role changes, banning, ↵Bobby1-0/+40
and disabling users - Updated user roles to include 'Owner'. - Enhanced layout to show council options for Owners. - Implemented user listing and detail views for council members. - Added pagination and search functionality for user management. - Created API endpoints for banning, unbanning, disabling, and enabling users. - Introduced new request and response types for user actions. - Added styles for council user management interface.
2026-03-06feat: implement user statistics and heartbeat functionality with UI updatesBobby2-1/+22
2026-03-05feat: enhance layout and navigation with user role-based sections and ↵Bobby1-17/+1
improved styling
2026-03-05feat: implement user authentication flow with login, registration, and email ↵Bobby1-0/+117
verification