aboutsummaryrefslogtreecommitdiff
path: root/sockets
AgeCommit message (Collapse)AuthorFilesLines
2026-03-13fix: improve conversation handling and message sending in WebSocket consumerBobby1-11/+30
refactor: enhance letter list rendering in JavaScript
2026-03-12Refactor journal and letter templates and scriptsBobby1-36/+22
- Updated journal_view.html to use JSON configuration for styles and scripts. - Refactored new_entry.html to utilize JSON for editor configuration. - Simplified settings.html by moving confirmation logic to JSON configuration. - Adjusted letter_rows.html to remove fixed image dimensions for better responsiveness. - Enhanced conversation.html with additional data attributes for improved functionality. - Removed inline scripts from tags.html and replaced with external JavaScript file. - Created new JavaScript files for handling journal entry editing, image floating, and letter functionalities. - Improved the tags page layout with dynamic positioning of polaroids.
2026-03-12feat: implement WebSocket support for real-time letter conversationsBobby4-0/+140