-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chat mentions #296
Merged
Chat mentions #296
Conversation
This file contains 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
Collaborator
marcbon
commented
Jan 19, 2024
…p/extension-text-align versions
- Added `align-center-fill.svg` for center alignment - Added `align-justify-fill.svg` for justified alignment - Added `align-left-fill.svg` for left alignment - Added `align-right-fill.svg` for right alignment - Added `highlight-fill.svg` for highlighting text - Added `mention-fill.svg` for mentioning users - Added `strike-fill.svg` for strikethrough text
… options 🐛 fix(commentBox.tsx): add Highlight and TextAlign extensions to the editor
The CommentBar component is added to the Chat component to provide a menu for additional actions in the chat interface.
✨ feat(bar.tsx): add MentionIcon component 🔨 refactor(bar.tsx): move MenuContainer component to top 🔨 refactor(bar.tsx): remove unnecessary indentation ✨ feat(commentBox.tsx): add CommentBar component 🔨 refactor(commentBox.tsx): remove unused import statement ✨ feat(floatingMenu.tsx): add null check for editor variable
✨ feat(chat/index.stories.tsx): add hasButtonsMenu prop to BubbleMenu story
The users promise will be used to handle the mention functionality directly in app.
… in ChatContextProvider 🐛 fix(index.stories.tsx): rename BubbleMenu to Menus 🐛 fix(bar.tsx): remove isPill prop from IconButton components in CommentBar 🐛 fix(commentBox.tsx): add i18n to destructured props in CommentBox
The following icons were deleted as they were no longer being used in the application: - align-center-fill.svg - align-justify-fill.svg - align-left-fill.svg - align-right-fill.svg - highlight-fill.svg - mention-fill.svg - strike-fill.svg
…ionList ✨ feat(mentionList.tsx): add scrollbar to MentionList for better user experience 🔧 fix(mentionList.tsx): fix styling issue with selected items in MentionList ✨ feat(mentionList.tsx): add bold styling to item names in MentionList
Add-suggestions-to-editor
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.