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

Commits on Jan 10, 2024

  1. ⚡️ chore(package.json): update @tiptap/extension-highlight and @tipta…

    …p/extension-text-align versions
    marcbon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7597bd1 View commit details
    Browse the repository at this point in the history
  2. ✨ feat(icons): add new SVG icons for text alignment and formatting

    - 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
    marcbon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    60fadc2 View commit details
    Browse the repository at this point in the history
  3. ✨ feat(bar.tsx): add CommentBar component for chat message formatting…

    … options
    
    🐛 fix(commentBox.tsx): add Highlight and TextAlign extensions to the editor
    marcbon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a64d0a4 View commit details
    Browse the repository at this point in the history
  4. 🚀 feat(chat/index.tsx): add CommentBar component to Chat component

    The CommentBar component is added to the Chat component to provide a menu for additional actions in the chat interface.
    marcbon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cca3c3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3db4cc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. WIP active class¨

    iDome89 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8b1dc9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c0463 View commit details
    Browse the repository at this point in the history
  3. 🔨 refactor(bar.tsx): remove unused import statement

    ✨ 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
    marcbon committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ecf9ab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fc5fda View commit details
    Browse the repository at this point in the history
  5. 🔥 refactor(chat/index.stories.tsx): remove unused Chat.Menu component

    ✨ feat(chat/index.stories.tsx): add hasButtonsMenu prop to BubbleMenu story
    marcbon committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    651eb14 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    e75038f View commit details
    Browse the repository at this point in the history
  2. wip(mention): style tag

    cannarocks committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a63e89e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd01e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. feat(chat): add usersQuery to context

    The users promise will be used to handle the mention functionality
    directly in app.
    cannarocks committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d7f0040 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. 🐛 fix(chatContext.tsx): add setMentionableUsers to dependencies array…

    … 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
    marcbon committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    93a8b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4003334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3394c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    aa7c690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144fb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0590ca8 View commit details
    Browse the repository at this point in the history
  4. 🔥 chore(icons): remove unused icons

    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
    marcbon committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cbb8fef View commit details
    Browse the repository at this point in the history
  5. 🔧 fix(mentionList.tsx): fix styling issue with selected items in Ment…

    …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 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0f3cf60 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #295 from AppQuality/add-suggestions-to-editor

    Add-suggestions-to-editor
    marcbon authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5dafa4a View commit details
    Browse the repository at this point in the history