ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

No ProgressBar status between 95% and 100% #203

Closed ctreffe closed 2 years ago

ctreffe commented 2 years ago

In experiments with many pages, the progress bar seems to stop at 95%, even if the correct number of pages was configured. It will only jump to 100% at the last page.

jobrachem commented 2 years ago

If I am not mistaken, this is may just be a limitation of the bootstrap progress bar that we use.

ctreffe commented 2 years ago

Ah, I see. Maybe it would be a good idea then to show the progress on the bar only in integers, to reduce the contrast between the area in which the progress bar actually works and the area between 95 and 100. Or, maybe, we could just show increments of 5%?