aboutsummaryrefslogtreecommitdiff
path: root/static/css/administration/emojis.css
AgeCommit message (Collapse)AuthorFilesLines
2026-03-12Add emoji management and enhance text editor featuresBobby1-0/+484
- Introduced emoji upload and management interface in `emojis.html`. - Implemented emoji picker functionality in the text editor with `markmiku.js`. - Added support for various text formatting options including bold, italic, underline, strikethrough, and code highlighting. - Integrated emoji rendering and autocomplete features within the text editor. - Created a custom storage backend for MinIO in `storage.py` to handle file uploads. - Updated letter display template to show sender information and timestamps.