mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UX: Progress bar while download the whole Folder / Album by #2122
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#2122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @gusmank7 on GitHub (Jun 18, 2024).
When downloading a folder or whole album contents. Photoprism will zip the file in the background for quite some time, but there is no indication or progress bar that shows how long it takes for the process to finish.
I found 2 different behaviors base on the browser we are using:
Safari:
The process of zipping & downloading happens completely in the background. With no status what so ever, suddenly when zip is finished, it jump to the downloads list as completed.
Chrome & Firefox:
When we click the download button, the download starts but not showing the total file size. So user wont see estimation of how long it going to take.
Suggested solution:
Lets take Gdrive behavior as an example, when we download a folder it show zipping progress bar, split it into smaller part of zip if the file is too big, then the download starts normally.
@lastzero commented on GitHub (Jun 19, 2024):
Since these zip archives are created on demand while downloading, their exact total size isn't known until after they have been created / downloaded, so providing the browser with this information for displaying a status bar isn't possible.