mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #16481] [CLOSED] Feature/more accessible chat #39777
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/16481
Author: @sinejespersen
Created: 8/11/2025
Status: ❌ Closed
Base:
dev← Head:feature/more-accessible-chat📝 Commits (10+)
219f35cwrap chat in section tag to define a section in a documentdbdf1c5make messages an unordered list for accessibility85cf60amake "loading" string translatabled04ad72make messages articles and role=group them for accessibility0f4fed1add h2 to chats with message sender and hide image8f327f8add message timestamp to aria-labelledby for accessibilityf2b3cfbmake timestamp visible all the time and have higher contrast (highContrastMode)eb0ce79make buttons visible all the time on high contrast modebd8c803add aria labels and aria hiddens049005bremove extra message for screen readers📊 Changes
6 files changed (+119 additions, -65 deletions)
View changed files
➖
backend/open_webui/static/user.png(+0 -0)📝
src/lib/components/chat/Messages.svelte(+34 -31)📝
src/lib/components/chat/Messages/Message.svelte(+2 -2)📝
src/lib/components/chat/Messages/ProfileImage.svelte(+1 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+29 -22)📝
src/lib/components/chat/Messages/UserMessage.svelte(+53 -10)📄 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.
Trying to solve some of these: https://github.com/open-webui/open-webui/issues/16361#issuecomment-3166024905
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
<section />,<article />,<ul />,<li />)aria-label's andaria-hidden'shighContrastModehighContrastModeAdded
N/A
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
High contrast mode
Not high contrast mode
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.