mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #14096] [MERGED] feat: Add Clear button to Functions and Models pages search bar #127040
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/14096
Author: @silentoplayz
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @tjbck
Base:
dev← Head:add-clear-button-to-remaining-pages📝 Commits (1)
03eeb75feat: Add Clear button for Function and admin Model pages📊 Changes
2 files changed (+27 additions, -0 deletions)
View changed files
📝
src/lib/components/admin/Functions.svelte(+14 -0)📝
src/lib/components/admin/Settings/Models.svelte(+13 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
src/lib/components/admin/Models.svelte).searchValue) in the search input.searchValue, effectively resetting the model search filter.src/lib/components/admin/Functions.svelte).XMark.svelteicon component for use in both clear buttons.Changed
src/lib/components/admin/Models.svelteto accommodate the new clear button, ensuring it is visually integrated with the search field.src/lib/components/admin/Functions.svelteto accommodate the new clear button, ensuring visual consistency.Additional Information
aee9d05916Contributor 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.