-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Improve Story Index #870
Comments
Comment by arunoda Currently, it's not pluggable and with current state, I think it's hard to do so. Since it's a core component of storybook. Anyway, I think there's a huge opportunity for an improvement. So, I'd like to see it lands to the core. |
Comment by philcockfield OK, I think I'll draw up some designs. I have some ideas that allows for clean, nested organization of stories that would not change the |
Comment by arunoda Awesome. |
Comment by benediktvaldez @philcockfield did you ever get any further with those designs? really excited to see something like this happen |
Comment by philcockfield Hey @benediktvaldez - I haven't pushed that forward yet. What's the future of Storybook looking like (before I invest time)? |
Comment by ndelangen Hey Phil, We'd love to hear your ideas for designs, make people even happier? |
Comment by philcockfield OK, cool - that's encouraging. I'll look to put something together ASAP. |
Hey @philcockfield if you need any help or want to brainstorm your idea's you're very welcome on our slack! |
@ndelangen - sweet. I've just joined the Slack channel. Apologies haven't had a chance to look at this yet, but am finding some time now. Before I dive in, has there been any changes to the index for Version 3? Or is this still in the same place? Thanks |
Hi @philcockfield! If this work is going to include nesting/hierarchy of stories, can we discuss it (maybe on our slack)? |
Considering we have multiple issues related to this, and you people are now working together on making a awesome proposal, I think we can close this one, so there's a single place where we can report progress. 🤝 |
Issue by philcockfield
Thursday Nov 24, 2016 at 19:53 GMT
Originally opened as storybook-eol/storybook-ui#63
I'd like to write a better index panel that can better handle larger projects and libraries, and provide more sophisticated organisation options for stories.
Is there a pluggable way to do this. Can I write this as an external module, and have it dropped in using a known set of properties that get passed to it. (I'd like to write it in Typescript). Or do I have to hack it out within this repo?
Please let me know options - and how pluggable UI want to make the Storybook? Thanks.
The text was updated successfully, but these errors were encountered: