Skip to content
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

Added navigation to hamburger menu #309

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

smythp
Copy link
Collaborator

@smythp smythp commented Jun 19, 2024

Summary

Adds an instance of the navigation sidebar to the hamburger menu on mobile devices. There is currently no navigation menu on small or medium screens.

Consideration and Testing

To see the change, view the site's hamburger menu (click the three lines in top right that appear on small or medium screen sizes). There should be a navigation menu at the bottom of the popout panel.

The code here adds a second instance of the sidebar to the page, which is not ideal. It is hidden on large and up screens using display:none, just as the current sidebar is hidden on displays of medium or below. I don't like that this adds a second instance of the sidebar for page load, etc., but I don't see a way to work the current sidebar into the hanburger menu without this approach.

Notes

Resolves #304

Recapitulated the sidebar in the hamburger menu for navigation

Display is hidden on large and up screens

Signed-off-by: Patrick Smyth <[email protected]>
Copy link

netlify bot commented Jun 19, 2024

Deploy Preview for docssigstore ready!

Name Link
🔨 Latest commit eed3638
🔍 Latest deploy log https://app.netlify.com/sites/docssigstore/deploys/66733cc9bafeaf000841165c
😎 Deploy Preview https://deploy-preview-309--docssigstore.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ltagliaferri ltagliaferri merged commit fa8b3df into sigstore:main Jun 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation sidebar is not shown on mobile
2 participants