nordabiz/templates/messages
Maciej Pienczyn aa351ef60f feat(messages): add conversation view template
Jinja2 template for the conversation-based messaging UI with:
- Two-panel layout (conversation list + chat view)
- Quill rich text editor for message composition
- Context menu with reply/react/forward/pin/edit/delete actions
- Emoji picker, typing indicator, pinned messages bar
- New message modal with recipient search
- Reply preview in input area
- File attachment support
- SVG icons (Heroicons-style, stroke-based)
- Dynamic JS loading to ensure data variables are set before conversations.js

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 13:17:29 +01:00
..
compose.html fix(messages): prevent double image paste in Quill editor 2026-03-19 12:23:15 +01:00
conversations.html feat(messages): add conversation view template 2026-03-27 13:17:29 +01:00
group_compose.html improve(messages): compact inline layout for member picker list 2026-03-20 11:42:26 +01:00
group_manage.html improve(ux): global styled confirm modal replacing native browser dialogs 2026-03-20 12:29:51 +01:00
group_view.html improve(ux): global styled confirm modal replacing native browser dialogs 2026-03-20 12:29:51 +01:00
inbox.html fix(messages): avatar paths and HTML stripping in message preview 2026-03-20 11:36:57 +01:00
sent.html fix(messages): keep cursor in search input after clearing query 2026-03-20 11:26:02 +01:00
view.html feat(messages): delete 1:1 messages and threads from detail view 2026-03-20 12:37:40 +01:00