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

feat(chat) add message reactions #15006

Merged
merged 70 commits into from
Sep 20, 2024
Merged

feat(chat) add message reactions #15006

merged 70 commits into from
Sep 20, 2024

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    46fd2cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cbe81 View commit details
    Browse the repository at this point in the history
  3. Make buttons use Popover

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    512f931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a9e42 View commit details
    Browse the repository at this point in the history
  5. Connect to lib-jitsi-meet

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c315b48 View commit details
    Browse the repository at this point in the history
  6. Update components

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2b53a7b View commit details
    Browse the repository at this point in the history
  7. Add definitions and types

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3c3c14f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f62c904 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf0bd37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    331e141 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a39330 View commit details
    Browse the repository at this point in the history
  12. Fix reaction id

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a754161 View commit details
    Browse the repository at this point in the history
  13. Fix eslint errors

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d36f636 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51af82f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3bf900 View commit details
    Browse the repository at this point in the history
  16. feat(chat) use the original message ID for processing

    This is a prerequisite for operations that rely on previous messages, such as reactions.
    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1b1138f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    171499a View commit details
    Browse the repository at this point in the history
  18. Add definitions and types

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1b35cef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fbfe141 View commit details
    Browse the repository at this point in the history
  20. Fix reaction id

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c2ee906 View commit details
    Browse the repository at this point in the history
  21. Fix eslint errors

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    665f008 View commit details
    Browse the repository at this point in the history
  22. Fix conflict errors

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b2956e7 View commit details
    Browse the repository at this point in the history
  23. Add canReact back

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6f323b2 View commit details
    Browse the repository at this point in the history
  24. Type errors

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    76918f4 View commit details
    Browse the repository at this point in the history
  25. Fix linting issues

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    efb4488 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2fb614 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b8d9e1a View commit details
    Browse the repository at this point in the history
  28. Revert "feat(deps) replace lodash with lodash-es"

    This reverts commit 0d3feea1627fce6add49b1421614dd57ac7e6e48.
    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ac80843 View commit details
    Browse the repository at this point in the history
  29. Revert accidental revert

    he-patrick committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dd5f585 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    da6ae54 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    1d2aca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d87ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca67f8 View commit details
    Browse the repository at this point in the history
  4. Display reactions list

    he-patrick committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    89a95a4 View commit details
    Browse the repository at this point in the history
  5. Fix linting errors

    he-patrick committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    234dde4 View commit details
    Browse the repository at this point in the history
  6. Chat menu optimizations

    he-patrick committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    abbb7d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48f567d View commit details
    Browse the repository at this point in the history
  8. Update reaction parameters

    he-patrick committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c156121 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Remove logs

    he-patrick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8908ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2d6db View commit details
    Browse the repository at this point in the history
  3. Fix tsc errors

    he-patrick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1d00213 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    he-patrick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c9eae6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2737825 View commit details
    Browse the repository at this point in the history
  6. Change available reactions

    he-patrick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c00c11e View commit details
    Browse the repository at this point in the history
  7. Add reaction button label

    he-patrick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b1a4187 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    b6c7e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad85d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e63c0 View commit details
    Browse the repository at this point in the history
  4. Add callback

    he-patrick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ca55172 View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    he-patrick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c76b4ae View commit details
    Browse the repository at this point in the history
  6. Fix tsc errors

    he-patrick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0d886ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    625e7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6834b View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    he-patrick committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d056a6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56debca View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Change text colour

    he-patrick committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    54e719b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9bc4398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7de59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fb0189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876e2f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    698ad17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c15b722 View commit details
    Browse the repository at this point in the history
  7. Participant name overflow

    he-patrick committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    911e769 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    673efa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b9c653 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    bfd9279 View commit details
    Browse the repository at this point in the history
  2. Fix tsc errors

    he-patrick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    01a1419 View commit details
    Browse the repository at this point in the history
  3. Fix chat message sizing

    he-patrick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0aa47a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix lint error

    he-patrick committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9222e3d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix displayed name length

    he-patrick committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8fd1f17 View commit details
    Browse the repository at this point in the history