Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Fix SegmentedControl Keyboard Nav & DRY Up the AppNavbar #105

Closed dpasque closed 1 year ago

dpasque commented 1 year ago

What Does This PR Add/Change?

Previously, our SegmentedControl component didn't meet the WAI ARIA keyboard specs for horizontal listboxes: https://www.w3.org/WAI/ARIA/apg/patterns/listbox/

Now it does!

Also, I used this chance to modularize and DRY up the focus management for our AppNavbar and the SegmentedControl, because they're effectively the same!

The AppNavbar also now has a much more iterative structure that should make it easy to extend in the future! 🎉

Testing Instructions

Issues

Related to #
Closes #81