-
Notifications
You must be signed in to change notification settings - Fork 473
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
fix: Keyboard support #1454
fix: Keyboard support #1454
Conversation
Branch preview✅ Deploy successful! |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
src/components/dashboard/SafeAppsDashboardSection/SafeAppsDashboardSection.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM
Navigation itself looks good, I can reach the whole site with it and with that the ticket would be fine to pass. I didn't found places where tabbing would select the same item twice. |
What it solves
Resolves #1450
How this PR fixes it
How to test it