mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #10073] [CLOSED] feat: add default background image #22466
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/10073
Author: @dsewell
Created: 2/15/2025
Status: ❌ Closed
Base:
dev← Head:add-default-background-image📝 Commits (2)
0eaaf7fadd default background image09fac07fix white space to match style of codebase📊 Changes
8 files changed (+164 additions, -34 deletions)
View changed files
📝
backend/open_webui/config.py(+39 -30)📝
backend/open_webui/env.py(+5 -0)📝
backend/open_webui/main.py(+6 -0)📝
backend/open_webui/routers/configs.py(+18 -0)📝
src/lib/apis/configs/index.ts(+30 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+60 -0)📝
src/lib/components/chat/Chat.svelte(+4 -4)📝
src/lib/stores/index.ts(+2 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.