[PR #21715] [MERGED] a11y: enhance accessibility for chat settings components #65089

Closed
opened 2026-05-06 10:51:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21715
Author: @Classic298
Created: 2/21/2026
Status: Merged
Merged: 2/22/2026
Merged by: @tjbck

Base: devHead: a11y/chat-settings


📝 Commits (1)

  • ac30c03 fix(a11y): enhance accessibility for chat settings components

📊 Changes

8 files changed (+34 additions, -2 deletions)

View changed files

📝 src/lib/components/chat/Settings/Account.svelte (+9 -0)
📝 src/lib/components/chat/Settings/Audio.svelte (+12 -0)
📝 src/lib/components/chat/Settings/Connections.svelte (+1 -0)
📝 src/lib/components/chat/Settings/General.svelte (+3 -0)
📝 src/lib/components/chat/Settings/Interface/ManageFloatingActionButtonsModal.svelte (+4 -0)
📝 src/lib/components/chat/Settings/Interface/ManageImageCompressionModal.svelte (+2 -2)
📝 src/lib/components/chat/Settings/SyncStatsModal.svelte (+1 -0)
📝 src/lib/components/common/Textarea.svelte (+2 -0)

📄 Description

This commit adds aria-labels to the text inputs and textareas that previously lacked them, applies role=switch to binary buttons within audio and general settings, properly hooks labels to inputs through explicit IDs within manage modals, and adds accessible titles to floating quick actions.

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 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/open-webui/open-webui/pull/21715 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `a11y/chat-settings` --- ### 📝 Commits (1) - [`ac30c03`](https://github.com/open-webui/open-webui/commit/ac30c03430dd49af18963dee265341f87a7f9b14) fix(a11y): enhance accessibility for chat settings components ### 📊 Changes **8 files changed** (+34 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Settings/Account.svelte` (+9 -0) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+12 -0) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+1 -0) 📝 `src/lib/components/chat/Settings/General.svelte` (+3 -0) 📝 `src/lib/components/chat/Settings/Interface/ManageFloatingActionButtonsModal.svelte` (+4 -0) 📝 `src/lib/components/chat/Settings/Interface/ManageImageCompressionModal.svelte` (+2 -2) 📝 `src/lib/components/chat/Settings/SyncStatsModal.svelte` (+1 -0) 📝 `src/lib/components/common/Textarea.svelte` (+2 -0) </details> ### 📄 Description This commit adds aria-labels to the text inputs and textareas that previously lacked them, applies role=switch to binary buttons within audio and general settings, properly hooks labels to inputs through explicit IDs within manage modals, and adds accessible titles to floating quick actions. ### Contributor License Agreement <!-- 🚨 DO NOT DELETE THE TEXT BELOW 🚨 Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. --> By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 10:51:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#65089