Original PR: https://github.com/open-webui/open-webui/pull/23009 Author: @raul-bermejo Created: 3/25/2026 Status: ❌ Closed
Base: main ← Head: feat/basic-customisation
main
feat/basic-customisation
c928dc0
16 files changed (+138 additions, -128 deletions)
📝 .gitignore (+6 -0) 📝 backend/open_webui/static/logo.png (+0 -0) 📝 package-lock.json (+109 -99) 📝 src/lib/components/app/AppSidebar.svelte (+12 -3) 📝 src/lib/components/chat/ChatPlaceholder.svelte (+0 -10) 📝 src/lib/components/chat/Messages/ProfileImage.svelte (+1 -1) 📝 src/lib/components/chat/Placeholder.svelte (+0 -13) 📝 src/lib/constants.ts (+2 -2) 📝 static/static/favicon-96x96.png (+0 -0) 📝 static/static/favicon.png (+0 -0) 📝 static/static/splash-dark.png (+0 -0) 📝 static/static/splash.png (+0 -0) ➕ static/static/user_v2.png (+0 -0) 📝 static/user.png (+0 -0) ➕ static/user_v2.png (+0 -0) 📝 vite.config.ts (+8 -0)
.gitignore
backend/open_webui/static/logo.png
package-lock.json
src/lib/components/app/AppSidebar.svelte
src/lib/components/chat/ChatPlaceholder.svelte
src/lib/components/chat/Messages/ProfileImage.svelte
src/lib/components/chat/Placeholder.svelte
src/lib/constants.ts
static/static/favicon-96x96.png
static/static/favicon.png
static/static/splash-dark.png
static/static/splash.png
static/static/user_v2.png
static/user.png
static/user_v2.png
vite.config.ts
dark:invert
user_v2.png
WEBUI_BASE_URL
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23009
Author: @raul-bermejo
Created: 3/25/2026
Status: ❌ Closed
Base:
main← Head:feat/basic-customisation📝 Commits (1)
c928dc0feat: apply personal branding, custom assets, and dev proxy📊 Changes
16 files changed (+138 additions, -128 deletions)
View changed files
📝
.gitignore(+6 -0)📝
backend/open_webui/static/logo.png(+0 -0)📝
package-lock.json(+109 -99)📝
src/lib/components/app/AppSidebar.svelte(+12 -3)📝
src/lib/components/chat/ChatPlaceholder.svelte(+0 -10)📝
src/lib/components/chat/Messages/ProfileImage.svelte(+1 -1)📝
src/lib/components/chat/Placeholder.svelte(+0 -13)📝
src/lib/constants.ts(+2 -2)📝
static/static/favicon-96x96.png(+0 -0)📝
static/static/favicon.png(+0 -0)📝
static/static/splash-dark.png(+0 -0)📝
static/static/splash.png(+0 -0)➕
static/static/user_v2.png(+0 -0)📝
static/user.png(+0 -0)➕
static/user_v2.png(+0 -0)📝
vite.config.ts(+8 -0)📄 Description
Summary
assets
dark:invertfrom logouser_v2.pngWEBUI_BASE_URLconstant for production compatibilitybackend on port 8080
.gitignorefor local dev artefacts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.