mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #2585] [MERGED] feat: banners #7833
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/2585
Author: @tjbck
Created: 5/26/2024
Status: ✅ Merged
Merged: 5/26/2024
Merged by: @tjbck
Base:
dev← Head:banners📝 Commits (3)
242d4f0feat: bannersfd98addrefac: stylingecfc057refac: banners dismissible by default📊 Changes
11 files changed (+457 additions, -1 deletions)
View changed files
📝
backend/apps/webui/main.py(+2 -0)📝
backend/apps/webui/routers/configs.py(+30 -0)📝
backend/config.py(+18 -0)📝
src/lib/apis/configs/index.ts(+58 -0)➕
src/lib/components/admin/Settings/Banners.svelte(+136 -0)📝
src/lib/components/admin/SettingsModal.svelte(+42 -0)📝
src/lib/components/chat/Chat.svelte(+29 -1)➕
src/lib/components/common/Banner.svelte(+125 -0)📝
src/lib/stores/index.ts(+3 -0)➕
src/lib/types/index.ts(+9 -0)📝
src/routes/(app)/+layout.svelte(+5 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.