fix: make dashboard design tokens contrast-safe#506
Merged
Conversation
This was referenced May 12, 2026
Owner
Author
|
Extended browser smoke completed after the latest push ( What changed after the first broad pass:
Browser smoke matrix (
Validation:
Known blocker outside this PR:
|
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\n\n- add a self-contained
DESIGN.mdfor the Codex Proxy dashboard visual system\n- split readable primary text/container tokens from solid primary action tokens and map status/avatar foreground-container pairs through Tailwind\n- migrate repeated dashboard buttons, status chips, avatars, toggles, and active tab/filter states to semantic tokens\n- fix mobile dashboard tab wrapping and make AccountList storage access usewindow.localStoragefor browser/jsdom consistency\n\nCloses #497.\n\n## Validation\n\n-npm run build\n-cd web && npx vitest run\n-npx vitest run tests/unit/web/theme.test.ts\n-npx @google/design.md lint DESIGN.md-> errors: 0, warnings: unused token references only\n- Headless Chrome visual check via Vite at127.0.0.1:5175: overview light/dark desktop, usage dark desktop, settings light desktop, accounts dark mobile; mobile accounts horizontal overflow fixed from 211px to 0px\n\n## Known base issue\n\n- Fullnpm testis still blocked by #505:tests/unit/update-scripts-path.test.tsexpects missingscripts/build/check-update.tsandscripts/build/apply-update.ts. Reproduced independently after rebasing onto latestorigin/dev.\n