mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #11653] [CLOSED] sync #22774
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/11653
Author: @nkostop
Created: 3/13/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
e45c6cecreate bottom & left artifact12d21e9font families & theme colorsc88a9a8Merge branch 'main' into dev94ddc4dlogo in sidebar79c2656logo css7317237bigger logo5b2aee9css on left artifacts9a912f2no scroll in sidebar only in chatsac394b0fix icon OIda4b82dbottomHistory & leftHistory📊 Changes
44 files changed (+2192 additions, -103 deletions)
View changed files
📝
backend/open_webui/routers/openai.py(+6 -0)📝
src/app.css(+7 -19)📝
src/app.html(+1 -1)📝
src/lib/apis/openai/index.ts(+26 -1)📝
src/lib/apis/streaming/index.ts(+1 -1)📝
src/lib/components/OnBoarding.svelte(+1 -1)📝
src/lib/components/chat/Artifacts.svelte(+8 -7)➕
src/lib/components/chat/BottomArtifacts.svelte(+248 -0)📝
src/lib/components/chat/Chat.svelte(+35 -20)📝
src/lib/components/chat/ChatControls.svelte(+12 -4)📝
src/lib/components/chat/ChatPlaceholder.svelte(+1 -3)📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+6 -3)➕
src/lib/components/chat/LeftArtifact.svelte(+257 -0)📝
src/lib/components/chat/MessageInput.svelte(+4 -4)📝
src/lib/components/chat/Messages.svelte(+1 -0)📝
src/lib/components/chat/Messages/CodeBlock.svelte(+28 -1)📝
src/lib/components/chat/Messages/CodeExecutionModal.svelte(+2 -0)📝
src/lib/components/chat/Messages/CodeExecutions.svelte(+6 -1)📝
src/lib/components/chat/Messages/ContentRenderer.svelte(+127 -5)📝
src/lib/components/chat/Messages/Markdown.svelte(+2 -0)...and 24 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.