mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #4577] The chat bot have unlabelled buttons and the screen reader doesn't recognize them. #29189
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?
Originally created by @sarperarikan on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4577
The chat bot screen should have labelled buttons such as message send, Listen by TTS, Speech now. You can use aria-label techniques for them.
Best practice usage is;
Send Message
@tjbck commented on GitHub (Aug 13, 2024):
#2790 PR welcome!