szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.94k stars 725 forks source link

Show progress percent #107

Open davidak opened 3 years ago

davidak commented 3 years ago

When sending big files (like 20 GB), it can look if nothing is happening. That leads to STRESS!

Screenshot from 2021-03-27 21-53-20

I guess you can't tell me what % that is.

Spoiler warning If i recognized it correctly, the `data-sending-progress` is the %, so in this case it was 27%.

Please show the % to the user, to give some more feedback that something is happening.

Related to https://github.com/szimek/sharedrop/issues/89.