mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #14700] [MERGED] feat: Enhance Settings Modal Search & Admin Settings Button Placement #62417
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/14700
Author: @silentoplayz
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/5/2025
Merged by: @tjbck
Base:
dev← Head:better-settings-search📝 Commits (3)
ec0124bUpdate SettingsModal.svelte543ed43Update SettingsModal.svelte3c5ae1fchore: Also define the standard property 'appearance' for compatibilitycss(vendorPrefix)📊 Changes
1 file changed (+356 additions, -201 deletions)
View changed files
📝
src/lib/components/chat/SettingsModal.svelte(+356 -201)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
SettingsModal.sveltecomponent. The keywords associated with each settings tab have been significantly expanded and made somewhat more normalized, allowing for a much more accurate and user-friendly search experience. Users can now find relevant settings more easily using various search terms, including multi-word phrases. Additionally, the "Admin Settings" button has been moved to a static, always-visible position for administrators at the bottom of the sidebar, improving accessibility.Added
General,Interface,Connections,Tools,Personalization,Audio,Chats,Account, andAboutsettings tabs to improve search precision and coverage.Fixed
Changed
keywordsarray for eachSettingsTabin thesearchDataconstant has been greatly expanded to include a wider range of relevant search keywords across all settings categories, making the settings search more robust and intuitive. Keywords are now more detailed and include multi-word phrases to improve search accuracy.md:min-h-[32rem]andmd:max-h-[32rem]Tailwind CSS classes to thesettings-tabs-containerfor better height management on medium and larger screens.Removed
searchDataarray, as its display logic has been refactored to a static button.Additional Information
Screenshots or Videos
I got the inspiration for the idea from Windows 11 Task Manager, ironically. It suddenly feels more natural and fitting for the Admin Settings to be a section in the user settings modal too.

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.