-
Notifications
You must be signed in to change notification settings - Fork 335
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
Save sidebar state per session #1606
Conversation
Means sidebar stays open or close if you navigate. For example using previous / next page navigation.
Can you please revert the button changes? I am pretty sure it was intentional in the design. :) |
If I keep the But yes I see the intention now. It's so to have the button centered within the kept free space (for the button) on narrow screens. The 8px move up is just to have it visually aligned to the corner when closed or to the search input then opened. |
I've tested some things but do not find a real solution. So from my side it's ok to leave this behavior as is. |
💚 💙 💜 💛 ❤️ |
Unfortunately this introduces a bug:
I think we should only store the closed state. Can you please send a pull request? I will revert this PR meanwhile. |
This reverts commit dd4f391.
I thought this behavior is what to expect. But ok on my side if this little magic is expected. I'll have a look. |
Thank you! |
Means sidebar stays open or close if you navigate.
For example using previous / next page navigation.
Close #1554
Additionally I needed to fix a CSS animation.
By doing so I moved the sidebar button 7px more from left & top into the page.
Found it unwanted to have a different height position between closed / opened sidebar.