mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #12177] [CLOSED] Feat/dynamic notification branding #9656
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/12177
Author: @JunaidPinjari
Created: 3/29/2025
Status: ❌ Closed
Base:
dev← Head:feat/dynamic-notification-branding📝 Commits (2)
a805e03Feat: Add optional ingest_file and as_attachment params to upload and download endpointsab5a4d5Feat: Use WEBUI_NAME in notification titles for dynamic branding📊 Changes
2 files changed (+42 additions, -39 deletions)
View changed files
📝
backend/open_webui/routers/files.py(+40 -37)📝
src/routes/+layout.svelte(+2 -2)📄 Description
devbranch.WEBUI_NAMEvalue.featChangelog Entry
Description
Improves frontend flexibility by using
WEBUI_NAMEinstead of the hardcoded "Open WebUI" in browser notification titles.Changed
WEBUI_NAME, improving support for rebranded or self-hosted deployments.Additional Information
This change affects:
Dynamic naming improves user experience in customized or white-labeled environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.