[PR #23009] [CLOSED] feat: app customisation #114281

Closed
opened 2026-05-18 14:59:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23009
Author: @raul-bermejo
Created: 3/25/2026
Status: Closed

Base: mainHead: feat/basic-customisation


📝 Commits (1)

  • c928dc0 feat: 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

  • Replaced logo, splash screens, favicons, and user avatar with custom
    assets
  • Added user avatar to top of sidebar, removed dark:invert from logo
  • Updated fallback profile image to user_v2.png
  • Removed suggestion prompts from chat placeholder screens
  • Simplified WEBUI_BASE_URL constant for production compatibility
  • Added Vite dev proxy config routing API, Ollama, OpenAI, and WebSocket to
    backend on port 8080
  • Updated .gitignore for local dev artefacts

🔄 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/23009 **Author:** [@raul-bermejo](https://github.com/raul-bermejo) **Created:** 3/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/basic-customisation` --- ### 📝 Commits (1) - [`c928dc0`](https://github.com/open-webui/open-webui/commit/c928dc0d74d0be6c96d4d4083a7f5552c93680f3) feat: apply personal branding, custom assets, and dev proxy ### 📊 Changes **16 files changed** (+138 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description ## Summary - Replaced logo, splash screens, favicons, and user avatar with custom assets - Added user avatar to top of sidebar, removed `dark:invert` from logo - Updated fallback profile image to `user_v2.png` - Removed suggestion prompts from chat placeholder screens - Simplified `WEBUI_BASE_URL` constant for production compatibility - Added Vite dev proxy config routing API, Ollama, OpenAI, and WebSocket to backend on port 8080 - Updated `.gitignore` for local dev artefacts --- <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-18 14:59:42 -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#114281