audiobookshelf/client/components/ui
Lars Kiesow f1329d2847
Accessibility Improvements for Main Settings
This patch fixes some accessibility problems on the main settings page.
Most notably, it makes sure that the different options have labels which
are picked up by screen readers.

As a more generic addition, this also makes sure that the dropdown
component will always have a proper label constructed, explaining what
the dropdown is for and what its current value is.
2022-12-30 19:14:04 +01:00
..
Btn.vue Fix:Icon sizes 2022-11-21 07:18:10 -06:00
Checkbox.vue Add:Local setting for autoplay next item in queue #603 2022-08-28 14:21:28 -05:00
ContextMenuDropdown.vue Add:Create playlist from a collection #1226 2022-12-17 17:31:19 -06:00
Dropdown.vue Accessibility Improvements for Main Settings 2022-12-30 19:14:04 +01:00
EditableText.vue
FileInput.vue
IconBtn.vue Add:Notification edit/delete and UI updates #996 2022-09-24 14:03:14 -05:00
InputDropdown.vue
LibrariesDropdown.vue Merge pull request #1335 from lkiesow/keyboard-navigation-libraries 2022-12-28 17:18:35 -06:00
LibraryIcon.vue Update:New library icons and picker using icon font 2022-10-18 12:09:36 -05:00
LoadingIndicator.vue
MediaIconPicker.vue Update:New library icons and picker using icon font 2022-10-18 12:09:36 -05:00
Menu.vue Fix:Icon sizes 2022-11-21 07:18:10 -06:00
MultiSelect.vue Fix scroll listener for multi select inputs 2022-12-19 16:10:45 -06:00
MultiSelectDropdown.vue Fix scroll listener for multi select inputs 2022-12-19 16:10:45 -06:00
MultiSelectQueryInput.vue Fix scroll listener for multi select inputs 2022-12-19 16:10:45 -06:00
QueryInput.vue Fix:Edit modal dropdown menus hidden #1295 2022-12-19 15:32:17 -06:00
ReadIconBtn.vue
RichTextEditor.vue
TextareaInput.vue
TextareaWithLabel.vue
TextInput.vue Make User Settings Accessible via Screen Reader 2022-12-29 05:00:40 +01:00
TextInputWithLabel.vue Remove extra space from label 2022-12-29 18:03:05 -06:00
TimePicker.vue
ToggleSwitch.vue Make User Settings Accessible via Screen Reader 2022-12-29 05:00:40 +01:00
Tooltip.vue Make Tooltips Accessible 2022-11-20 20:02:31 +01:00
VueTrix.vue