[PR #3668] [MERGED] dev #36939

Closed
opened 2026-04-25 10:37:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 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-sessionHead: dev


📝 Commits (10+)

  • 4e433d9 wip: citations via event_emitter
  • f6dcffa fix: pinned chat delete issue
  • 9a6cbaf fix: user valves
  • 740b6f5 fix: pull model
  • 0527755 use data field
  • d20601d feat: Add custom Collapsible component for collapsible content
  • 2389c36 refactor: Update WebSearchResults.svelte to use new CollapsibleComponent
  • d5c0876 refactor: fixed new Collapsible Component to allow passed in classes
  • db58bb5 refactor: Removed dependency
  • 78ba18a refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3668 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev-migration-session` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4e433d9`](https://github.com/open-webui/open-webui/commit/4e433d9015b2d744bc0efdc504d2a8865f0bc5e1) wip: citations via __event_emitter__ - [`f6dcffa`](https://github.com/open-webui/open-webui/commit/f6dcffab135bc0be3036970ab1bec6c9ed70a91d) fix: pinned chat delete issue - [`9a6cbaf`](https://github.com/open-webui/open-webui/commit/9a6cbafdef7a1a44c7e3ad914996204d07c4a77e) fix: user valves - [`740b6f5`](https://github.com/open-webui/open-webui/commit/740b6f5c17533350ae002f62e0097d8730350c04) fix: pull model - [`0527755`](https://github.com/open-webui/open-webui/commit/05277556005230847f552b55c2d896ecd57fe281) use data field - [`d20601d`](https://github.com/open-webui/open-webui/commit/d20601dc475034d51a7617ba9ceedb84fdbacabf) feat: Add custom Collapsible component for collapsible content - [`2389c36`](https://github.com/open-webui/open-webui/commit/2389c36a70d55ee6da4164b9e085a322e488a194) refactor: Update WebSearchResults.svelte to use new CollapsibleComponent - [`d5c0876`](https://github.com/open-webui/open-webui/commit/d5c0876a0b180cfc413a7dfb55ae4fe34f2f5d52) refactor: fixed new Collapsible Component to allow passed in classes - [`db58bb5`](https://github.com/open-webui/open-webui/commit/db58bb5f0f51521fa5c52e1b4e8107e6275904ad) refactor: Removed dependency - [`78ba18a`](https://github.com/open-webui/open-webui/commit/78ba18a680f9cce4c895279282ecf60fc581f382) refactor: Update Collapsible component to include dynamic margin for open state ### 📊 Changes **13 files changed** (+214 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 10:37:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#36939