feat(studio): cascade verification UI#1434
Open
ssilvius wants to merge 1 commit intofix/semantic-cascade-backfillfrom
Open
feat(studio): cascade verification UI#1434ssilvius wants to merge 1 commit intofix/semantic-cascade-backfillfrom
ssilvius wants to merge 1 commit intofix/semantic-cascade-backfillfrom
Conversation
App.tsx was a hardcoded mock. Replace with a real swatch grid that renders accent + highlight variants via --rafters-* CSS variables and fires setToken to apply an Easter palette (accent -> silver-true-honey, highlight -> silver-true-sky). HMR push from the vite-plugin updates the swatches in place; the reference section (background, foreground, primary) should not change. If the cascade is working, every accent-* and highlight-* variant updates from one setToken per family. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Sean: "the server has no UI for me to see changes." Confirmed -- App.tsx was a hardcoded mock ("primary-500" as literal text, dialog with no wiring). Nothing in it talked to the real registry or the studio API.
Replace with a real cascade verification surface:
This is the visual gate for the cascade fix in #1433 (this PR's base). With both merged, one setToken per family should cascade to every -hover/-active/-foreground/-border/-ring variant; the Reference section should stay put.
Test plan
🤖 Generated with Claude Code