[PR #8963] [CLOSED] [MNGS-253] Implement custom UI interface for Chatbot AI #9094

Closed
opened 2025-11-11 18:13:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8963
Author: @alinalozyuk
Created: 1/26/2025
Status: Closed

Base: mainHead: feature/MNGS-253


📝 Commits (3)

  • bdc24f7 [MNGS-253] delete select model, deploy to aws ecr
  • c9300f9 [MNGS-253] Implement custom UI interface for Chatbot AI
  • 89f29d1 Merge branch 'main' into feature/MNGS-253

📊 Changes

19 files changed (+288 additions, -19 deletions)

View changed files

📝 .dockerignore (+33 -0)
📝 .gitignore (+6 -2)
Dockerfile.open_web_ui (+3 -0)
infra/__init__.py (+0 -0)
infra/app.py (+26 -0)
infra/cdk.json (+77 -0)
infra/stacks/__init__.py (+0 -0)
infra/stacks/open_web_ui_ecr_stack.py (+69 -0)
infra/utils/__init__.py (+10 -0)
infra/utils/init_config.py (+16 -0)
infra/utils/namespace_service.py (+17 -0)
infra/utils/resolve_path.py (+5 -0)
📝 src/lib/components/channel/Navbar.svelte (+1 -1)
📝 src/lib/components/chat/Messages/Name.svelte (+2 -2)
📝 src/lib/components/chat/Navbar.svelte (+5 -5)
📝 src/lib/components/layout/Help.svelte (+4 -4)
📝 src/lib/components/layout/Navbar.svelte (+4 -4)
📝 src/lib/components/layout/Sidebar.svelte (+1 -1)
📝 src/routes/auth/+page.svelte (+9 -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/8963 **Author:** [@alinalozyuk](https://github.com/alinalozyuk) **Created:** 1/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/MNGS-253` --- ### 📝 Commits (3) - [`bdc24f7`](https://github.com/open-webui/open-webui/commit/bdc24f747200b5e2d250e6e16561a6c8e068aac1) [MNGS-253] delete select model, deploy to aws ecr - [`c9300f9`](https://github.com/open-webui/open-webui/commit/c9300f9d38a480a9ce794dabb140ce5df31cf2d4) [MNGS-253] Implement custom UI interface for Chatbot AI - [`89f29d1`](https://github.com/open-webui/open-webui/commit/89f29d12c4f20acbd17be6d009f4c521abab269f) Merge branch 'main' into feature/MNGS-253 ### 📊 Changes **19 files changed** (+288 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+33 -0) 📝 `.gitignore` (+6 -2) ➕ `Dockerfile.open_web_ui` (+3 -0) ➕ `infra/__init__.py` (+0 -0) ➕ `infra/app.py` (+26 -0) ➕ `infra/cdk.json` (+77 -0) ➕ `infra/stacks/__init__.py` (+0 -0) ➕ `infra/stacks/open_web_ui_ecr_stack.py` (+69 -0) ➕ `infra/utils/__init__.py` (+10 -0) ➕ `infra/utils/init_config.py` (+16 -0) ➕ `infra/utils/namespace_service.py` (+17 -0) ➕ `infra/utils/resolve_path.py` (+5 -0) 📝 `src/lib/components/channel/Navbar.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/Name.svelte` (+2 -2) 📝 `src/lib/components/chat/Navbar.svelte` (+5 -5) 📝 `src/lib/components/layout/Help.svelte` (+4 -4) 📝 `src/lib/components/layout/Navbar.svelte` (+4 -4) 📝 `src/lib/components/layout/Sidebar.svelte` (+1 -1) 📝 `src/routes/auth/+page.svelte` (+9 -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 18:13:56 -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#9094