p2plabsxyz / dscan

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
MIT License
36 stars 26 forks source link

[feat]: progress percentage UI #20

Closed akhileshthite closed 1 year ago

akhileshthite commented 2 years ago

Progress percentage should appear in the middle of the loader to check how much percentage of the content (file/folder) is uploaded over IPFS for better UX.

Screenshot 2022-03-23 at 5 59 13 PM

Files:

HTML: For file: https://github.com/buidltools/dscan/blob/main/src/popup.html For folder: https://github.com/buidltools/dscan/blob/main/src/folderUpload.html

CSS: https://github.com/buidltools/dscan/blob/main/src/css/popup.css

JS: https://github.com/buidltools/dscan/blob/main/src/js/qrcode.js

For development setup and contribution guide, check the main README.md.

zluipaiva commented 1 year ago

hey, I would like to work on this one

akhileshthite commented 1 year ago

hey, I would like to work on this one

Sure. Go ahead :D