Review of "TopNetGraph" version 2

Details Page Preview

Displays a real-time network traffic graph in the top panel. Useful for monitoring upload and download speeds visually.

Extension Homepage
https://github.com/rohitkr150015/TopNetGraph

No comments.

Diff Against

Files

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

All Versions

Version Status
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove unnecessary try catch blocks. 2. Please use `file.load_contents_async()` instead of sync since that can freeze the shell process (line 360 `extension.js`): [GJS Guide: Reading File Contents](https://gjs.guide/guides/gio/file-operations.html#reading-file-contents)