[PR #21720] [CLOSED] a11y: Enhance accessibility of Note, Channel, and Playground components #113549

Closed
opened 2026-05-18 13:58:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21720
Author: @Classic298
Created: 2/22/2026
Status: Closed

Base: devHead: 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

  • Added missing aria-labels to buttons, selects, and textareas.
  • Fixed ARIA roles in lists and menus.
  • Made hover-only action buttons accessible on focus.
  • Converted non-semantic divs to buttons in DropdownMenu and resize handles.

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.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21720 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/22/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `a11y/channels-notes-playground` --- ### 📝 Commits (1) - [`05ec9eb`](https://github.com/open-webui/open-webui/commit/05ec9eb059ba2363bc7db6ebc938cdca8dbdcbad) [a11y] Enhance accessibility of Note, Channel, and Playground components ### 📊 Changes **16 files changed** (+89 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Added missing aria-labels to buttons, selects, and textareas. - Fixed ARIA roles in lists and menus. - Made hover-only action buttons accessible on focus. - Converted non-semantic divs to buttons in DropdownMenu and resize handles. ### Contributor License Agreement <!-- 🚨 DO NOT DELETE THE TEXT BELOW 🚨 Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. --> By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 13:58:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#113549