-
Notifications
You must be signed in to change notification settings - Fork 839
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
[Storybook] Add stories for more components (letters R-S) - Part 2 #7728
[Storybook] Add stories for more components (letters R-S) - Part 2 #7728
Conversation
src/components/selectable/selectable_list/selectable_list.stories.tsx
Outdated
Show resolved
Hide resolved
src/components/selectable/selectable_search/selectable_search.stories.tsx
Show resolved
Hide resolved
src/components/selectable/selectable_search/selectable_search.stories.tsx
Outdated
Show resolved
Hide resolved
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.
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.
To be totally honest I didn't look too closely at the EuiSelectable subcomponent stories because I hadn't realized we were exporting them, I'm not sure who's even using them, and their props are a bit of a nightmare 🙈
I'd also be very open to just removing those stories entirely ( |
…ure rerenders via key
@cee-chen Looking at Kibana alone, I do see imports of the components though. Mainly for testing purposes but also in code usage (e.g. for I'd personally keep the stories - at least for now. If we notice down the line that they are obsolete or harmful to comprehension we could still remove them. Wdyt? |
ef4c8c2
to
b98f015
Compare
- make it more prod-ish - fix option types
Preview staging links for this PR:
|
💚 Build Succeeded
History
|
That's very valid, I always forget to actually check Kibana 😬 And yes, was totally good leaving their storybooks in just to clarify! |
…art 2 (elastic#7728)" This reverts commit bd992c1.
Summary
Relates to #7482
This PR adds more stories for components with the letter S:
Additionally adds base VRT reference images based on the added stories.
QA