Commit graph

7 commits

Author SHA1 Message Date
c5500a38a8 Fix styles for combobox input 2023-06-16 17:16:24 -07:00
1d06303b93 Refactor accessibility code 2023-06-16 16:18:44 -07:00
044d7bebee Make combobox keyboard accessible 2023-06-16 06:20:19 -07:00
10e53b2b83 Further refactoring of RaidCombobox 2023-06-06 08:50:48 -07:00
f96d78770a ChatGPT helped me refactor RaidCombobox 2023-06-06 08:32:28 -07:00
121b75f63a Add clear button to Combobox input
* It only shows up when there is text in the input
* Clicking it clears the text in the input
* It uses CharLimitedFieldset's classes
2023-06-05 21:01:24 -07:00
d622d79f19 Add RaidCombobox and RaidItem components
* RaidCombobox combines Popover and Command to create an experience where users can browse through raids by section, search them and sort them.
* RaidItem is effectively a copy-paste of SelectItem using CommandItem, adding some raid-specific styles and elements
2023-06-05 20:24:26 -07:00