[PR #10676] [CLOSED] Modify user settings menu #61432

Closed
opened 2026-05-06 04:57:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10676
Author: @annalihan
Created: 2/24/2025
Status: Closed

Base: mainHead: annalihan-feat-2


📝 Commits (10+)

📊 Changes

141 files changed (+1759 additions, -733 deletions)

View changed files

.env (+19 -0)
📝 .gitignore (+10 -2)
📝 backend/open_webui/__init__.py (+1 -1)
📝 backend/open_webui/config.py (+1 -1)
📝 backend/open_webui/env.py (+3 -3)
📝 backend/open_webui/main.py (+332 -11)
📝 backend/open_webui/retrieval/web/searxng.py (+1 -1)
📝 backend/open_webui/routers/audio.py (+4 -4)
📝 backend/open_webui/routers/ollama.py (+10 -10)
📝 backend/open_webui/routers/openai.py (+9 -8)
backend/open_webui/static/27484_1738840963.mp4 (+0 -0)
📝 backend/open_webui/static/favicon.png (+0 -0)
backend/open_webui/static/loading1.mp4 (+0 -0)
backend/open_webui/static/loading2.mp4 (+0 -0)
backend/open_webui/static/loading3.mp4 (+0 -0)
📝 backend/open_webui/static/logo.png (+0 -0)
backend/open_webui/static/scene.splinecodev3.json (+0 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
build/27484_1738840963.mp4 (+0 -0)
build/doge.png (+0 -0)

...and 80 more files

📄 Description

Modify user settings menu


🔄 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/10676 **Author:** [@annalihan](https://github.com/annalihan) **Created:** 2/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `annalihan-feat-2` --- ### 📝 Commits (10+) - [`884cfb5`](https://github.com/open-webui/open-webui/commit/884cfb53e1b4a2a25320f02e0c64f2d4e0c58018) add new files - [`feaacb5`](https://github.com/open-webui/open-webui/commit/feaacb59faecc9a6e3b5857dd46e23a1b96439ba) add server start shell - [`dd77f14`](https://github.com/open-webui/open-webui/commit/dd77f140bb54dcaacc3da3a7136b4013c31aa0f2) fix node version - [`a55dc71`](https://github.com/open-webui/open-webui/commit/a55dc71877a0353fdb21fbb1c88b78220dbd349b) add config - [`af6cd20`](https://github.com/open-webui/open-webui/commit/af6cd205d4704e84a9722a251a01cee5677b2c8a) fix bug - [`c209884`](https://github.com/open-webui/open-webui/commit/c2098843b58b0d58d6de647706a8112ee5e634d6) fix bug - [`9707284`](https://github.com/open-webui/open-webui/commit/9707284f5c87c0c9af3064249882f2ace44953cc) fix bug - [`9da1c82`](https://github.com/open-webui/open-webui/commit/9da1c82da73bb56ca495d77b9f4de79bad74c6ea) improve - [`6e10897`](https://github.com/open-webui/open-webui/commit/6e10897ffd1272a414328398066ecae2f6b997b5) change text - [`da5a746`](https://github.com/open-webui/open-webui/commit/da5a7465342ec41b0094c7d1ad7945c6abb91d7a) add agent ### 📊 Changes **141 files changed** (+1759 additions, -733 deletions) <details> <summary>View changed files</summary> ➕ `.env` (+19 -0) 📝 `.gitignore` (+10 -2) 📝 `backend/open_webui/__init__.py` (+1 -1) 📝 `backend/open_webui/config.py` (+1 -1) 📝 `backend/open_webui/env.py` (+3 -3) 📝 `backend/open_webui/main.py` (+332 -11) 📝 `backend/open_webui/retrieval/web/searxng.py` (+1 -1) 📝 `backend/open_webui/routers/audio.py` (+4 -4) 📝 `backend/open_webui/routers/ollama.py` (+10 -10) 📝 `backend/open_webui/routers/openai.py` (+9 -8) ➕ `backend/open_webui/static/27484_1738840963.mp4` (+0 -0) 📝 `backend/open_webui/static/favicon.png` (+0 -0) ➕ `backend/open_webui/static/loading1.mp4` (+0 -0) ➕ `backend/open_webui/static/loading2.mp4` (+0 -0) ➕ `backend/open_webui/static/loading3.mp4` (+0 -0) 📝 `backend/open_webui/static/logo.png` (+0 -0) ➕ `backend/open_webui/static/scene.splinecodev3.json` (+0 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) ➕ `build/27484_1738840963.mp4` (+0 -0) ➕ `build/doge.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Modify user settings menu --- <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 2026-05-06 04:57:23 -05: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#61432