summaryrefslogtreecommitdiff
path: root/garden/src/styles/council.css
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10feat: implement audit log functionality with filtering and detail viewsBobby1-0/+165
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, ↵Bobby1-0/+106
and add IP ban management - Added DatePicker and MonthDayPicker components for improved date selection in the UI. - Introduced MiniEditor component for rich text editing capabilities. - Enhanced warning logging in the warning service with detailed messages. - Removed unused RegistrationIP field from AdminUserResponse. - Improved error handling in various utility functions with descriptive messages. - Implemented IP ban management with models, repositories, and a new council page for viewing and lifting bans. - Added validation for jade amounts with a dedicated validator. - Created CSS styles for date pickers to ensure consistent UI presentation.
2026-03-07feat: add modal component and styles, implement config APIBobby1-38/+93
- Created a new Modal component in Solid.js with backdrop handling. - Added modal styles for backdrop, content, header, and body. - Introduced editor styles for a rich text editor interface. - Implemented a new config controller and service in Go to fetch configuration settings. - Defined a ConfigResponse type for structured API responses. - Set up routing for the config endpoint in the Go application.
2026-03-07feat(council): implement user sorting functionality and enhance user list ↵Bobby1-0/+10
display
2026-03-06feat(council): add user management features including role changes, banning, ↵Bobby1-0/+322
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.