storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.05k stars 152 forks source link

feat: nested grouping of stories with "group/story" syntax #486

Closed dannyhw closed 1 year ago

dannyhw commented 1 year ago

Issue: #205

What I did

thanks to @Jonatthu for getting this started with #457

This adds an initial version of categories/nested stories in the sidebar

How to test

https://github.com/storybookjs/react-native/assets/3481514/b2c29fd8-972a-4667-8553-9de33dfaf0e8

socket-security[bot] commented 1 year ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: telejson@7.1.0

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

socket-security[bot] commented 1 year ago

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives^1 Size Publisher
@types/jest 🆕 29.5.2 None +0 79.3 kB types
react-native ⬆️ 0.71.3...0.71.8 None +8/-10 60.4 MB react-native-bot
dannyhw commented 1 year ago

@SocketSecurity ignore telejson@7.1.0

dannyhw commented 1 year ago

added flex-srhink and maximum lines for story headers so we get elipsis when it goes over

dannyhw commented 1 year ago

Going to merge and make a new alpha version with these changes.