mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #14959] [MERGED] Feature/accessibility edit connection modal #62519
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/14959
Author: @sinejespersen
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/14/2025
Merged by: @tjbck
Base:
dev← Head:feature/accessibility-edit-connection-modal📝 Commits (10+)
a1034a4correct classname to inputclassname as prop is named this15efb07add label to toggle connection button in configure connect modal8b5f5bbadd label to verify connection button843810cadd aria hidden to decorative svg1160a03change label for url to label instead of div669a9f0highContrastMode (for accessibility) on text color in add connection modal85018ddhigh contrast mode on placeholder47c65baremove decorative svg from screen readersba9e9e8add aria label to button with no labelb95bc72add label for screen readers for model id input📊 Changes
7 files changed (+81 additions, -22 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+67 -18)📝
src/lib/components/common/Switch.svelte(+2 -0)📝
src/lib/components/common/Tags.svelte(+2 -2)📝
src/lib/components/common/Tags/TagInput.svelte(+3 -0)📝
src/lib/components/common/Tags/TagList.svelte(+5 -2)📝
src/lib/components/icons/Minus.svelte(+1 -0)📝
src/lib/components/icons/Plus.svelte(+1 -0)📄 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
<uland<li, because using semantic html helps assistive technology<label, because using semantic html helps assistive technologyAdded
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
ON
OFF
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.