mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #15950] [CLOSED] 116 display pre baked product lists on the opening page #10789
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/15950
Author: @shadowfaxproject
Created: 7/23/2025
Status: ❌ Closed
Base:
main← Head:116-display-pre-baked-product-lists-on-the-opening-page📝 Commits (10+)
996af8copen-webui-3 Remove technical pop-up from first visit.d3aeef0open-webui-36 Remove (Open WebUI) from title.6583905open-webui-63 Change default placeholder message.0d6537eopen-webui-68 Change AI-response-wait animation from default to something else.d12139dopen-webui-69 Replace open/close buttons with SVG arrowse94b046open-webui-6 Remove bottom-left user-icon3616c2aopen-webui-66 Changed tooltip 'New Chat' to 'New Gift Chat'e5ab5e3open-webui-58 Change input-box to show 3 things: text-input-box, record-voice/headphones, start/stop. Align them on the same level.aa69eabopen-webui-82 Remove model-config for users from open-webui page.3a8ee2eopen-webui-60 Remove certain chat-menu-option for 'user' profile from Navbar and Sidebar📊 Changes
50 files changed (+2000 additions, -970 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/config.yml(+1 -1)📝
backend/open_webui/config.py(+14 -0)📝
backend/open_webui/env.py(+2 -3)📝
backend/open_webui/main.py(+37 -3)📝
backend/open_webui/models/chats.py(+5 -5)📝
backend/open_webui/routers/openai.py(+2 -2)📝
backend/open_webui/routers/tasks.py(+26 -4)➕
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/static/loading.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/requirements.txt(+1 -1)📝
backend/start.sh(+16 -1)📝
pyproject.toml(+3 -3)📝
src/app.html(+5 -5)📝
src/lib/components/chat/Chat.svelte(+15 -5)📝
src/lib/components/chat/ChatPlaceholder.svelte(+3 -3)📝
src/lib/components/chat/MessageInput.svelte(+305 -505)...and 30 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.