mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 20:11:53 -05:00
[PR #14720] [MERGED] Feat: accessibible chat buttons #10362
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/14720
Author: @sinejespersen
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @tjbck
Base:
dev← Head:feature/accessibible-chat-buttons📝 Commits (4)
dc60bd2add aria-hidden to svg, as these are decorative2b4d4d2remove aria-label from tooltip, as tippy handles this out of the boxfd97882add aria labels to buttons that only contains decorative svgs9c38183reindent xmlns📊 Changes
4 files changed (+35 additions, -5 deletions)
View changed files
📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+28 -0)📝
src/lib/components/common/Tooltip.svelte(+1 -3)📝
src/lib/i18n/locales/da-DK/translation.json(+3 -1)📝
src/lib/i18n/locales/en-US/translation.json(+3 -1)📄 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-hidden)Added
Changed
aria-hidden)Deprecated
N/A
Removed
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
There is a. button that seem to only do console.logs, is this as expected?
Screenshots or Videos
N/A - no visible changes
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.