mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[PR #16174] [CLOSED] feat: user menu tab order and menu item accessibility #62907
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/16174
Author: @sinejespersen
Created: 7/31/2025
Status: ❌ Closed
Base:
dev← Head:feature/user-menu-tab-order-and-menu-item-accessibility📝 Commits (3)
30218a6remove duplicate button in user menu to improve tab order77babb6add aria label, make alt text translatable05428f8use bits-ui dropdownmenu item to make menu items focusable📊 Changes
2 files changed (+20 additions, -25 deletions)
View changed files
📝
src/lib/components/layout/Sidebar.svelte(+4 -7)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+16 -18)📄 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
Improve accessibility by making user profile usable with keyboard tabs.
Added
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
Incorrect tab order - BEFORE
Correct tab order - AFTER
Impossible to tab - BEFORE
Possible to tab - 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.