docs(web): sync design system with the Remix icon switch - #1300
Merged
Conversation
Update the §02 icon guidance to describe Remix Icon (fill, 24x24, registry-sourced) and drop the stale 'line-icon' wording. Convert the §03 component-gallery demo icons from hand-drawn stroke SVGs to Remix fill icons. Clarify that the workspace-group add button reveals on hover or keyboard focus for accessibility. Sync public/design-system.html with design/.
|
commit: |
5 tasks
5 tasks
wbxl2000
added a commit
that referenced
this pull request
Jul 2, 2026
…nce (#1302) * docs(web): add anti-slop design guidance inspired by taste-skill Codify one icon family (Remix) with no hand-rolled SVG in §02. Expand the banned AI-tell list in §01 (AI-purple/blue glow, infinite-loop micro-animations). Add button and form contrast requirements to §08. Add a 'declare design intent (Design Read) first' callout. * docs(web): resolve merge conflict with main Reset design-system.html to latest main (which includes the merged #1300 and #1301) and re-apply the taste-skill design guidance on top, so the branch merges cleanly. * docs(web): translate design system to English Translate the entire design-system.html from Chinese to English, preserving all HTML structure, CSS, code blocks, SVGs, the scroll-spy script, and token values. The design system is now a single English document.
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.
Related Issue
No linked issue — follow-up to #1293 (the web icon switch to Remix Icon) to keep the design-system documentation in sync.
Problem
After #1293 switched the web UI to Remix Icon (fill-based, 24×24, sourced from the
lib/icons.tsregistry), thedesign-system.htmlreference still described the old hand-drawn, stroke-based icon system in places, and the §03 component gallery still rendered its demo icons with the old hand-drawn stroke SVGs. The two copies (design/andpublic/) had also drifted apart.What changed
public/design-system.htmlwithdesign/design-system.htmlso the two copies are identical again.No runtime code changes — this is documentation only.
Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.