FE-1557: Prototype notebook navigation and graph explorations - #9452
Draft
kube wants to merge 7 commits into
Draft
FE-1557: Prototype notebook navigation and graph explorations#9452kube wants to merge 7 commits into
kube wants to merge 7 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kube
force-pushed
the
claude/fe-1557-notebook-prototypes
branch
from
August 30, 2026 13:07
90a7281 to
f87960f
Compare
kube
force-pushed
the
claude/fe-1557-notebook-prototypes
branch
from
August 30, 2026 13:55
f87960f to
9885532
Compare
kube
force-pushed
the
claude/fe-1557-notebook-prototypes
branch
from
September 3, 2026 22:44
9885532 to
5197c0c
Compare
kube
force-pushed
the
claude/fe-1557-notebook-prototypes
branch
from
September 3, 2026 23:32
5197c0c to
fb2b9d7
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.
Important
Experimental
Behind the Notebook view feature flag.
Summary
Before this PR, notebook navigation is arrow keys plus the search box. Following a reference teleports with no way back, reading what a reference points at means going there, and the whole-net diagram is a fixed-zoom pane that only scrolls.
Prototypes five navigation and graph ideas, one commit each so they can be judged and dropped independently. Each borrows a pattern proven elsewhere: Jupyter and Linear palettes, IDE jump lists and peek definition, Vimium hint labels, and overview-plus-detail graph cameras. Rationale, follow-up ideas and sources are recorded in a new arch-docs exploration page.
9452.mp4
Links
Changes
Navigation
fReading and the graph
Next steps
Test coverage
use-jump-history.test.ts:hint-jump.test.ts:net-graph-viewport.test.ts:How to test