-
-
Notifications
You must be signed in to change notification settings - Fork 72
[Bug]: Loading indicator doesn't progress #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Perhaps switch to a spinner instead of progress bar. |
@Shrinks99 mind adding some more details here on what we want to do with the UI? Also a wish for me, but maybe the spinner is combined with a skeleton view so the window isn't mostly white screen? |
Was thinking that we seperate out the loading states for WARCs and WACZs to two different progress indicators, one spinner and one progress bar. The WARC indexing one is still useful! |
For now if you can update this by just removing the progress bar for WACZs and architect it in such a way that it is easy to replace the SVG with an animated one, that would be great! I may get to this now, it may happen later :) |
Uh oh!
There was an error while loading. Please reload this page.
ReplayWeb.page Version
v2.2.5
What did you expect to happen? What happened instead?
When loading a large multi-wacz file downloaded from a Browsertrix collection, the progress bar is stuck at 0% before jumping to the fully loaded state. Tested with. ~41 GB file.
Additionally, the "cancel" button doesn't work.
Step-by-step reproduction instructions
Additional details
@Shrinks99 mentioned this may only be an issue with WACZ, but not with WARC.
We may want to show the progress bar for WARC, but show an indeterminate loading indicator for WACZ.
The text was updated successfully, but these errors were encountered: