Skip to content

Display a progress bar when getting the list of shows

Thomas requested to merge progress-bar-shows-list into master

Retrieving the list of shows/movies is quite long since for each item the linked page must be parsed so a progress bar is added is to improve UX: it will show what is going on to the user to (hopefully) make the wait shorter.

It will be displayed only for items of type TYPE_SHOW since the creation of the listing of the other types is fast enough. It means the window cannot be opened until we know what is the type that is to say only after the page was downloaded. I implies the "waiting wheel" will still be displayed for a bit of time.

Also add back "Des clics de conscience" in the tests since it is back online and is the only one having a shop link.

Fixes #7 (closed)

Merge request reports