[PR #1343] [MERGED] Accessibility Improvements for Main Settings #3523

Closed
opened 2026-04-25 00:15:59 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1343
Author: @lkiesow
Created: 12/30/2022
Status: Merged
Merged: 12/31/2022
Merged by: @advplyr

Base: masterHead: a11y-main-settings


📝 Commits (2)

  • f1329d2 Accessibility Improvements for Main Settings
  • 209ba30 Merge branch 'master' into a11y-main-settings

📊 Changes

2 files changed (+41 additions, -36 deletions)

View changed files

📝 client/components/ui/Dropdown.vue (+8 -1)
📝 client/pages/config/index.vue (+33 -35)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/1343 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 12/30/2022 **Status:** ✅ Merged **Merged:** 12/31/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `a11y-main-settings` --- ### 📝 Commits (2) - [`f1329d2`](https://github.com/advplyr/audiobookshelf/commit/f1329d284784a5e45c2812a51b160f76c90630e1) Accessibility Improvements for Main Settings - [`209ba30`](https://github.com/advplyr/audiobookshelf/commit/209ba308bd1252b1e7317b71be3f733b4656a964) Merge branch 'master' into a11y-main-settings ### 📊 Changes **2 files changed** (+41 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `client/components/ui/Dropdown.vue` (+8 -1) 📝 `client/pages/config/index.vue` (+33 -35) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:59 +02:00
adam closed this issue 2026-04-25 00:15:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3523