transmission/web/src
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
..
about-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
action-manager.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
alert-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
context-menu.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
file-row.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
formatter.js Fix display of size values in web interface (#2703) 2022-02-24 13:27:32 -06:00
inspector.js feat: use libpsl (#2575) 2022-02-12 11:30:27 -06:00
labels-dialog.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
main.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
move-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
notifications.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
open-dialog.js feat: add 'ok' shortcut in web client open dialog (#2601) 2022-02-10 12:06:44 -06:00
overflow-menu.js feat: update built-in speed limit settings (#2697) 2022-02-23 20:27:28 -06:00
prefs-dialog.js refactor: Qt, GTK, web client UI consistency 2022-02-21 08:34:59 -06:00
prefs.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
remote.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
remove-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
rename-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
shortcuts-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
statistics-dialog.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
torrent-row.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
torrent.js fixup! fix: sonarcloud code smells (#2623) (#2666) 2022-02-20 21:38:09 -06:00
transmission.js feat: use libpsl (#2575) 2022-02-12 11:30:27 -06:00
utils.js chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00