-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
The navigation menu should be a collapsible #2961
Comments
I am currently working on this, but would love to take suggestions here! |
I have a branch with a working prototype as well. Just tell me if I should send it to you. |
@tvdeyen sure! That'd be a big help, thanks! |
This commit adds a method for hiding the sidebar to recover some screen real estate. As described in issue solidusio#2961
@jacobherrington If you're not still working on this I'd love to take a crack at finishing it - this is a feature I'd love to see in the next release. |
@seand7565 Please do, I haven't had much free time in the last few months. 👍 |
@seand7565 this would be great 👍 |
Great! I've started working on it here -> https://github.com/seand7565/solidus/tree/nav-collapse |
@seand7565 Please let me know if I can help, I don't have much time, but happy to give feedback. Thanks Sean! 🥇 |
#3322 Work is being done in this PR! |
This is a continuation of #666 based on feedback from an MVP attempt at this functionality in #2957 and the earlier work done in #1718.
One of the more pressing issues with Solidus' admin UI is a lack of responsiveness. A key step in achieving a more responsive, modern feeling UI is recovering some lost screen real estate by reworking the navigation menu.
Ideally, the navigation menu could be collapsed much like the navigation menu in GitLab and Spree:
Some of the requirements laid down in previous issues and discussions:
An example mockup:
The text was updated successfully, but these errors were encountered: