Skip to content
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
merged 23 commits into from
Jan 19, 2024
Merged

Chat mentions #296

merged 23 commits into from
Jan 19, 2024

Conversation

marcbon
Copy link
Collaborator

@marcbon marcbon commented Jan 19, 2024

image

marcbon and others added 23 commits January 10, 2024 17:12
- 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
@marcbon marcbon merged commit 903981c into master Jan 19, 2024
7 of 9 checks passed
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.

3 participants