qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

[body upload] Show progress bar on file upload #649

Open chriswhong opened 2 years ago

chriswhong commented 2 years ago

We should show a progress bar during fie upload to let the user know things are happening if they are using a large file.

This is likely related to #639, which will move the upload to happening immediately after a file is dropped/selected, instead of uploading when the user clicks commit.