vojo/src/app/features/room/message
2026-06-03 11:53:30 +03:00
..
CallMessage.tsx feat(room): redesign the group/channel chat into a Discord-style layout with plain-text messages, avatar/timestamp grouping and the 1:1 media renderer 2026-05-30 00:28:31 +03:00
EncryptedContent.tsx fix message does not appear after decryption complete (#2209) 2025-02-15 18:58:57 +11:00
index.ts feat(syslines): render membership and room-state events as sender-anchored chat bubbles via StreamLayout instead of thin rail syslines 2026-05-14 01:39:51 +03:00
Message.tsx feat(room): redesign the group/channel chat into a Discord-style layout with plain-text messages, avatar/timestamp grouping and the 1:1 media renderer 2026-05-30 00:28:31 +03:00
MessageEditor.tsx refactor(settings): drop three orphan settings with no UI and strip them via a one-shot migration 2026-06-03 11:53:30 +03:00
Reactions.tsx chore(lint): close all typecheck and eslint tech debt to enable husky pre-commit hook with --max-warnings 0 2026-05-16 17:22:53 +03:00
styles.css.ts redesign(p3c): collapse Home into universal Direct, drop legacy layouts, gate room flavour on member-count, and clear orphan settings. 2026-04-28 21:52:31 +03:00
SyslineMessage.tsx feat(room): redesign the group/channel chat into a Discord-style layout with plain-text messages, avatar/timestamp grouping and the 1:1 media renderer 2026-05-30 00:28:31 +03:00
useMessageInteractionHandlers.ts chore(lint): close all typecheck and eslint tech debt to enable husky pre-commit hook with --max-warnings 0 2026-05-16 17:22:53 +03:00