-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: implement command menu for keyboard navigation #1259
Conversation
Storybook preview: Link to Storybook |
d29a9ae
to
1f52ac9
Compare
Manuals preview: Link to Manuals |
b2f4329
to
ace73d6
Compare
Tab handling on pages is not pretty:
There could be more but here are the first ones I could find |
It's not wrong. Now the table will automatically take focus if the focus is not on something else. Try creating multiple entries; it might be more obvious then. When visiting the lists pages, you can directly use the up and down arrows to navigate on rows, without using tabs to focus on them. |
I have intentionally disabled tab navigation on everything except the main content on the dashboard to avoid requiring multiple tabs to reach the main content.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
cmd + k
Shift + n
TODO
add these instructions in app