summaryrefslogtreecommitdiff
path: root/garden/src/types/user.ts
AgeCommit message (Collapse)AuthorFilesLines
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-05feat: enhance layout and navigation with user role-based sections and ↵Bobby1-0/+18
improved styling