mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #21715] [MERGED] a11y: enhance accessibility for chat settings components #26233
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:a11y/chat-settings📝 Commits (1)
ac30c03fix(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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.