transmission/web/public_html
Frank Aurich cc7d1c5f01
Fix display of size values in web interface (#2703)
* Fix display of size values in web interface:

The web interface rounded large number values down using Math.floor(),
causing the web interface to display faulty torrent/download sizes.
A torrent of size 1,92 GB (915 pieces @ 2,1 MB) was shown as "1GB".
After about half the download was done, the UI showed "1GB of 1GB (55%)", which is rather irritating.

The fix removes the `Math.floor()` and adds fractions to the larger size values.
2022-02-24 13:27:32 -06:00
..
images feat: web client refresh (#1476) 2020-10-23 20:04:25 -05:00
index.html [Web] Magnet link, Main window toolbar accessibility, ARM build fix, Dependencies update (#2586) 2022-02-09 10:28:48 -06:00
transmission-app.js Fix display of size values in web interface (#2703) 2022-02-24 13:27:32 -06:00
transmission-app.js.LICENSE.txt fix: deprecated sass division warning (#2595) 2022-02-09 23:38:55 -06:00