mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #2598] [MERGED] feat: user settings to db #21044
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/2598
Author: @tjbck
Created: 5/27/2024
Status: ✅ Merged
Merged: 5/27/2024
Merged by: @tjbck
Base:
dev← Head:user-settings📝 Commits (1)
ccbafcafeat: 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.