mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #21714] [CLOSED] a11y: enhance accessibility for common components #65088
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/21714
Author: @Classic298
Created: 2/21/2026
Status: ❌ Closed
Base:
dev← Head:a11y/common-components📝 Commits (2)
7aace2dfix(a11y): enhance accessibility for common components7de2805Update SensitiveInput.svelte📊 Changes
27 files changed (+104 additions, -44 deletions)
View changed files
📝
src/lib/components/common/Badge.svelte(+1 -0)📝
src/lib/components/common/Banner.svelte(+2 -0)📝
src/lib/components/common/ChatList.svelte(+2 -1)📝
src/lib/components/common/Checkbox.svelte(+2 -0)📝
src/lib/components/common/CodeEditor.svelte(+6 -1)📝
src/lib/components/common/Collapsible.svelte(+10 -10)📝
src/lib/components/common/DragGhost.svelte(+1 -0)📝
src/lib/components/common/DropdownOptions.svelte(+3 -2)📝
src/lib/components/common/Emoji.svelte(+1 -1)📝
src/lib/components/common/EmojiPicker.svelte(+3 -0)📝
src/lib/components/common/FileItem.svelte(+1 -0)📝
src/lib/components/common/FileItemModal.svelte(+6 -0)📝
src/lib/components/common/Folder.svelte(+11 -11)📝
src/lib/components/common/FullHeightIframe.svelte(+2 -0)📝
src/lib/components/common/ImagePreview.svelte(+5 -2)📝
src/lib/components/common/Overlay.svelte(+1 -1)📝
src/lib/components/common/Pagination.svelte(+2 -0)📝
src/lib/components/common/RichTextInput.svelte(+5 -1)📝
src/lib/components/common/RichTextInput/FormattingButtons.svelte(+1 -0)📝
src/lib/components/common/SVGPanZoom.svelte(+3 -0)...and 7 more files
📄 Description
This commit improves keyboard handling, adds ARIA labels, interactive roles, role alerts for banners, dynamic aria-labels for selectors and more across the common components directory.
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.