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

Design: Sidebar navigation for mobile clients #68

Open
afairclo opened this issue Aug 24, 2024 · 3 comments
Open

Design: Sidebar navigation for mobile clients #68

afairclo opened this issue Aug 24, 2024 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@afairclo
Copy link
Contributor

Currently the sidebar is not drawn for mobile screens. This is from a cutoff in layout.html.j2 with a threshold of 1024px.

This should be reduced to allow mobile clients to navigate from page to page. Especially since index.html has no meaningful information.

@kevinelliott
Copy link
Collaborator

@afairclo Thank you for reporting this. Yes, it's definitely an issue.

If you are willing to take a stab at it, we have two UIs (existing, basic javascript -- and SPA w/ React). We just need to show a hamburger with a tailwind friendly submenu when clicked.

@kevinelliott kevinelliott added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Sep 6, 2024
@kevinelliott kevinelliott added this to the 0.1.0 milestone Sep 6, 2024
@kevinelliott
Copy link
Collaborator

@afairclo This has been mostly completed. Have you tested it out yet?

@kevinelliott
Copy link
Collaborator

There may be some improvements necessary... I believe @daviesgeek has more coming for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants