fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.
GNU General Public License v3.0
21 stars 7 forks source link

feat: upload progress bar (#536) #537

Closed tomicvladan closed 11 months ago

tomicvladan commented 11 months ago

Implemented progress bar for file uploads. It works for single and multiple files.

Screenshot from 2023-10-03 15-34-46 Screenshot from 2023-10-03 15-36-37

tomicvladan commented 11 months ago

Regarding the first issue, good that you noticed the bug was related to the upload modal. I though that was a bee issue, so didn't check it further. That has been fixed now.

Regarding the second point, if that's the case then that should be fixed in the fdp-storage. The modal is just taking percentages sent by fdp-storage. It would be difficult for users of fdp-storage to calculate real percentages in that way by additionally checking which event occurred when.