mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #21710] [MERGED] fix(a11y): improve accessibility of top-level auth and onboarding components #65084
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/21710
Author: @Classic298
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @tjbck
Base:
dev← Head:a11y/top-level-components-auth📝 Commits (1)
79d2e2cfix(a11y): improve accessibility of top-level auth and onboarding components📊 Changes
8 files changed (+30 additions, -19 deletions)
View changed files
📝
src/lib/components/AddFilesPlaceholder.svelte(+1 -1)📝
src/lib/components/ChangelogModal.svelte(+4 -4)📝
src/lib/components/ImportModal.svelte(+1 -0)📝
src/lib/components/NotificationToast.svelte(+2 -2)📝
src/lib/components/OnBoarding.svelte(+3 -3)📝
src/lib/components/app/AppSidebar.svelte(+4 -2)📝
src/routes/auth/+page.svelte(+7 -2)📝
src/routes/s/[id]/+page.svelte(+8 -5)📄 Description
Adds critical accessibility fixes across various app components:
Addresses WCAG 4.1.3, 1.1.1, 3.3.2, and 1.3.1.
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.