[PR #2598] [MERGED] feat: user settings to db #21044

Closed
opened 2026-04-20 03:19:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2598
Author: @tjbck
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @tjbck

Base: devHead: user-settings


📝 Commits (1)

  • ccbafca feat: save user settings to db

📊 Changes

16 files changed (+236 additions, -71 deletions)

View changed files

📝 backend/apps/openai/main.py (+3 -3)
backend/apps/webui/internal/migrations/011_add_user_settings.py (+48 -0)
📝 backend/apps/webui/models/users.py (+10 -2)
📝 backend/apps/webui/routers/users.py (+45 -1)
📝 src/lib/apis/users/index.ts (+56 -0)
📝 src/lib/components/chat/Chat.svelte (+19 -8)
📝 src/lib/components/chat/ModelSelector.svelte (+5 -3)
📝 src/lib/components/chat/Settings/Audio.svelte (+9 -11)
📝 src/lib/components/chat/Settings/Chats.svelte (+2 -4)
📝 src/lib/components/chat/Settings/General.svelte (+13 -14)
📝 src/lib/components/chat/Settings/Interface.svelte (+11 -16)
📝 src/lib/components/chat/Settings/Personalization.svelte (+1 -2)
📝 src/lib/components/chat/SettingsModal.svelte (+3 -0)
📝 src/lib/components/layout/Sidebar.svelte (+3 -0)
📝 src/routes/(app)/+layout.svelte (+8 -1)
📝 src/routes/s/[id]/+page.svelte (+0 -6)

📄 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/2598 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `user-settings` --- ### 📝 Commits (1) - [`ccbafca`](https://github.com/open-webui/open-webui/commit/ccbafca74c7eeadbc5a781e1152284772e7b08f7) feat: save user settings to db ### 📊 Changes **16 files changed** (+236 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/openai/main.py` (+3 -3) ➕ `backend/apps/webui/internal/migrations/011_add_user_settings.py` (+48 -0) 📝 `backend/apps/webui/models/users.py` (+10 -2) 📝 `backend/apps/webui/routers/users.py` (+45 -1) 📝 `src/lib/apis/users/index.ts` (+56 -0) 📝 `src/lib/components/chat/Chat.svelte` (+19 -8) 📝 `src/lib/components/chat/ModelSelector.svelte` (+5 -3) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+9 -11) 📝 `src/lib/components/chat/Settings/Chats.svelte` (+2 -4) 📝 `src/lib/components/chat/Settings/General.svelte` (+13 -14) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+11 -16) 📝 `src/lib/components/chat/Settings/Personalization.svelte` (+1 -2) 📝 `src/lib/components/chat/SettingsModal.svelte` (+3 -0) 📝 `src/lib/components/layout/Sidebar.svelte` (+3 -0) 📝 `src/routes/(app)/+layout.svelte` (+8 -1) 📝 `src/routes/s/[id]/+page.svelte` (+0 -6) </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 2026-04-20 03:19:09 -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#21044