mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #16075] [CLOSED] refac: Replace inline SVGs with Svelte components #62879
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/16075
Author: @silentoplayz
Created: 7/27/2025
Status: ❌ Closed
Base:
dev← Head:refactor-inline-svgs📝 Commits (3)
691455arefac: Replace inline SVGs with Svelte components41bf89crevert: some changes that didn't make sense5a742fe.📊 Changes
18 files changed (+243 additions, -618 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+2 -13)📝
src/lib/components/admin/Settings/Models/Manage/ManageOllama.svelte(+11 -106)📝
src/lib/components/admin/Users/UserList.svelte(+6 -40)📝
src/lib/components/chat/MessageInput.svelte(+10 -69)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+26 -206)📝
src/lib/components/chat/Settings/Account.svelte(+8 -48)📝
src/lib/components/chat/Settings/Chats.svelte(+11 -59)📝
src/lib/components/common/Tags/TagInput.svelte(+4 -25)➕
src/lib/components/icons/ArrowDown.svelte(+16 -0)➕
src/lib/components/icons/ArrowUp.svelte(+16 -0)➕
src/lib/components/icons/HandThumbDown.svelte(+17 -0)➕
src/lib/components/icons/HandThumbUp.svelte(+17 -0)➕
src/lib/components/icons/PlayCircle.svelte(+20 -0)➕
src/lib/components/icons/SpeakerWave.svelte(+19 -0)➕
src/lib/components/icons/SpeakerXMark.svelte(+19 -0)➕
src/lib/components/icons/Stop.svelte(+16 -0)➕
src/lib/components/icons/Trash.svelte(+18 -0)📝
src/lib/components/layout/ChatsModal.svelte(+7 -52)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
src/lib/components/icons/, which include the following additions:Changed
<svg>tags with imported Svelte components (e.g.,<ArrowPath />,<Trash />) in the following files:Removed
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.