You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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.
The text was updated successfully, but these errors were encountered: