This repository was archived by the owner on Feb 27, 2026. It is now read-only.
UI/UX: "Creating ZIP file..." is misleading #393
JohnGemstone
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The current behaviour is when a user clicks
Download Alla popup saysCreating ZIP file.... What would be better in my opinion would be a progress panel sayingDownloadingwith a progress bar, since this is what happening in the background.Creating ZIPmakes it seem like something is happening on the server side, and with no indication of progress could lead the user to believe the server is unresponsive.Note: I've just got this working (but had to use an older version #366) so not sure if this is already implemented.
All reactions