mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #3668] [MERGED] dev #60165
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/3668
Author: @tjbck
Created: 7/6/2024
Status: ✅ Merged
Merged: 7/6/2024
Merged by: @tjbck
Base:
dev-migration-session← Head:dev📝 Commits (10+)
4e433d9wip: citations via event_emitterf6dcffafix: pinned chat delete issue9a6cbaffix: user valves740b6f5fix: pull model0527755use data fieldd20601dfeat: Add custom Collapsible component for collapsible content2389c36refactor: Update WebSearchResults.svelte to use new CollapsibleComponentd5c0876refactor: fixed new Collapsible Component to allow passed in classesdb58bb5refactor: Removed dependency78ba18arefactor: Update Collapsible component to include dynamic margin for open state📊 Changes
13 files changed (+214 additions, -68 deletions)
View changed files
📝
backend/apps/webui/main.py(+76 -0)📝
backend/apps/webui/models/functions.py(+2 -2)📝
backend/apps/webui/models/tools.py(+2 -2)📝
backend/main.py(+5 -1)📝
src/lib/components/admin/Settings.svelte(+15 -2)📝
src/lib/components/admin/Settings/Models.svelte(+8 -6)📝
src/lib/components/chat/Chat.svelte(+19 -11)📝
src/lib/components/chat/Messages/ResponseMessage/WebSearchResults.svelte(+15 -22)📝
src/lib/components/chat/SettingsModal.svelte(+35 -4)➕
src/lib/components/common/Collapsible.svelte(+18 -0)📝
src/lib/components/layout/Sidebar.svelte(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+9 -9)📝
src/lib/i18n/locales/zh-CN/translation.json(+9 -9)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.