-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Session storage navigation toolbar hidden #13799
Comments
Would be a great enhancement to afford the user a way to show the sidebar again without having to search issues on github and find out the shortcut to reopen the sidebar is "S" :) Could you use a "hamburger button" or add another icon to the header when the sidebar is closed that allows the user to reopen it? |
Hello! Is anyone working on this? |
@apapadopoulou it's all yours! 🚀 |
Hello!! I looked a bit into this and I was wandering where in the manager would be a good place to add the button. Some candidate places would be:
I could design some mockups for any of the above cases before implementing them. Also, as for the button/toggle, I was thinking to design some variants and see what looks better. |
@domyen would you mind giving your input on this? ☝️ |
Thanks @apapadopoulou, I'm stoked that you're picking this up. Strawman UX:
What we're intentionally not designing for |
Hey @domyen do I understand correctly that if the user is in full screen mode, the sidebar toggle icon should be present? After #15369 was merged, that's not always the case. I'm wondering about the actual scenarios in combination with the toggle + fullscreen mode. Shall we define what flows make sense and maybe write a few tests to make sure we get it all right? |
w00t!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.0-alpha.10 containing PR #15369 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Update: Created a new issue for this and more #15560 @yannbf thanks for following up. Strawman
Background Fullscreen mode is just a shortcut for But the use case for full screen mode and "open canvas in new tab" mode is identical. In many ways, opening the canvas iframe is superior because it eliminates the Storybook DOM entirely. |
I was working on a storybook implementation, and somehow the toolbar was hidden, no way i could find in the UI to enable the toolbar again.. So i created new storybook in an new folder.. and still it was hidden! I had no clue how to fix it, but in the end i found my session storage had these options:
Can we please add a toggle for the toolbar?
The text was updated successfully, but these errors were encountered: