summaryrefslogtreecommitdiff
path: root/garden/src/components/MiniEditor.tsx
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10feat: implement date and month-day pickers, enhance user warning logging, ↵Bobby1-0/+288
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.