feat(chat-input): add chat input with text-formatting, mentions, emoji picker#2007
Open
prathameshkurunkar7 wants to merge 12 commits intov3-alphafrom
Open
feat(chat-input): add chat input with text-formatting, mentions, emoji picker#2007prathameshkurunkar7 wants to merge 12 commits intov3-alphafrom
prathameshkurunkar7 wants to merge 12 commits intov3-alphafrom
Conversation
Member
|
looks good, I would change the icons a bit but after you are done with all the tasks |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: