-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix navigation show on mobile per display type #293
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@omurilo is attempting to deploy a commit to the Zuplo WWW Team on Vercel. A member of the Team first needs to authorize it. |
Hey @omurilo thanks for your contribution 👏 Great catch that the top-navigation item where not hidden on mobile yet. This PR contains a lot of changes, and some of them have very far-reaching effects. I created this PR #297 that only contains a fix to hide the items on mobile as well. Other things is see in this PR:
Can you give us some details on the use-case so we can find an appropriate solution for want to achieve? |
hey @mosch, ok no problem on separate the PR. About openid types I can made a new PR for fix this, no problem. About About hide all sidebar items when top navigation is hidden, I think it a default behavior for this functionality, if I set a topNavigation display for the id |
I understand. This option is not ment do implement permission, but only to controll visiblity. It would be the responsibility of the page to implement the permssion. So this configuration should be on the page, not on the menu. Can you tell me about what you're trying to build – so it would be easier for us to come up with a recommended solution! |
If the permission is only on the page, the menu is always visible and this isn't the acceptable behavior in my opinion. |
This PR fix the feature introduced on #290 on mobile devices, and add a feature to use
globalDisplay
for define the default behaviour of renderization to routes.