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

Refactor settings to use observables #2368

Merged
merged 3 commits into from
Jul 12, 2024

Commits on Jul 3, 2024

  1. Implement the new unified grid layout

    Here I've implemented an MVP for the new unified grid layout, which scales smoothly up to arbitrarily many participants. It doesn't yet have a special 1:1 layout, so in spotlight mode and 1:1s, we will still fall back to the legacy grid systems.
    
    Things that happened along the way:
    - The part of VideoTile that is common to both spotlight and grid tiles, I refactored into MediaView
    - VideoTile renamed to GridTile
    - Added SpotlightTile for the new, glassy spotlight designs
    - NewVideoGrid renamed to Grid, and refactored to be even more generic
    - I extracted the media name logic into a custom React hook
    - Deleted the BigGrid experiment
    robintown committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    20602c1 View commit details
    Browse the repository at this point in the history
  2. Refactor settings to use observables

    Also removing some unused settings along the way.
    robintown committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    41083c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Address review feedback

    robintown committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    599d6fd View commit details
    Browse the repository at this point in the history