webrecorder / wacz-uploader

A straightforward single page application for uploading your WACZ archives to IPFS
GNU Affero General Public License v3.0
5 stars 0 forks source link

Upload progress UI enhancements #18

Open SuaYoo opened 1 year ago

SuaYoo commented 1 year ago
RangerMauve commented 1 year ago

Upload percentage is going to be a bit hard to do since the fetch API doesn't actually give us APIs for that use case.

Would it make sense to have progress indication that's for how many files are still in the process of being uploaded? + the root DAG node being uploaded I guess.

RangerMauve commented 1 year ago

The current UI for retries is really nice BTW! I'm debugging errors I'm seeing in downloads, and being able to go back and try again is helpful.