Skip to content

feat(chat-input): add chat input with text-formatting, mentions, emoji picker#2007

Open
prathameshkurunkar7 wants to merge 12 commits intov3-alphafrom
add-chat-input
Open

feat(chat-input): add chat input with text-formatting, mentions, emoji picker#2007
prathameshkurunkar7 wants to merge 12 commits intov3-alphafrom
add-chat-input

Conversation

@prathameshkurunkar7
Copy link
Member

@prathameshkurunkar7 prathameshkurunkar7 commented Jan 24, 2026

Chat-Input

[x] Migrate Tiptap v2 to v3
[x] Port basic formatting (Bold, Italic, Underline, Strike, Code, Lists, Blockquote)
[x] Implement keyboard handler with Enter/Shift+Enter/Mod+Enter
[x] Fix Shift+Enter behavior for Links
[x] Implement mentions system (@user and #channel)
[x] Implement file handling (upload, preview, remove)
[x] Implement link embedding modal
[x] Implement emoji system (inline suggestions + picker)
[x] Implement code blocks with syntax highlighting
[x] Lay building blocks for building features ahead
[ ] Wire up mentions using the Channel and User List
[ ] Implement draft persistence (channel-scoped)
[ ] Implement typing indicator
[ ] Connect SendButton to message API
[ ] Implement optimistic updates
[ ] Implement reply preview slot
[ ] Message queuing
[ ] Add AbortController support for file uploads
[ ] Implement slash commands
[ ] Enhance custom emoji inline support
[ ] Integrate react-dropzone and wire it up with File upload
[ ] Task List in Chat Input
[ ] GIF Picker
[ ] Attach a Document

Related Issues:
[x] #1430 - Can't shift+enter for a newline immediately after a URL
[ ] #957 - bug: editor content from distinct chat spaces is shared
[ ] #1510 - Inline Custom Emojis
[ ] #1902 - BUG: on edit message people tag not work
[ ] #2000 - bug(chat-input): hitting enter upon choosing GIF does not send the GIF
[ ] #2002 - When a message ends with a link and user clicks Enter/Return, the message is not sent
[ ] #1038 - Tick Box Option
[x] #1881 - Add support for hyperlinks in messages (Link Embedding)
[ ] Author should know that person they're tagging is not member of the channel #1812
[ ] Tag all users together #1679

Screenshots:

CleanShot 2026-01-24 at 20 24 31@2x CleanShot 2026-01-24 at 20 25 01@2x CleanShot 2026-01-24 at 20 26 00@2x CleanShot 2026-01-24 at 20 26 19@2x

@janhvipatil
Copy link
Member

looks good, I would change the icons a bit but after you are done with all the tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants