-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mobile Navigation #390
Mobile Navigation #390
Conversation
WIP: Missing IDs to target mobile navbar elements in cypress tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fancy.
I would suggest 2 things:
- If one navigates via the burger menu, I'd expect the burger menu to close when the target route is reached.
- If a user opens the burger menu for the first time, the submenus (e.g.
My Profile
) are expanded by default. They should be collapsed at this point to provide a better overview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acknowledged.
|
I will look into this. Fixed by f49541c |
…using spacing issue
I think closing the menu is the normal procedure, I just checked a couple of websites, none of which kept the menu open.
I agree that we do not have many submenus at this moment, but if we are showing all options by default, we would not need sub menus at all. The point of sub menus is, that you organize menu points and "make the UI a bit more organized", so I would agree with Tobi here. |
|
To 1:
that is then called by each navbar item. Not pretty, but it should do the job. |
You are correct, that was the issue I also assumed. However, calling this in the |
We could add an issue for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the wrong margins are corrected, I will approve this. If you want, you can merge the branch without fixing the collapsing of the burger menu, but we should catch up this asap then :)
Description
Implements issue #284
Reason for this PR
Changes in this PR
Type of change
How Has This Been Tested?
Test Configuration:
OS: Windows Mac Linux
Browser: Firefox Chrome Safari Chromium
Frontend:
Backend:
Checklist: