pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

General progress bar #595

Closed jecisc closed 1 year ago

jecisc commented 1 year ago

I gave a lesson today where students were using the pharo-launcher. The connection was slow and I noticed a UX problem.

Currently when we create a new image, a progress bar appears during the download or when extracting the zip. The problem is that between some steps, there is no progress bar. It would be nice to have a two level progress bar to see the general progress of the image creation and know it is not finished after the download because it still needs to extract.

Bajger commented 1 year ago

@jecisc: Is this something you'd expect? Peek 2023-04-12 11-56

jecisc commented 1 year ago

Exactly!

Bajger commented 1 year ago

I'll issue PR and assign to review.