style: introduce design system#369
Open
allison-truhlar wants to merge 33 commits intomainfrom
Open
Conversation
- move notification to using error default with greater opacity
…kspaces Add Storybook 10, Chromatic, addon-vitest, and eslint-plugin-storybook. Upgrade vite from rolldown-vite to vite 8. Configure vitest with separate unit and storybook workspaces. Add pixi tasks for storybook.
The preview pages and their component tests are superseded by Storybook stories.
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.
Clickup id: 86ahb3mvz
This PR begins introducing design system components following the "Atomic Design" methodology of beginning with small, individual components ("atoms"), then composing atoms into molecules, composing atoms and molecules into organisms, and composing atoms, molecules, and organisms into templates.
Specifically, this PR adds five atomic components (FgIcon, FgButton, FgLink, FgExternalLink, FgBadge) and migrates the entire frontend to use them, replacing ad-hoc icon, button, link, and badge implementations. It also adds Storybook as a dependency and Storybook stories for each component. This will help make these UI components discoverable by AI, and also supports components tests via a Vitest plugin and CI visual tests via Chromatic.