mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15344] [MERGED] fix: A couple small fixes #39428
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/15344
Author: @silentoplayz
Created: 6/27/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @tjbck
Base:
dev← Head:small-fixes📝 Commits (1)
e3bacc3fix: Small fixes📊 Changes
7 files changed (+7 additions, -5 deletions)
View changed files
📝
scripts/prepare-pyodide.js(+2 -2)📝
src/lib/apis/users/index.ts(+1 -0)📝
src/lib/components/admin/Settings/WebSearch.svelte(+0 -1)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+1 -0)📝
src/lib/components/common/Modal.svelte(+1 -0)📝
src/lib/i18n/index.ts(+1 -1)📝
src/routes/+error.svelte(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
roleto theUserUpdateFormtype definition insrc/lib/apis/users/index.ts.Changed
scripts/prepare-pyodide.jsby including theerrobject in the console output for better debugging.src/lib/components/admin/Settings/WebSearch.svelteby removing an unnecessary period.<!-- svelte-ignore a11y-media-has-caption -->tosrc/lib/components/chat/MessageInput/CallOverlay.svelteto suppress an accessibility warning related to video elements without explicit captions.<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->tosrc/lib/components/common/Modal.svelteto explicitly acknowledge and suppress an accessibility warning when using event handlers on non-interactive elements.src/lib/i18n/index.tsfor a more explicit and potentially robust determination of theisLoadingstate.Fixed
?.) for$page.error.messageinsrc/routes/+error.svelteto prevent a potential runtime error if$page.erroris null or undefined.Additional Information
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.