mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #2621] [CLOSED] Janine docs #36681
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/2621
Author: @janineguo
Created: 5/28/2024
Status: ❌ Closed
Base:
main← Head:janine-docs📝 Commits (10+)
dbfcad1feat: title change6b791f0feat: ui customizationeab8a03update: sidebar layout2e1ca17update: icon & title replacement46a720efeat: hide doc in chat & ui updateb1844e4update: system name9fd67c0Merge pull request #1 from ciai-engineering/fe-dev6f864aeenable external hostc1ce535set workflow5f600f0update: change model select & add doc mng & bot name📊 Changes
40 files changed (+1127 additions, -421 deletions)
View changed files
📝
.github/workflows/build-release.yml(+6 -3)📝
.github/workflows/docker-build.yaml(+244 -242)➕
HelmDeploy.md(+42 -0)📝
backend/config.py(+7 -7)➕
backend/static/favicon.ico(+0 -0)➕
copydata.sh(+11 -0)📝
kubernetes/helm/templates/_helpers.tpl(+13 -0)➕
kubernetes/helm/templates/hrwebui-deployment.yaml(+65 -0)➕
kubernetes/helm/templates/hrwebui-pvc.yaml(+27 -0)➕
kubernetes/helm/templates/hrwebui-service.yaml(+29 -0)📝
kubernetes/helm/templates/webui-deployment.yaml(+2 -0)📝
kubernetes/helm/templates/webui-pvc.yaml(+1 -1)📝
kubernetes/helm/templates/webui-service.yaml(+3 -2)📝
kubernetes/helm/values.yaml(+48 -3)📝
kubernetes/manifest/base/webui-deployment.yaml(+3 -1)📝
src/app.html(+3 -3)📝
src/lib/components/chat/MessageInput.svelte(+29 -16)📝
src/lib/components/chat/Messages/Placeholder.svelte(+17 -11)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+18 -10)📝
src/lib/components/chat/Messages/UserMessage.svelte(+6 -6)...and 20 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.