mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #21720] [CLOSED] a11y: Enhance accessibility of Note, Channel, and Playground components #113549
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/21720
Author: @Classic298
Created: 2/22/2026
Status: ❌ Closed
Base:
dev← Head:a11y/channels-notes-playground📝 Commits (1)
05ec9eb[a11y] Enhance accessibility of Note, Channel, and Playground components📊 Changes
16 files changed (+89 additions, -33 deletions)
View changed files
📝
src/lib/components/channel/Channel.svelte(+1 -0)📝
src/lib/components/channel/MessageInput.svelte(+7 -3)📝
src/lib/components/channel/MessageInput/MentionList.svelte(+4 -0)📝
src/lib/components/channel/Messages.svelte(+1 -1)📝
src/lib/components/channel/Messages/Message.svelte(+12 -3)📝
src/lib/components/channel/Navbar.svelte(+4 -3)📝
src/lib/components/notes/AIMenu.svelte(+6 -6)📝
src/lib/components/notes/NoteEditor.svelte(+20 -6)📝
src/lib/components/notes/NoteEditor/Chat.svelte(+2 -0)📝
src/lib/components/notes/NoteEditor/Controls.svelte(+6 -1)📝
src/lib/components/notes/NotePanel.svelte(+1 -0)📝
src/lib/components/notes/Notes.svelte(+4 -0)📝
src/lib/components/notes/RecordMenu.svelte(+9 -9)📝
src/lib/components/playground/Chat.svelte(+6 -1)📝
src/lib/components/playground/Completions.svelte(+1 -0)📝
src/lib/components/playground/Images.svelte(+5 -0)📄 Description
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.