1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 15:04:13 +00:00
transmission/web/src
Charles Kerr d772824553
fix: sonarcloud code smells (#2623)
* fix: make variable a pointer-to-const

* fix: use init-statement to reduce variable scope

* fix: implicit conversion from long to int

* fix: refactor to not nest more than 3 if|for|do|while|switch statements

* fix: make tr_session::setSocketTos() const

* fix: use array.prototype.some instead of a for loop

* refactor: use nullptr instead of NULL

* fix: oops
2022-02-13 23:44:38 -06:00
..
about-dialog.js
action-manager.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
alert-dialog.js
context-menu.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
file-row.js
formatter.js
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
move-dialog.js
notifications.js
open-dialog.js feat: add 'ok' shortcut in web client open dialog (#2601) 2022-02-10 12:06:44 -06:00
overflow-menu.js
prefs-dialog.js allow decimal values in seedRatioLimit input (#2618) 2022-02-13 09:58:59 -06:00
prefs.js
remote.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
remove-dialog.js
rename-dialog.js
shortcuts-dialog.js
statistics-dialog.js
torrent-row.js Add labels support into web client. (#2596) 2022-02-10 09:25:11 -06:00
torrent.js fix: sonarcloud code smells (#2623) 2022-02-13 23:44:38 -06:00
transmission.js feat: use libpsl (#2575) 2022-02-12 11:30:27 -06:00
utils.js