good first issue
Repository-Metriken
- Stars
- (3.240 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
During my work on AppSettingsModal I've noticed that keyboard navigation through the form is not supported yet.
I think it's needed to have a more native ux.
Describe the solution you'd like
Tabkey should move the focus to the next form field forward andshift+tabbackwards. Starting at the first element.- Project icon selection should support left, right, up & down navigation & enter key to move the focus out of the selection area.
- Escape key should dismiss modals
Optional: Add navigation with left,right,up & down to move the focus.
Forms to check
- CreateNewProjectWizard
- ProjectConfigurationModal
- AppSettingsModal
Note: There is more to improve e.g. keyboard navigation in sidebar & project page. But I think we should tackle this in a separate issue.