Skip to content

feat: Add experimental contenteditable message composer #35975

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

Open
wants to merge 24 commits into
base: feat/real-time-composer
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4bad5c1
feat: use contenteditable div in ComposerMessageInput
ishanmitra May 12, 2025
7f97121
feat: enable sending in contenteditable div
ishanmitra May 12, 2025
6c1a107
fix: re-enable Send button state in MessageBoxNew
ishanmitra May 12, 2025
86d059f
feat: add real-time composer preview feature flag
ishanmitra May 12, 2025
8bbf4fc
refactor: clean up MessageComposerInputNew layout
ishanmitra May 13, 2025
1a561d2
chore: restore focus() after input and change call
ishanmitra May 13, 2025
28d2c51
chore: replace MessageComposerInputNewProps interface with type alias
ishanmitra May 13, 2025
8e9564b
chore: add TODO for composer race condition fix
ishanmitra May 13, 2025
8f35317
refactor: clarify RichTextComposer component names
ishanmitra May 14, 2025
845c085
refactor: modularize logic into selectionRange.ts
ishanmitra May 15, 2025
f19914d
chore: add TODO for updating selectionRange API
ishanmitra May 15, 2025
bd3fe72
refactor: use selectionRange API in RichTextMessageBox
ishanmitra May 16, 2025
a638791
fix: prevent focus stealing between rich text composers
ishanmitra May 16, 2025
b999a60
feat: mimic cursor restoration in RichTextMessageBox
ishanmitra May 16, 2025
9425e35
fix: preserve whitespaces in RichTextComposerInput
ishanmitra May 25, 2025
8497fe5
chore: fix a typo
ishanmitra May 25, 2025
f8c3834
fix: disable Ctrl+B/I events in RichTextMessageBox
ishanmitra May 25, 2025
e4148ae
fix: remove error from Formatter button clicking
ishanmitra May 26, 2025
c7d4eeb
fix: set RichTextEditor cursor to EOL after resetting edited message
ishanmitra May 26, 2025
d1ce538
fix: change RichText local storage to innerHTML
ishanmitra Jun 3, 2025
43d567b
feat: implement placeholder in RichTextComposer
ishanmitra Jun 4, 2025
9c32840
refactor: rename to `RichTextComposer` in storybook
ishanmitra Jun 4, 2025
80ef05d
fix: change `RichTextComposerInput` ref type to `HTMLDivElement`
ishanmitra Jun 4, 2025
bb33e0e
feat: implement scrolling in RichTextComposerInput
ishanmitra Jun 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading