atomcorp / themes

Themes for Windows Terminal
https://windowsterminalthemes.dev/
Other
1.35k stars 75 forks source link

Keyboard navigation is broken #18

Closed atomcorp closed 4 years ago

atomcorp commented 4 years ago

Components like the theme <select> and dark/light terminal/colours radio buttons should be accessible with tab and left/right/up/down keys. But currently the selected components lose :focus after you interact with them.

As well as fix this, try and write some tests to ensure it can't go out broken again. Either with Jest or Cypress.

atomcorp commented 4 years ago

Fixed the navigation issue. The tests still need some thought, keyboard actions in Cypress don't seem that useful to this.