The Graph page on one scale - #363
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
This was referenced Sep 5, 2026
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.
Third cut of the interface work (#361 rules and primitives, #362 Ontology): the Graph page — 240
classNamesites, 43 raw controls, 108 state classes — passes the guard and is off the baseline. Logic untouched; the diff is classes and control swaps.What changed on the page
Button,IconButton,Input,NativeSelect,Field,Row,Pill,Segmented,Radio,ToolTower/ToolButton,ExpandCard.type="range"— its skin is.scrubber-rangeinstyles.css. The guard knows both.white/Nto tokens, half-step spacing to the scale,font-boldtofont-semibold.Added to
ui/for itToolTower+ToolButton+ToolDivider(the vertical icon stacks whose names slide out on hover —u-towerwas already CSS, the button states were not),Pill(glass pill withactive/dim, forwards its ref for the popover anchor),Radio,ExpandCard(a clickable header row with the expanded body below;dimfor stale rows; the header may holdrole="link"spans but no buttons), and two exported class strings for composite rows a component cannot own:HOVER_ROW(a row that contains two buttons) andREVEAL(shown only while the row is hovered). Four small CSS classes carry the remaining inline states —u-inline-link,u-hover-ink,u-card-row,u-reveal,u-bar— so a page never writeshover:ortransition.rounded-noneis allowed by the guard now: it is not a third radius, it is "this row runs edge to edge".Verified
pnpm typecheck, guard (13 files compliant, 26 on the baseline),pnpm build. In the browser on the benchmark base: the canvas page with legend, towers, budget stepper and timeline island; an entity opened from search with its panel tabs and rows.Next
Library + Review + Settings, then the remaining pages.
🤖 Generated with Claude Code