mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 02:24:42 -05:00
[PR #14930] [CLOSED] Feat: password button accessibility #10445
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/14930
Author: @sinejespersen
Created: 6/12/2025
Status: ❌ Closed
Base:
dev← Head:feature/password-button-accessibility📝 Commits (6)
001fab1Add aria label to toggle visibility buttond1968c2add aria-hidden to decorative svgs506020dadd aria pressed to toggle visibility button, to show current state to assistive technologyaec250cadd label to password input66a73b6make outline hidden depend on highContrastMode4038bffnpm run i18n:parse📊 Changes
55 files changed (+171 additions, -57 deletions)
View changed files
📝
src/lib/components/chat/Settings/Connections/Connection.svelte(+4 -2)📝
src/lib/components/common/SensitiveInput.svelte(+10 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -1)📝
src/lib/i18n/locales/ar/translation.json(+3 -1)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -1)📝
src/lib/i18n/locales/bn-BD/translation.json(+3 -1)📝
src/lib/i18n/locales/bo-TB/translation.json(+3 -1)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -1)📝
src/lib/i18n/locales/ceb-PH/translation.json(+3 -1)📝
src/lib/i18n/locales/cs-CZ/translation.json(+3 -1)📝
src/lib/i18n/locales/da-DK/translation.json(+3 -1)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -1)📝
src/lib/i18n/locales/dg-DG/translation.json(+3 -1)📝
src/lib/i18n/locales/el-GR/translation.json(+3 -1)📝
src/lib/i18n/locales/en-GB/translation.json(+3 -1)📝
src/lib/i18n/locales/en-US/translation.json(+3 -1)📝
src/lib/i18n/locales/es-ES/translation.json(+3 -1)📝
src/lib/i18n/locales/et-EE/translation.json(+3 -1)📝
src/lib/i18n/locales/eu-ES/translation.json(+3 -1)📝
src/lib/i18n/locales/fa-IR/translation.json(+3 -1)...and 35 more files
📄 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.
https://github.com/open-webui/open-webui/discussions/8908
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
aria-pressedto toggle button<labelto password input (Only visible to screen readers.sr-only)buttonthat only has an svg insideAdded
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
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.