summaryrefslogtreecommitdiff
path: root/garden/src/types/stats.ts
AgeCommit message (Collapse)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-0/+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-06feat(council): add user management features including role changes, banning, ↵Bobby1-1/+0
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 updatesBobby1-0/+13