mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #16321] [MERGED] Feat: enhance accessibility of menu #47140
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/16321
Author: @sinejespersen
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @tjbck
Base:
dev← Head:feature/more-accessible-menu📝 Commits (4)
502a368aria-hidden on icons to hide them from assistive technologyba1e32fadd aria-label to labelless button to enhance accessibility9df790amake buttons DropdownMenuItems to make them accessible by keyboard, add handling of highContrastMode52ef3e7add aria-labels and aria-pressed to enhance accessibility📊 Changes
8 files changed (+25 additions, -7 deletions)
View changed files
📝
src/lib/components/chat/ModelSelector/ModelItem.svelte(+1 -0)📝
src/lib/components/chat/ModelSelector/ModelItemMenu.svelte(+11 -5)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+8 -2)📝
src/lib/components/icons/ChatBubbleOval.svelte(+1 -0)📝
src/lib/components/icons/Eye.svelte(+1 -0)📝
src/lib/components/icons/EyeSlash.svelte(+1 -0)📝
src/lib/components/icons/Link.svelte(+1 -0)📝
src/lib/components/icons/Search.svelte(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
aria-label,aria-hiddento<svgs..andaria-pressedto button - as this is a toggle button.Added
aria-label,aria-hiddento<svgs..andaria-pressedto button - as this is a toggle button.Changed
N/A
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
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.