mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #4225] [MERGED] ⚡Initialize fileItem first to speed up file display #8219
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/4225
Author: @Yanyutin753
Created: 7/30/2024
Status: ✅ Merged
Merged: 8/1/2024
Merged by: @tjbck
Base:
dev← Head:pref_file_upload📝 Commits (2)
6681df2⚡Initialize fileItem first to speed up file displayc9ed934refac: file should not have 'uploaded' status📊 Changes
1 file changed (+42 additions, -33 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+42 -33)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
1. During the file upload process, initialize the file first, so that the response is faster during the upload process.
2. Get the file size to prepare for the next pr!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.