mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #12844] [CLOSED] merge front to svelte5,and fix some conflict. #46080
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/12844
Author: @lyha23
Created: 4/14/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
8b0e565Merge pull request #12715 from open-webui/devaca37f5Merge pull request #12807 from open-webui/dev99f47cbmerge 前端到 pnpm1d9b33bMerge branch 'main' of https://github.com/open-webui/open-webui87cdc43完善后端dev02fc97dmerge front to svelte53c42fa5Merge branch 'dev' of https://github.com/open-webui/open-webui into dev6de4cf7chore: bumpc0ae20fi18n: update zh-CNb67b37dProperly handle ldap3.abstract.attribute.Attribute value📊 Changes
333 files changed (+15521 additions, -4440 deletions)
View changed files
📝
backend/dev.sh(+1 -1)📝
package.json(+16 -8)➕
pnpm-lock.yaml(+9000 -0)📝
src/lib/components/AddConnectionModal.svelte(+40 -24)📝
src/lib/components/AddFilesPlaceholder.svelte(+10 -6)📝
src/lib/components/AddServerModal.svelte(+35 -20)📝
src/lib/components/ChangelogModal.svelte(+9 -5)📝
src/lib/components/NotificationToast.svelte(+8 -4)📝
src/lib/components/OnBoarding.svelte(+15 -7)📝
src/lib/components/admin/Evaluations.svelte(+6 -6)📝
src/lib/components/admin/Evaluations/FeedbackMenu.svelte(+28 -21)📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+6 -6)📝
src/lib/components/admin/Evaluations/Leaderboard.svelte(+11 -7)📝
src/lib/components/admin/Functions.svelte(+29 -25)📝
src/lib/components/admin/Functions/FunctionEditor.svelte(+40 -22)📝
src/lib/components/admin/Functions/FunctionMenu.svelte(+114 -97)📝
src/lib/components/admin/Settings.svelte(+15 -15)📝
src/lib/components/admin/Settings/Audio.svelte(+38 -32)📝
src/lib/components/admin/Settings/CodeExecution.svelte(+10 -4)📝
src/lib/components/admin/Settings/Connections.svelte(+16 -14)...and 80 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
npx sv merge svelte-5to complete this. But there is also some bug, I fix these. Now it works well. Discussions hereAdded
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
pnpm install --config.engine-strict=falseCORS_ALLOW_ORIGIN="http://localhost:5173"Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.