mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
[PR #4973] [MERGED] A11y: Add missing aria labels for buttons #8398
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/4973
Author: @sebdanielsson
Created: 8/28/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @tjbck
Base:
dev← Head:ally-aria-labels📝 Commits (1)
22117e0A11y: Buttons do not have an accessible name📊 Changes
6 files changed (+11 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+3 -0)📝
src/lib/components/chat/ModelSelector.svelte(+2 -0)📝
src/lib/components/layout/Navbar.svelte(+3 -0)📝
src/routes/(app)/admin/+layout.svelte(+1 -0)📝
src/routes/(app)/playground/+layout.svelte(+1 -0)📝
src/routes/(app)/workspace/+layout.svelte(+1 -0)📄 Description
Changelog Entry
Description
This PR adds some missing aria labels on button elements that Lighthouse warned about. This was previously part of a slightly bigger PR #4942 which fixed all problematic elements on the login and start page but as per your suggestions I created a new PR without style changes in case this is part of a larger redesign for a future release.
Fixed
Additional Information
Partly fixes #2790
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.