mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #17831] [CLOSED] feat: add parellelization and loading feedback for unarchiving all archived chats #11363
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/17831
Author: @silentoplayz
Created: 9/28/2025
Status: ❌ Closed
Base:
dev← Head:unarchive-all-loading-state📝 Commits (1)
1097517feat: add loading feedback for unarchiving all chats📊 Changes
1 file changed (+21 additions, -8 deletions)
View changed files
📝
src/lib/components/layout/ArchivedChatsModal.svelte(+21 -8)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Added
Changed
unarchiveAllHandlerfunction was refactored to usePromise.all, which significantly improves performance by running the unarchive requests in parallel instead of sequentially.Fixed
Additional Information
Screenshots or Videos
Time to unarchive all archived chats previously:
Time to unarchive all archived chats with these changes (DROPPED BY 30 SECONDS FOR ME!!!):
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.