-
Notifications
You must be signed in to change notification settings - Fork 32
🤖 feat: add Storybook for component development #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
378b430 to
864787a
Compare
|
@codex review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
68bb393 to
1734e0d
Compare
|
@codex review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
1a153a0 to
9dbdbc9
Compare
Add Storybook 8.6 with stories for 11 components, CI integration, and visual testing setup. _Generated with `cmux`_ fixed up by hand. Change-Id: I23ebff468316c00b26fabf933129594e7525c7a7 Signed-off-by: Thomas Kosiewski <tk@coder.com>
Add Storybook 8.6 with stories for 11 components, CI integration, and visual testing setup. ## Usage ```bash make storybook # Start dev server at http://localhost:6006 make storybook-build # Build static site make test-storybook # Run interaction tests ``` ## What's Included - Stories for all key UI components (CommandPalette, Messages, Modals, etc.) - Inherits project styling (colors, fonts, scrollbars) and aliases - CI integration with Playwright interaction tests - Proper context providers for realistic component rendering See `docs/storybook.md` for details. _Generated with `cmux`_ touched up by hand. Signed-off-by: Thomas Kosiewski <tk@coder.com>
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. |
Add Storybook 8.6 with stories for 11 components, CI integration, and visual testing setup.
Usage
What's Included
See
docs/storybook.mdfor details.Generated with
cmuxtouched up by hand.