summaryrefslogtreecommitdiff
path: root/garden/src/types/roles.ts
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10feat: implement audit log functionality with filtering and detail viewsBobby1-1/+8
2026-03-06feat(council): add user management features including role changes, banning, ↵Bobby1-0/+1
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/+7
improved styling