Review of "Minimal Internet Speed Meter" version 20260622.080131 (5)

Details Page Preview

Simple and minimal internet speed meter extension for the Gnome Shell. It won't disturb your work, won't distract your attention, and won't take up too much space on your panel.

Extension Homepage
https://gitlab.gnome.org/larryw3i/MinimalInternetSpeedMeter

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 did not find any issues.

All Versions

Version Status
20260710.142957 (9) Active
20260710.135201 (8) Rejected
20260710.131700 (7) Rejected
20260623.093710 (6) Active
20260622.080131 (5) Rejected
20260622.073021 (4) Rejected
20260621.203419 (3) Rejected
20260621.202454 (2) Rejected
20260308.065951 (1) Rejected

Previous Reviews on this Version

larryw3i posted a review
Hello! Maintainer, 1. I have appropriately reduced the number of lines in the default class. 2. I have changed the two functions "connect()" and "disconnect()" to "connectObject()" and "disconnectObject()". 3. I converted "getSettings()" into a getter property (this.settings). Is there anything else that needs to be changed? Could you please review it again! Thank you! Regards, larryw3i
JustPerfection rejected
Remove line 254-265 `extension.js` and use this instead: ```js this.settings.disconnectObject(this); ``` Please don't send extensions here without testing.
JustPerfection posted a review
You can also ping me on GNOME GitLab if you want any help or review on the repo. My user handle there is `jrahmatzadeh`.