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

Optionally show transfer speed #108

Open davidak opened 3 years ago

davidak commented 3 years ago

It can be hard to see if there is any progress, especially when transferring big files.

Having the option to see the current transfer speed would be helpful here.

It can be shown when moving the mouse over the progress bar. A graph of the last 60 seconds can also be shown, like here:

Screenshot from 2021-03-27 21-32-57

Also needed for https://github.com/szimek/sharedrop/issues/101.

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