mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #21852] [CLOSED] feat: add dropdown toggle to filter buttons in chat #41934
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/21852
Author: @Classic298
Created: 2/25/2026
Status: ❌ Closed
Base:
dev← Head:filter-dropdown📝 Commits (3)
8621455feat: add dropdown toggle to filter buttons in chat (#167)b649843Merge branch 'dev' into filter-dropdown3711eaaMerge branch 'dev' into filter-dropdown📊 Changes
7 files changed (+178 additions, -73 deletions)
View changed files
📝
backend/open_webui/main.py(+1 -0)📝
backend/open_webui/utils/chat.py(+1 -0)📝
backend/open_webui/utils/filter.py(+7 -0)📝
backend/open_webui/utils/models.py(+16 -11)📝
src/lib/components/chat/Chat.svelte(+39 -1)📝
src/lib/components/chat/MessageInput.svelte(+4 -0)📝
src/lib/components/chat/MessageInput/IntegrationsMenu.svelte(+110 -61)📄 Description
Discussed: https://github.com/open-webui/open-webui/discussions/21849
Filter definition (Python):
Label/value pairs are also supported:
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.