mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #15477] [MERGED] Feat: accessibility user settings dropdown menu #23845
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/15477
Author: @sinejespersen
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/2/2025
Merged by: @tjbck
Base:
dev← Head:feature/accessibility-user-settings📝 Commits (3)
7e49c87remove nested button and add label for assistive technologyb725585change interactive elements in dropdownmenu to dropdownitems225d20faria hidden on decorative svgs to enhance accessibility📊 Changes
9 files changed (+23 additions, -20 deletions)
View changed files
📝
src/lib/components/chat/Navbar.svelte(+4 -4)📝
src/lib/components/icons/ArchiveBox.svelte(+1 -0)📝
src/lib/components/icons/Code.svelte(+1 -0)📝
src/lib/components/icons/Map.svelte(+1 -0)📝
src/lib/components/icons/QuestionMarkCircle.svelte(+1 -0)📝
src/lib/components/icons/Settings.svelte(+1 -0)📝
src/lib/components/icons/SignOut.svelte(+1 -0)📝
src/lib/components/icons/UserGroup.svelte(+1 -0)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+12 -16)📄 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.
https://github.com/open-webui/open-webui/discussions/8908
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
<DropdownMenuto<DropdownItemsfrombits-uiaria-hiddenon decorative elementAdded
aria-hiddenon decorative elementChanged
<DropdownMenuto<DropdownItemsfrombits-uiRemoved
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
TABBING BEFORE (double tab on nested button and elements in the dom unreachable by keyboard):

TABBING AFTER:
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.