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

Allow launching a single level breakpoint split view focused on the breakends #4753

Merged
merged 7 commits into from
Jan 8, 2025

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Jan 8, 2025

This adds a number of fixes including an option to create "focused" single-level breakpoint split view. This zooms in on just the breakends

it also has a couple rider changes including

  • Unified logic for launching multi-level breakpoint split view (several different variants were active in the codebase)
  • Allows mouseovering breakends and alignment squiggles from breakpoint split view, and still allow interaction with the rest of the app. this is a clever use of pointerEvents:'auto' inside of a pointerEvents:'none' container (so the children allow pointer events like mouseover, the container does not)

@cmdcolin cmdcolin merged commit a3d3bc1 into main Jan 8, 2025
2 of 4 checks passed
@cmdcolin cmdcolin deleted the renav_sv branch January 8, 2025 16:15
@cmdcolin cmdcolin added the enhancement New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant