[PR #17627] [CLOSED] Update minor files #47543

Closed
opened 2026-04-29 22:49:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17627
Author: @Maxine99
Created: 9/21/2025
Status: Closed

Base: mainHead: feat/jiayi-frontend-components


📝 Commits (7)

  • 3e95e7c Scaffold Setup, setup guide and updated docker-compose configuration:
  • 8abe03b Add new frontend components and workflows
  • 9badada feat: unify Tools and Prompts page layouts, optimize card styles
  • 1536ad2 feat: Add workflows functionality and unify edit icons
  • 902a647 feat: Update UI components and styling
  • 692d217 Update auth pages styling and admin functions layout
  • 1abb2c3 feat: Update signup page to skip email verification

📊 Changes

120 files changed (+4862 additions, -2436 deletions)

View changed files

📝 backend/open_webui/config.py (+13 -0)
📝 backend/open_webui/env.py (+1 -0)
📝 docker-compose.yaml (+24 -13)
setupguide.md (+255 -0)
📝 src/app.html (+1 -11)
src/lib/apis/workflows/index.ts (+377 -0)
📝 src/lib/components/AddConnectionModal.svelte (+2 -2)
📝 src/lib/components/OnBoarding.svelte (+3 -0)
📝 src/lib/components/admin/Functions.svelte (+86 -113)
📝 src/lib/components/admin/Settings.svelte (+35 -35)
📝 src/lib/components/admin/Settings/Audio.svelte (+26 -26)
📝 src/lib/components/admin/Settings/CodeExecution.svelte (+21 -21)
📝 src/lib/components/admin/Settings/Connections.svelte (+106 -58)
📝 src/lib/components/admin/Settings/Database.svelte (+7 -7)
📝 src/lib/components/admin/Settings/Documents.svelte (+33 -33)
📝 src/lib/components/admin/Settings/Evaluations.svelte (+4 -4)
📝 src/lib/components/admin/Settings/General.svelte (+51 -64)
📝 src/lib/components/admin/Settings/Images.svelte (+30 -30)
📝 src/lib/components/admin/Settings/Interface.svelte (+24 -24)
📝 src/lib/components/admin/Settings/Models.svelte (+4 -4)

...and 80 more files

📄 Description

Description

Small updates to frontend files for consistency and minor adjustments.

Notes

  • No major changes
  • Just small cleanups and alignment with existing structure

🔄 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/17627 **Author:** [@Maxine99](https://github.com/Maxine99) **Created:** 9/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/jiayi-frontend-components` --- ### 📝 Commits (7) - [`3e95e7c`](https://github.com/open-webui/open-webui/commit/3e95e7c40d7039a50462ad56a53f2ec1d9c4f268) Scaffold Setup, setup guide and updated docker-compose configuration: - [`8abe03b`](https://github.com/open-webui/open-webui/commit/8abe03b401b2cdd51d048606af7dfe30bc7c1d82) Add new frontend components and workflows - [`9badada`](https://github.com/open-webui/open-webui/commit/9badada5eaa2341fc8aabf7bfe4a38c10ac9607a) feat: unify Tools and Prompts page layouts, optimize card styles - [`1536ad2`](https://github.com/open-webui/open-webui/commit/1536ad2b1e26d792b2d6d7029f7f5d652d440137) feat: Add workflows functionality and unify edit icons - [`902a647`](https://github.com/open-webui/open-webui/commit/902a6478289af8aa0fae8859181d321e866d80f9) feat: Update UI components and styling - [`692d217`](https://github.com/open-webui/open-webui/commit/692d217e0a6f27f1f0b58b20a4bfbade3d3b7cb2) Update auth pages styling and admin functions layout - [`1abb2c3`](https://github.com/open-webui/open-webui/commit/1abb2c3a2c94059483719c601ae1d0ef6539aed2) feat: Update signup page to skip email verification ### 📊 Changes **120 files changed** (+4862 additions, -2436 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+13 -0) 📝 `backend/open_webui/env.py` (+1 -0) 📝 `docker-compose.yaml` (+24 -13) ➕ `setupguide.md` (+255 -0) 📝 `src/app.html` (+1 -11) ➕ `src/lib/apis/workflows/index.ts` (+377 -0) 📝 `src/lib/components/AddConnectionModal.svelte` (+2 -2) 📝 `src/lib/components/OnBoarding.svelte` (+3 -0) 📝 `src/lib/components/admin/Functions.svelte` (+86 -113) 📝 `src/lib/components/admin/Settings.svelte` (+35 -35) 📝 `src/lib/components/admin/Settings/Audio.svelte` (+26 -26) 📝 `src/lib/components/admin/Settings/CodeExecution.svelte` (+21 -21) 📝 `src/lib/components/admin/Settings/Connections.svelte` (+106 -58) 📝 `src/lib/components/admin/Settings/Database.svelte` (+7 -7) 📝 `src/lib/components/admin/Settings/Documents.svelte` (+33 -33) 📝 `src/lib/components/admin/Settings/Evaluations.svelte` (+4 -4) 📝 `src/lib/components/admin/Settings/General.svelte` (+51 -64) 📝 `src/lib/components/admin/Settings/Images.svelte` (+30 -30) 📝 `src/lib/components/admin/Settings/Interface.svelte` (+24 -24) 📝 `src/lib/components/admin/Settings/Models.svelte` (+4 -4) _...and 80 more files_ </details> ### 📄 Description ### Description Small updates to frontend files for consistency and minor adjustments. ### Notes - No major changes - Just small cleanups and alignment with existing structure --- <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-04-29 22:49:49 -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#47543