-
Notifications
You must be signed in to change notification settings - Fork 3
Human chat: combined media captions, composer drop, redaction & scroll #2157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 20 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
387e045
feat(chat): combine captions with media and fix redacted timeline rows
cursoragent a700b1a
feat(chat): add drag-and-drop file attach to human chat composer
cursoragent 82967f6
fix(chat): preserve human chat scroll when history shrinks
cursoragent 6e81095
fix: apply CodeRabbit auto-fixes
cursoragent bb86193
fix(matrix): satisfy RoomMessageEventContent format literal in sendMe…
cursoragent d08a24f
fix(matrix): allow format on Hypha media event content for captions
cursoragent 6134e39
fix(chat): keep add-reaction emoji picker open inside overflow menus
cursoragent d6c9d5b
style(chat): compact composer selection format toolbar
cursoragent 66ee428
feat(matrix): send voice as m.audio with duration metadata
cursoragent ea8f461
feat(chat): mic menu for dictation vs voice, Telegram-style audio pla…
cursoragent c275c80
feat(i18n): add HumanChatPanel strings for dictation and voice UI
cursoragent e48dd95
fix(chat): YouTube-style inline video playback and draft play overlay
cursoragent fbd4285
feat(matrix): edit media messages via m.replace with slots
cursoragent 417ba6b
feat(chat): edit captions and remove attachments on media messages
cursoragent ce431d3
feat(ui): add squircle shape and chat avatar sizes
cursoragent 4b0aa41
feat(chat): resolve Matrix member avatars for timeline and replies
cursoragent c8dfd7e
feat(chat): add Discord-style reply header and curved connector
cursoragent 9b4ac28
fix(ci): restore check-types for matrix media edit and chat overflow
cursoragent 3cd63a0
fix(chat): circular avatars and reply row alignment
cursoragent 15ed069
fix: apply CodeRabbit auto-fixes
cursoragent d328110
feat(chat): improve voice composer stop control and dictation icon
cursoragent 969c571
fix(chat): reply header avatars and top-aligned main avatar
cursoragent 967e083
fix(chat): balance composer vertical padding around textarea and toolbar
cursoragent 2491aa9
fix(matrix): count online members from presence status
cursoragent 5eaa6d6
fix: apply CodeRabbit auto-fixes
cursoragent 0fcafca
fix(chat): strip dictation ZWSP without polynomial regex (CodeQL)
cursoragent b5d6973
fix(chat): align main avatar top with sender when replying
cursoragent 269048e
fix(human-chat): send on Enter when attach menu is open
cursoragent e90f203
fix(human-chat): open sibling toolbar popovers in one click
cursoragent 3a4987c
fix(human-chat): align reply connector to quoted avatar
cursoragent 9efbf0a
fix: apply CodeRabbit auto-fixes
cursoragent c20b13c
fix(human-chat): measure reply thread connector between avatars
cursoragent c79ca79
fix(human-chat): send on Enter when focus is on draft attachments
cursoragent b6626d3
fix(human-chat): stream dictation text into composer in real time
cursoragent 7757725
docs(test): link media-edit reply coverage to matrix-provider
cursoragent 4cee0dd
fix(human-chat): resolve member display names from Hypha profile
cursoragent f5ec335
fix(human-chat): tune Discord-style reply connector geometry
cursoragent ec3e416
fix(human-chat): Enter sends when toolbar focused or after voice flows
cursoragent c51f49e
feat(human-chat): Telegram-style voice row in timeline and composer
cursoragent 9476bd4
fix(human-chat): show mic and dictate buttons in composer bar
cursoragent 02787ac
fix(human-chat): spoiler preview and reveal for voice attachments
cursoragent ea14f57
feat(human-chat): cancel pending uploads and black voice play button
cursoragent f40dbe9
fix(human-chat): show format toolbar after selection drag ends
cursoragent f1ff261
fix(human-chat): copy Hypha chat deep links instead of matrix.to
cursoragent b565a3a
feat(human-chat): unread markers, daily separators, and mark read
cursoragent b5039c1
fix(human-chat): polish voice/dictate stop button affordance
cursoragent 069d00b
fix(human-chat): close overflow when using quick reaction emojis
cursoragent 00c0a81
feat(human-chat): highlight pasted URLs in composer like Discord
cursoragent 5cf93ab
fix(ci): unblock check-types for Matrix read markers and human chat
cursoragent c1c938b
fix(human-chat): avoid ReDoS in composer URL punctuation trim
cursoragent 73585d1
feat(human-chat): animate voice waveform bars while audio plays
cursoragent 0a5b0d0
fix(human-chat): swap voice toolbar icons and per-slot stop controls
cursoragent e4f26fc
feat(human-chat): use microphone icon for idle voice playback control
cursoragent 34fc11f
style(human-chat): match video play overlay to black circle like voic…
cursoragent 006859c
feat(human-chat): REC on-air blink for recording/dictate stop slots
cursoragent ee9307d
fix(human-chat): anchor format toolbar above selection
cursoragent b00fbfe
test(core): tighten media edit empty-caption reply regression tests
cursoragent d601230
fix(human-chat): show reply connector above avatars
cursoragent e602423
fix(human-chat): redraw reply connector with reliable L path
cursoragent 6129e95
fix(human-chat): resolve prod_privy_* Matrix display names via Hypha …
cursoragent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
574 changes: 429 additions & 145 deletions
574
packages/core/src/matrix/client/providers/matrix-provider.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.