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

Initial support for Raise Hand feature #2542

Open
wants to merge 10 commits into
base: livekit
Choose a base branch
from

Commits on Sep 19, 2024

  1. Initial support for Hand Raise feature

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    48cf487 View commit details
    Browse the repository at this point in the history
  2. Refactored to use reaction and redaction events

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2d1917c View commit details
    Browse the repository at this point in the history
  3. Replacing button svg with raised hand emoji

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f6ae6a0 View commit details
    Browse the repository at this point in the history
  4. SpotlightTile should not duplicate the raised hand

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ac7321d View commit details
    Browse the repository at this point in the history
  5. Update src/room/useRaisedHands.tsx

    Element Call recently changed to AGPL-3.0
    fkwp authored and mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bcad500 View commit details
    Browse the repository at this point in the history
  6. Use relations to load existing reactions when joining the call

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0730ba5 View commit details
    Browse the repository at this point in the history
  7. Links to sha commit of matrix-js-sdk that exposes the call membership…

    … event id and refactors some async code
    
    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab5654c View commit details
    Browse the repository at this point in the history
  8. Removing RaiseHand.svg

    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7ac5642 View commit details
    Browse the repository at this point in the history
  9. Check for reaction & redaction capabilities in widget mode

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    69a50fb View commit details
    Browse the repository at this point in the history
  10. Fix failing GridTile test

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    42a7b1e View commit details
    Browse the repository at this point in the history