mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #11747] [CLOSED] Fix svelte parse error #45835
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/11747
Author: @aditya-gaharawar
Created: 3/16/2025
Status: ❌ Closed
Base:
main← Head:fix-svelte-parse-error📝 Commits (8)
2224560Update About.svelte553c2b6Update index.ts295c1c2Update Chat.sveltebd78978Update ChatControls.svelte79ceaf9Update MessageInput.svelte06d14f1Update Navbar.svelteb62eba3Update MessageInput.svelte71177e7Fix Svelte parse error in MessageInput.svelte📊 Changes
6 files changed (+1263 additions, -1667 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+3 -27)📝
src/lib/components/chat/ChatControls.svelte(+4 -20)📝
src/lib/components/chat/MessageInput.svelte(+1235 -1407)📝
src/lib/components/chat/Navbar.svelte(+2 -26)📝
src/lib/components/chat/Settings/About.svelte(+8 -185)📝
src/lib/stores/index.ts(+11 -2)📄 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.