Review of "Network Stats" version 11

Details Page Preview

Displays internet upload speed, download speed, bandwidth, data usage. visit github page for instructions, suggestions and feature requests. ERROR while updating extension ? restart your system or reload gnome shell.

Extension Homepage
https://github.com/noroadsleft000/gnome-network-stats

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
Just noticed you are creating objects in global scope of the modules. That's the same as init: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization For example line 226 (AppController.js) should be done in `enable()` (extension.js). Please fix it for all modules.