Commit graph

217 commits

Author SHA1 Message Date
2581ff8137 feat(room): extend the centred message band, date pill and composer width to group and channel rooms, matching 1:1 2026-06-06 21:13:34 +03:00
4b7ad11620 feat(room): redesign the 1:1 DM timeline as a bubble chat with sticky date pills, grouped timestamps, a tap action rail and read status 2026-06-06 14:35:15 +03:00
7e7630bba4 feat(room): add voice messages with an in-composer recorder, playback bubble, and per-room disable toggle 2026-06-05 18:08:03 +03:00
d1d2c68393 feat(search): reach users by full address with an existence-checked confirm dialog, never offering chats with non-existent accounts 2026-06-05 17:26:17 +03:00
0ff06e577b feat(calls): redesign the DM voice-call rail with a loudspeaker toggle, live duration and explicit accept/decline, dropping the deafen control 2026-06-05 01:07:08 +03:00
0aaecbbe2e feat(search): find homeserver-directory users in search and start DMs from there, retiring the Direct new-chat Plus 2026-06-04 23:49:33 +03:00
390149d1f6 style(settings): render member handles in mono and power-group headers as uppercase tracked labels 2026-06-04 02:40:08 +03:00
18eddec405 feat(composer): dock the emoji and sticker picker inline at the top of the composer on native 2026-06-04 02:38:42 +03:00
7ea273eca8 style(create-chat): Dawn grouped form with a mono server and one native layout without the hero 2026-06-04 00:59:55 +03:00
4c6f662939 style(autocomplete): Dawn popover with mono handles, a fleet row highlight and a violet self-mention chip 2026-06-04 00:59:31 +03:00
d92fd7ea60 style(emoji-board): hairline frame, uppercase muted group labels and a flush mono-shortcode footer 2026-06-03 16:53:11 +03:00
8989c0d7f7 feat(i18n): localize the emoji and sticker picker into English and Russian 2026-06-03 16:32:00 +03:00
5f2bac7ad6 style: move reaction chips and url-preview links onto the Dawn surface and accent palette 2026-06-03 12:01:08 +03:00
8fcb94e956 refactor: delete the dead SidebarNav rail and its sidebar tab and primitive subtree 2026-06-03 11:53:06 +03:00
d92f6dc1ca feat(mobile): add swipe-right-to-go-back on chat screens, sliding the chat over the static listing pager 2026-06-02 13:31:57 +03:00
0a62fa8e1d feat(room): colour the DM stream rail per side — white own nick/dots, purple peer nick, gray peer dots, green own dot while awaiting a reply 2026-05-31 13:46:14 +03:00
a84c534179 style(room): lead the 1:1 stream row with the rail+dot, move the timestamp beside the nick and tint the peer nick lavender 2026-05-30 14:35:41 +03:00
cdd2570ff1 fix(router): import the Channels and Bots listing tabs eagerly again to kill the web tab-switch flicker regression from their lazy-split 2026-05-30 13:07:13 +03:00
54f96112ff style(room): drop the 1:1 peer name chip and restore the plain bold author label 2026-05-30 01:12:33 +03:00
b4d49d3b03 style(room): match the 1:1 peer name chip corner radius to the message bubble 2026-05-30 00:59:56 +03:00
170c78fb83 feat(room): give the 1:1 peer name its own dark chip matching the message bubble and round both with a minimal all-corners radius 2026-05-30 00:52:47 +03:00
f6e374d551 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
0f882567c5 feat(room): rework the 1:1 DM timeline into a VS Code-style rail with bold author labels, bubble-less own messages and same-sender run grouping 2026-05-29 23:45:18 +03:00
3f76336e57 fix(profile): load the hero avatar as a sharp scale thumbnail and keep full-res only for the expanded view 2026-05-29 02:36:28 +03:00
bfe2f89a28 perf(timeline): memoize message rows and cache the per-render call-aggregate scan and HTML body parse 2026-05-29 02:36:13 +03:00
067417050c perf(bundle): code-split heavy routes and the emoji picker and add cacheable vendor chunks to shrink first-load 2026-05-29 02:35:33 +03:00
297b55f693 feat(timeline): replace empty-chat RoomIntro with context-aware placeholder for 1:1, group and bridged rooms 2026-05-29 00:07:18 +03:00
aa3dbc13ef feat(members): replace MembersDrawer with Dawn-styled members sheet and group hero for every non-1:1 room and channel 2026-05-28 20:51:37 +03:00
1665cb185f feat(timeline): use Channel avatar+bubble layout for every non-1:1 room and shift 1:1 Stream rail ~4px left on desktop 2026-05-28 18:07:23 +03:00
61fdf06126 fix(android): pad content root by WindowInsets.tappableElement so 3-button nav clears UI while gesture mode stays edge-to-edge 2026-05-28 01:57:13 +03:00
53acca3755 fix(stream-bubble): shrink bubble to text width and equalise bubble-to-bubble gap at ~14px regardless of same-sender grouping 2026-05-28 00:30:54 +03:00
67ee378b39 fix(stream-header): block body's drag-up from closed so pinning the directs/channels/bots header now requires the dedicated pin handle 2026-05-28 00:28:38 +03:00
136aacded1 fix(stream-header): tighten Segment paddings and cluster gaps so plus/search icons stop clipping past the right edge on 360 px Android viewports 2026-05-27 23:48:49 +03:00
443213b4b6 fix(android): apply env(safe-area-inset-bottom) so 3-button nav stops covering bottom-anchored UI 2026-05-27 22:44:16 +03:00
78504262d3 feat(stream-header): flatten web curtain to a tabsRow-border divider pixel-aligned with PageHeader at WEB_TABS_ROW_PX=54 and gate keyboard probe to native 2026-05-20 23:20:17 +03:00
6ca6b69d48 feat(stream-header): contextual Plus on Channels opens create-channel inside workspace and create-community on landing via StreamHeader.primaryAction 2026-05-20 01:59:04 +03:00
240bb54c29 refactor(stream-header): reset live drag on gesture teardown, drop dead pinned-local fallback, narrow commit() to peek|closed, add exhaustive transition guards and align stale comments 2026-05-20 00:59:17 +03:00
8fb885df1b feat(stream-header): free-range curtain drag through full pin↔closed↔peek range with bottomPinned-aware body bail and native-only handle 2026-05-20 00:26:10 +03:00
ab283e9788 refactor(stream-header): unify curtain gestures onto dual handle+body surfaces with 1:1 handle and rubber-band body, scroll-aware bail 2026-05-19 23:27:19 +03:00
e866cd3830 feat(stream-header): move pin/unpin gesture onto dedicated 32px drag-handle with 1:1 finger tracking and desktop-style grabber animation 2026-05-19 18:26:37 +03:00
7c5a1f2ee7 fix(mobile-tabs-pager): restore segment-button taps in pager mode via opacity-0 per-pane row and route their commits through an instant no-transition strip jump 2026-05-19 14:28:56 +03:00
0422a9832f feat(stream-header): pin chats curtain over static pager header on drag-up with per-tab atom, native-only rubber-band gesture and pinned-aware horseshoe sheet coordination 2026-05-19 11:50:31 +03:00
4a9d5f6384 fix(mobile-tabs-pager): paint Background.OnContainer on pagerRoot so panes mounted outside PageRoot inherit readable text on native 2026-05-18 22:58:53 +03:00
870e13d895 feat(mobile-tabs-pager): swipe between Direct, Channels and Bots on Capacitor native with static header, 24px gap, atom-bridged action icons and inert offscreen panes 2026-05-18 22:00:53 +03:00
af97549e48 tweak(stream-header): require curtain drag past 90% of full peek travel to commit so short drags snap back as accidental 2026-05-18 02:12:55 +03:00
0c704aac38 tweak(bubbles): paint peer bg and horseshoe void pure black and flip own/peer flat-corner to bottom-left/top-left at 16px radius 2026-05-18 02:04:39 +03:00
2d101a40fc fix(channels): collapse /channels/ index into one mobile pane and add Create-community CTA next to Find-community on empty state 2026-05-16 20:25:01 +03:00
6982ec374e 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
45c69317ff feat(message): paint non-own bubbles via --vojo-peer-bubble-bg in Stream + Channel layouts and Stream rail/day-divider via --vojo-timeline-rail 2026-05-16 13:13:28 +03:00
bfd72dc1ff tweak(stream-header): collapse peek1/peek2 into single peek snap so one drag reveals both action chips at once 2026-05-15 23:47:40 +03:00