Add a Section Nav for jumping between panels - #264
Merged
Conversation
A quiet corner compass that appears only on tall pages and opens a menu of every panel, scrolling to the chosen one and highlighting the current section. Reuses the reveal event the global search fires, so a jump also uncollapses and flashes the target.
it-rec
force-pushed
the
claude/ux-section-nav
branch
from
June 1, 2026 12:34
675dbb5 to
b124c5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A quiet compass launcher in the bottom-left corner that:
It reuses the same reveal event the global search fires, so a jump also uncollapses and flashes the target.
Why
On a long single-column phone layout, "where did the Locations panel go?" is a real cost. This answers it without a heavy nav bar.
Tests
New
SectionNav.test.jsx(pure active-section logic + open/jump/escape behaviour). App smoke test still green. Lint + build pass.Screenshot
The jump menu open, with the in-view section highlighted:
Notes
Depends on
useFocusTrap(also in the focus-trap PR #263) and addssrc/appSections.jsx(shared with the reorderable-panels PR). Both are included here with identical content, so they merge cleanly regardless of order. TouchesApp.jsx(adds<SectionNav/>).https://claude.ai/code/session_0166awMvVyFXuwEex3x7jDmM
Generated by Claude Code