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

Guest's selected layout #28

Closed
Dynrothe opened this issue Aug 6, 2024 · 0 comments
Closed

Guest's selected layout #28

Dynrothe opened this issue Aug 6, 2024 · 0 comments
Assignees
Labels
breaking change required will break compatibility with older versions enhancement New feature or request QoL

Comments

@Dynrothe
Copy link
Member

Dynrothe commented Aug 6, 2024

Currently there is no way to tell which layout a Guest has selected.

Do the following changes:

  1. Add a column to Guests table to store their selected layout ID.
  2. Edit CursorContainer.tsx to only show cursors if they're in the same layout as you.
  3. Edit GuestListContainer.tsx so Guests who do not have the same layout selected as you are a bit grayed out.
  4. Make necessary changes to useGuestEvents.tsx so everything updates correctly.
@Dynrothe Dynrothe added enhancement New feature or request QoL breaking change required will break compatibility with older versions labels Aug 6, 2024
@Dynrothe Dynrothe self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change required will break compatibility with older versions enhancement New feature or request QoL
Projects
None yet
Development

No branches or pull requests

1 participant