[PR #2585] [MERGED] feat: banners #7833

Closed
opened 2025-11-11 17:37:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: banners


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2585 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 5/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `banners` --- ### 📝 Commits (3) - [`242d4f0`](https://github.com/open-webui/open-webui/commit/242d4f0c8dc4652f7524555301a793ef93573441) feat: banners - [`fd98add`](https://github.com/open-webui/open-webui/commit/fd98add6aa0aa23b653837f44a3d06e70ce52e68) refac: styling - [`ecfc057`](https://github.com/open-webui/open-webui/commit/ecfc057f25a1733e823c7721fdd8ccac50f42c25) refac: banners dismissible by default ### 📊 Changes **11 files changed** (+457 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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 2025-11-11 17:37:18 -06: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#7833