mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #15310] [MERGED] chore: Remove MagnifyingGlass icon component and update to use Search icon component
#39418
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/15310
Author: @silentoplayz
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @tjbck
Base:
dev← Head:icons📝 Commits (4)
3f865f0chore: MagnifyingGlass -> Search88c4f55chore: updatedd0e6bfremove class="w-5 h-5" />cf24e39chore: add strokeWidth back📊 Changes
10 files changed (+21 additions, -91 deletions)
View changed files
📝
src/lib/components/admin/Evaluations/Leaderboard.svelte(+2 -2)📝
src/lib/components/admin/Users/Groups.svelte(+2 -12)📝
src/lib/components/admin/Users/Groups/Users.svelte(+2 -12)📝
src/lib/components/chat/Messages/ResponseMessage/WebSearchResults.svelte(+2 -2)➖
src/lib/components/icons/MagnifyingGlass.svelte(+0 -19)📝
src/lib/components/icons/Search.svelte(+5 -6)📝
src/lib/components/layout/Sidebar.svelte(+2 -2)📝
src/lib/components/layout/Sidebar/SearchInput.svelte(+2 -12)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+2 -12)📝
src/lib/components/workspace/Models/Knowledge/Selector.svelte(+2 -12)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
MagnifyingGlasscomponent with a newly updated and consistentSearchcomponent.Changed
Searchicon component (src/lib/components/icons/Search.svelte) to a new, filled visual style, replacing the previous outlined magnifying glass design.Searchicon component, removing redundant inline SVGs and theMagnifyingGlasscomponent:src/lib/components/admin/Evaluations/Leaderboard.sveltesrc/lib/components/admin/Users/Groups.sveltesrc/lib/components/admin/Users/Groups/Users.sveltesrc/lib/components/chat/Messages/ResponseMessage/WebSearchResults.sveltesrc/lib/components/layout/Sidebar.sveltesrc/lib/components/layout/Sidebar/SearchInput.sveltesrc/lib/components/workspace/Knowledge/KnowledgeBase.sveltesrc/lib/components/workspace/Models/Knowledge/Selector.svelteRemoved
MagnifyingGlass.svelteicon component (src/lib/components/icons/MagnifyingGlass.svelte), as its functionality is now covered by the updatedSearch.sveltecomponent.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.