-
Notifications
You must be signed in to change notification settings - Fork 10
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
Vertical NavBar mode #222
Comments
@justin-b-yee I'm going to leave comment here on changes to make above. After its ready to be worked on, we can delete these comments.
When the user hovers over an item, highlight the selection, and when they click on it, do the selection. I think we should include a link to the current nav-bar https://github.com/EnCiv/civil-pursuit/blob/master/app/components/top-nav-bar.jsx And we should use the same menu structure, including nested, and use (or make reusable) a lot of the mobile version of the menu from top-nav-bar:
Test that tabbing to a menu item will focus it, and space bar on that item will execute it. -- this if for screen reader for people with disabilities. |
idea to use existing nav bar component and pass a mode. |
interested in working on this as an OPT volunteer |
Specs
Tasks
Create stories for these cases:
Figma
The text was updated successfully, but these errors were encountered: