-
Notifications
You must be signed in to change notification settings - Fork 25
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
refactor(storybook): migrate to v7 - part 1 #2689
refactor(storybook): migrate to v7 - part 1 #2689
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
The Readmes for ErrorMessage and WarningMessage have been split to accommodate the constraint of having only one <Meta>
.
packages/components/view-switcher/src/view-switcher.stories.tsx
Outdated
Show resolved
Hide resolved
packages/components/view-switcher/src/view-switcher.stories.tsx
Outdated
Show resolved
Hide resolved
packages/components/view-switcher/src/view-switcher.stories.tsx
Outdated
Show resolved
Hide resolved
packages/components/view-switcher/src/view-switcher.stories.tsx
Outdated
Show resolved
Hide resolved
packages/components/view-switcher/src/view-switcher.stories.tsx
Outdated
Show resolved
Hide resolved
* refactor(view-switcher): alternative stories implementation proposal * refactor(view-switcher): little improvement * refactor(view-switcher): remove unnecessary ts type prop
refactor: cleanup
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.
Thanks a lot for all the work and the discussions around this first chunk of stories migration 👏 👏 👏 👏
I think we're setting some good best practices for the next migration work.
Super excited to see this moving forward 🔝
Summary
This pull request migrates the initial set of Storybook stories for the
Tooltip
,ViewSwitcher
,ErrorMessage
, andWarningMessage
components