mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #215] [MERGED] WIP: chat enhancements #43265
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/215
Author: @tjbck
Created: 12/14/2023
Status: ✅ Merged
Merged: 12/19/2023
Merged by: @tjbck
Base:
main← Head:share-chat📝 Commits (10+)
c9d8645feat: share button added8437e71Merge branch 'main' into share-chat1cbcb0bMerge branch 'main' into share-chat425d022feat: image clipboard paste input supporte93d465chore: audit fixffaa1b1feat: show verbose infoe34b452feat: response notification4622a89chore: version updatec87a80ffeat: chat shared10e367feat: improved backend error message📊 Changes
15 files changed (+653 additions, -108 deletions)
View changed files
📝
Dockerfile(+0 -1)📝
backend/apps/ollama/main.py(+23 -6)📝
backend/config.py(+2 -2)📝
package-lock.json(+37 -6)📝
package.json(+2 -1)📝
src/lib/components/chat/MessageInput.svelte(+25 -1)📝
src/lib/components/chat/Messages.svelte(+57 -0)📝
src/lib/components/chat/SettingsModal.svelte(+142 -36)📝
src/lib/components/layout/Navbar.svelte(+89 -38)📝
src/lib/stores/index.ts(+1 -0)📝
src/lib/utils/index.ts(+35 -0)📝
src/routes/(app)/+layout.svelte(+95 -10)📝
src/routes/(app)/+page.svelte(+70 -2)📝
src/routes/(app)/c/[id]/+page.svelte(+74 -4)📝
src/routes/+layout.svelte(+1 -1)📄 Description
Resolves #188 #131 #141
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.