aboutsummaryrefslogtreecommitdiff
path: root/static/css
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14Add screenshots page with Steam integration on CRT GIFBobby1-0/+76
2026-05-14Add diary journal mode template and routingBobby1-0/+648
2026-05-14Add poetry journal mode templates and routingBobby2-0/+989
2026-05-14Add short stories journal mode templates and routingBobby3-0/+1210
2026-03-22Add journal templates for books, calendar, characters, tags, and volumesBobby11-28/+2700
- Created entry.html and main.html for book entries and main journal view. - Added calendar.html for displaying journal entries in a calendar format. - Implemented characters.html for managing characters and their relationships. - Introduced tags.html for creating and managing tags associated with journal entries. - Developed toc.html for displaying the table of contents of the journal. - Added volumes.html for organizing chapters into volumes with options to create, edit, and delete. - Included necessary CSS and JavaScript files for styling and functionality.
2026-03-12Refactor code structure for improved readability and maintainabilityBobby1-214/+277
2026-03-12feat: add attachment functionality to lettersBobby8-17/+341
- Implemented upload and removal of attachments in the letter system. - Created LetterAttachment model to handle file uploads with associated metadata. - Updated conversation and letter views to support attachment uploads. - Added frontend support for file attachment in the MarkMiku editor. - Enhanced CSS styles for attachment display in letters. - Introduced API endpoints for uploading and removing attachments. - Added signal to delete attachment files upon model deletion. - Updated settings to configure maximum attachments and size limits. - Removed unused kawaiibeats service and its related files.
2026-03-12Add emoji management and enhance text editor featuresBobby10-214/+1207
- 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.
2026-03-11Add letter management templates for composing, viewing conversations, and inboxBobby1-0/+1023
- Created `compose.html` for composing new letters with a rich text editor. - Added `conversation.html` to display individual letter conversations with loading functionality for older letters. - Implemented `inbox.html` to list all letter conversations with pagination and unread message indicators. - Enhanced user experience with dynamic content loading and improved message formatting.
2026-03-04Add journal owner display with avatar, name, handle, and bio in journal viewBobby1-0/+46
2026-03-04Disable pointer events for links and images within weblog content to prevent ↵Bobby1-0/+8
interaction
2026-03-04Add empty state styles and update journal entries template for no entries ↵Bobby2-0/+42
scenario
2026-03-04Add journal view functionality with routing and template; implement journal ↵Bobby1-1/+1
retrieval and pagination
2026-03-04Refactor translations for language choices; update journal entry settings ↵Bobby1-4/+21
links and improve entry layout with responsive image handling
2026-03-04Implement journal entry update and delete functionality; add edit entry ↵Bobby2-0/+179
template and styles
2026-03-04Enhance journal entries page with gradient background and improved layout; ↵Bobby1-12/+11
update left sidebar to include site preferences link
2026-02-17Refactor journal entries template to improve structure and enhance empty ↵Bobby1-14/+22
state display
2026-02-17Refactor journal entry styles by removing gradient SVG and updating ↵Bobby1-47/+20
entry-container design
2026-02-17Refactor journal and weblog templatesBobby1-0/+186
- Removed old journal header and post comments templates, replacing them with new partials for better organization. - Updated journal entries and new entry pages to use the new journal header partial. - Adjusted the weblog post template to utilize the new post comments partial. - Created new CSS for journal entries to enhance styling. - Updated paths in various templates to reflect the new structure for partials.
2026-02-08Add functionality to retrieve latest journal entry and update home page displayBobby2-0/+20
2026-02-08Refactor journal retrieval functions and enhance journal entries display ↵Bobby3-132/+137
with new styles and structure
2026-02-08Refactor button classes in new entry template for consistency and improved ↵Bobby2-13/+8
styling Enhance button styles in CSS for better UI experience Add icons for toolbar buttons in fancymiku.js for improved functionality Update background opacity in vintage theme for better visibility
2026-02-08Added Fancy version of Miku with styles and new entry page for journalsBobby7-0/+1025
2026-02-07Add tag retrieval and display in weblog view with styling enhancementsBobby1-0/+9
2026-01-19Enhance Kawaii Beats Player UI and functionalityBobby2-37/+268
2025-12-28Fix post color assignment to use slug and update h2 margin in CSSBobby1-0/+1
2025-12-28Adjust button padding for comment actions and set button styles in core CSSBobby2-1/+3
2025-09-28journal settings and codemirror themesBobby16-2/+2066
2025-09-20journal entries UI and journal creationBobby8-1773/+702
2025-09-19add markup instructionsBobby1-1/+104
2025-08-29admin announcement managementBobby2-6/+125
2025-08-11complete comment system in weblogBobby3-100/+303
2025-06-21I wrote a text editor and called it MikuBobby7-0/+1102
2025-06-20wasted 3 hours building an alert systemBobby2-0/+859
2025-06-20render comments; render replies; added template filters and translationsBobby2-4/+131
2025-06-19better user areaBobby1-22/+11
2025-06-03added archives subpageBobby1-4/+2
2025-06-03fixed post image marginsBobby1-2/+2
2025-06-03categories subpageBobby1-0/+451
2025-05-29updated sidebar login areaBobby2-24/+218
2025-05-29refactor; more pastel stylesBobby3-3/+34
2025-05-26refactor templates as per djlintBobby3-1/+45
2025-05-23weblog all filters with paginationBobby1-73/+140
2025-05-23weblog filtersBobby2-130/+256
2025-05-22better posts; translated stuff; lightboxes; just improvements in generalBobby1-0/+23
2025-05-22porting weblog and single post; enabled ignis temporarilyBobby5-216/+242
2025-05-22kawaiibeats player complete portedBobby1-3/+3
2025-05-22complete kawaii beats managerBobby2-13/+189
2025-05-20added services + pamphletBobby1-0/+5
2025-05-20weblog list; home page ported; blog models enhanced; additional functionsBobby2-1/+163