Review of "Vitals" version 62

Details Page Preview

A glimpse into your computer's temperature, voltage, fan speed, memory usage, processor load, system resources, network speed and storage stats. This is a one stop shop to monitor all of your vital sensors. Uses asynchronous polling to provide a smooth user experience. Feature requests or bugs? Please use GitHub.

Extension Homepage
https://github.com/corecoding/Vitals

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

Previous Reviews on this Version

JustPerfection rejected
1. You cannot create loop in shell process (line 21 extension.js). Please remove that line. 2. You cannot create instance of objects in global scope (line 7 helpers/file.js), please move that line inside the `convertUint8ArrayToString()` function. 3. Don't use `export var`, use `export const` instead. 4. Remove the timeout on disable (line 58 helpers/polyfills.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources
corecoding posted a review
Thank you for this thorough feedback. Regarding #4, I ended up deleting the helpers/polyfills.js file as it is no longer needed. Please see https://extensions.gnome.org/review/45283 for updated version.