mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #15601] [MERGED] chore: streamline the URL used for resources like favicon.png #94924
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/15601
Author: @guenhter
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @tjbck
Base:
dev← Head:streamline-resource-loading-url📝 Commits (1)
196af9echore: streamline the URL used for resources like favicon.png📊 Changes
29 files changed (+66 additions, -42 deletions)
View changed files
📝
src/lib/components/NotificationToast.svelte(+2 -1)📝
src/lib/components/OnBoarding.svelte(+2 -2)📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+2 -1)📝
src/lib/components/admin/Evaluations/Leaderboard.svelte(+2 -1)📝
src/lib/components/admin/Settings/Evaluations/ArenaModelModal.svelte(+3 -2)📝
src/lib/components/admin/Settings/Models.svelte(+2 -1)📝
src/lib/components/admin/Users/Groups/Users.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList.svelte(+1 -1)📝
src/lib/components/app/AppSidebar.svelte(+3 -2)📝
src/lib/components/channel/Messages/Message.svelte(+4 -2)📝
src/lib/components/channel/Messages/Message/ReactionPicker.svelte(+2 -1)📝
src/lib/components/chat/ChatPlaceholder.svelte(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Commands/Models.svelte(+3 -1)📝
src/lib/components/chat/Messages/ProfileImage.svelte(+1 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+3 -1)📝
src/lib/components/chat/Messages/UserMessage.svelte(+3 -2)📝
src/lib/components/chat/ModelSelector/ModelItem.svelte(+3 -1)📝
src/lib/components/chat/Overview/Node.svelte(+1 -1)📝
src/lib/components/chat/Placeholder.svelte(+1 -1)...and 9 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.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
In the code the URL for
staticresources is used in different ways:Sometimes it is used like this:
and sometimes like this;
This PR just streamlines the src and href calls to static resources so that it is uniform.
Changed
{WEBUI_BASE_URL}variableContributor 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.