mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #21709] [MERGED] fix(a11y): add aria-labels to chat core components #97265
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/21709
Author: @Classic298
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @tjbck
Base:
dev← Head:a11y/chat-core-focus-nav📝 Commits (1)
464864cfix(a11y): add aria-labels to chat core components📊 Changes
8 files changed (+10 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/ChatControls/Embeds.svelte(+1 -0)📝
src/lib/components/chat/Controls/Controls.svelte(+1 -0)📝
src/lib/components/chat/Overview/Node.svelte(+1 -0)📝
src/lib/components/chat/Overview/View.svelte(+2 -0)📝
src/lib/components/chat/Placeholder/FolderTitle.svelte(+2 -1)📝
src/lib/components/chat/ShareChatModal.svelte(+1 -0)📝
src/lib/components/chat/ShortcutsModal.svelte(+1 -1)📝
src/lib/components/chat/ToolServersModal.svelte(+1 -0)📄 Description
Add aria-labels to close, back, and action buttons across:
WCAG: 4.1.2 (Name, Role, Value)
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.