mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13097] [CLOSED] Open webui 85 #61956
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/13097
Author: @shadowfaxproject
Created: 4/21/2025
Status: ❌ Closed
Base:
main← Head:open-webui-85📝 Commits (10+)
acd5101open-webui-3 Remove technical pop-up from first visit.104da63open-webui-3 Remove technical pop-up from first visit.bd8dda2open-webui-36 Remove (Open WebUI) from title.027fd1eopen-webui-63 Change default placeholder message.f634778open-webui-68 Change AI-response-wait animation from default to something else.8607838open-webui-69 Replace open/close buttons with arrows.391224fopen-webui-6 Remove bottom-left user-icon.c59dda9open-webui-66 Change tooltip 'New Chat' to 'New Gift Chat'.5c946e2open-webui-58 Change input-box to show 3 things: text-input-box, record-voice/headphones, start/stop. Align them on the same level.afd43f2open-webui-82 Remove model-config for users from open-webui page.📊 Changes
34 files changed (+1014 additions, -914 deletions)
View changed files
📝
backend/open_webui/config.py(+1 -0)📝
backend/open_webui/env.py(+1 -2)📝
backend/open_webui/main.py(+8 -1)📝
backend/open_webui/models/chats.py(+5 -5)📝
backend/open_webui/routers/auths.py(+19 -28)📝
backend/open_webui/routers/tasks.py(+25 -5)➕
backend/open_webui/static/chat-waiting-mb-dark.gif(+0 -0)➕
backend/open_webui/static/chat-waiting-mb-light.gif(+0 -0)📝
backend/open_webui/test/apps/webui/routers/test_chats.py(+8 -8)📝
backend/open_webui/utils/middleware.py(+5 -14)📝
backend/open_webui/utils/task.py(+3 -3)📝
backend/start.sh(+16 -1)📝
src/lib/apis/index.ts(+1 -1)📝
src/lib/components/chat/Chat.svelte(+2 -2)📝
src/lib/components/chat/ChatPlaceholder.svelte(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+285 -439)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+161 -70)📝
src/lib/components/chat/Messages/Skeleton.svelte(+15 -43)📝
src/lib/components/chat/Navbar.svelte(+96 -34)📝
src/lib/components/chat/Placeholder.svelte(+1 -1)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.