You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, #17 Implements two successive noticeable slow progress bar tasks:
Waiting for the task to complete on the remote server.
Downloading all match results.
It is possible, by combining the two client-side processes and running them simultaneously, to download at least most of the results while the task is being run.
The text was updated successfully, but these errors were encountered:
This could be improved even further by putting the task completion and results downloads progress bars inside the match results dialog, letting the user see the matches as they arrive, cancel when satisfied, not wait as long, etc...
Right now, #17 Implements two successive noticeable slow progress bar tasks:
It is possible, by combining the two client-side processes and running them simultaneously, to download at least most of the results while the task is being run.
The text was updated successfully, but these errors were encountered: