mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #11018] [CLOSED] DRAFT: refactor: Upgrade to svelte 5 #22643
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/11018
Author: @cesasol
Created: 3/1/2025
Status: ❌ Closed
Base:
dev← Head:feature/svelte-4📝 Commits (9)
046f1fbMerge pull request #10927 from open-webui/dev95cadacMerge pull request #10933 from open-webui/devf998e5dUpgrade to svelte 4, eslint, pnpm, corepack.196dd81svelte5 migration script859a2b8Fix builde2bd7a1Merge remote-tracking branch 'upstream/dev' into feature/svelte-4a087e2dbring back prettierb0997fcupgrade eslint parse8c66b7eFinish upgrade📊 Changes
333 files changed (+21518 additions, -22338 deletions)
View changed files
➖
.eslintignore(+0 -13)➖
.eslintrc.cjs(+0 -31)📝
.gitignore(+2 -0)➕
eslint.config.mjs(+57 -0)📝
hatch_build.py(+2 -2)➖
package-lock.json(+0 -12878)📝
package.json(+134 -116)➕
pnpm-lock.yaml(+9072 -0)📝
src/app.css(+39 -28)📝
src/lib/apis/index.ts(+10 -3)📝
src/lib/apis/ollama/index.ts(+1 -1)📝
src/lib/components/AddConnectionModal.svelte(+68 -55)📝
src/lib/components/AddFilesPlaceholder.svelte(+14 -7)📝
src/lib/components/ChangelogModal.svelte(+25 -16)📝
src/lib/components/NotificationToast.svelte(+10 -5)📝
src/lib/components/OnBoarding.svelte(+12 -7)📝
src/lib/components/admin/Evaluations.svelte(+17 -16)📝
src/lib/components/admin/Evaluations/FeedbackMenu.svelte(+30 -22)📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+20 -19)📝
src/lib/components/admin/Evaluations/Leaderboard.svelte(+25 -21)...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
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.