[PR #15950] [CLOSED] 116 display pre baked product lists on the opening page #10789

Closed
opened 2025-11-11 19:13:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15950
Author: @shadowfaxproject
Created: 7/23/2025
Status: Closed

Base: mainHead: 116-display-pre-baked-product-lists-on-the-opening-page


📝 Commits (10+)

  • 996af8c open-webui-3 Remove technical pop-up from first visit.
  • d3aeef0 open-webui-36 Remove (Open WebUI) from title.
  • 6583905 open-webui-63 Change default placeholder message.
  • 0d6537e open-webui-68 Change AI-response-wait animation from default to something else.
  • d12139d open-webui-69 Replace open/close buttons with SVG arrows
  • e94b046 open-webui-6 Remove bottom-left user-icon
  • 3616c2a open-webui-66 Changed tooltip 'New Chat' to 'New Gift Chat'
  • e5ab5e3 open-webui-58 Change input-box to show 3 things: text-input-box, record-voice/headphones, start/stop. Align them on the same level.
  • aa69eab open-webui-82 Remove model-config for users from open-webui page.
  • 3a8ee2e open-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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/15950 **Author:** [@shadowfaxproject](https://github.com/shadowfaxproject) **Created:** 7/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `116-display-pre-baked-product-lists-on-the-opening-page` --- ### 📝 Commits (10+) - [`996af8c`](https://github.com/open-webui/open-webui/commit/996af8c3d326491c74ed838d0fe1e56b2a7ba326) open-webui-3 Remove technical pop-up from first visit. - [`d3aeef0`](https://github.com/open-webui/open-webui/commit/d3aeef085ca1024eeeb111863701b43d6598ee2b) open-webui-36 Remove (Open WebUI) from title. - [`6583905`](https://github.com/open-webui/open-webui/commit/6583905f5664756aa2bc40de62a3ae0f5c4ea5ee) open-webui-63 Change default placeholder message. - [`0d6537e`](https://github.com/open-webui/open-webui/commit/0d6537e0b67b23513e407770ac7fcf0a1285be30) open-webui-68 Change AI-response-wait animation from default to something else. - [`d12139d`](https://github.com/open-webui/open-webui/commit/d12139d4515fcf9ddd7e40d9f57de454c2409ebe) open-webui-69 Replace open/close buttons with SVG arrows - [`e94b046`](https://github.com/open-webui/open-webui/commit/e94b0462bce1db694c109b015c0b83948d7280f9) open-webui-6 Remove bottom-left user-icon - [`3616c2a`](https://github.com/open-webui/open-webui/commit/3616c2a740b339f717d5a8d075faf28fbb221f61) open-webui-66 Changed tooltip 'New Chat' to 'New Gift Chat' - [`e5ab5e3`](https://github.com/open-webui/open-webui/commit/e5ab5e3b309a7e64871a283f6bd083dac1968881) open-webui-58 Change input-box to show 3 things: text-input-box, record-voice/headphones, start/stop. Align them on the same level. - [`aa69eab`](https://github.com/open-webui/open-webui/commit/aa69eabd2b243f3986ee243e5417823df6161bd1) open-webui-82 Remove model-config for users from open-webui page. - [`3a8ee2e`](https://github.com/open-webui/open-webui/commit/3a8ee2eb7dfe5a54f9f9e754f1dd69348f91536b) open-webui-60 Remove certain chat-menu-option for 'user' profile from Navbar and Sidebar ### 📊 Changes **50 files changed** (+2000 additions, -970 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 19:13:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#10789