MuckRock / documentcloud-frontend

DocumentCloud's front end source code - Please report bugs, issues and feature requests to info@documentcloud.org
https://www.documentcloud.org
GNU Affero General Public License v3.0
15 stars 5 forks source link

Show document loading progress #547

Open eyeseast opened 1 month ago

eyeseast commented 1 month ago

If I have a giant document, it might take enough time to load that we should show a progress indicator of some kind (a bar, a percent, a spinner, etc). We have the data already.

allanlasser commented 2 weeks ago

@eyeseast Is this still necessary after #568?

eyeseast commented 2 weeks ago

We probably want to finalize the messaging, but I don't think we need a dedicated view now. I'll take the design tag off.

eyeseast commented 2 weeks ago

I realized we do still want this, but it's not urgent. This is just for the PDF itself. In cases where we're loading a big file, we want some indication that it's loading instead of just a blank page, and we have that data available.