stefanpejcic / OpenPanel

A highly customizable web hosting control panel built with Docker 🐳
https://openpanel.com
216 stars 33 forks source link

Compressed file extraction progress bar #270

Closed caesarmind closed 1 week ago

caesarmind commented 2 weeks ago

OpenPanel version(s) affected

0.3.4

What OS are you using?

Ubuntu

Description

When there is a large compressed file that takes more than a few seconds to extract, you have no way of knowing if the extraction command has been initiated.

The extraction does complete if you wait without taking further action, and the page will refresh at the end. However, there is no indicator to show that the extraction is in progress, which is why users click the extract button multiple times.

How to reproduce

...

Possible Solution

No response

Additional Context

No response

stefanpejcic commented 2 weeks ago

@p3t4rc can we reuse the loader from the copy modal?

p3t4rc commented 1 week ago

Thanks for the suggestion, I've added a progress bar for when extraction is running in the background, cheers!