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
main
open-webui-85
acd5101
104da63
bd8dda2
027fd1e
f634778
8607838
391224f
c59dda9
5c946e2
afd43f2
34 files changed (+1014 additions, -914 deletions)
📝 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)
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/tasks.py
backend/open_webui/static/chat-waiting-mb-dark.gif
backend/open_webui/static/chat-waiting-mb-light.gif
backend/open_webui/test/apps/webui/routers/test_chats.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/task.py
backend/start.sh
src/lib/apis/index.ts
src/lib/components/chat/Chat.svelte
src/lib/components/chat/ChatPlaceholder.svelte
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/Skeleton.svelte
src/lib/components/chat/Navbar.svelte
src/lib/components/chat/Placeholder.svelte
...and 14 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.