Review of "Internet Speed Meter" version 7

Details Page Preview

Simple and minimal internet speed meter extension for the Gnome Shell

Extension Homepage
https://github.com/AlShakib/InternetSpeedMeter

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
18 Active
17 Inactive
16 Active
15 Inactive
14 Inactive
13 Inactive
12 Inactive
11 Active
10 Inactive
9 Inactive
8 Inactive
7 Inactive
6 Inactive
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

Al Shakib auto- active
JustPerfection posted a review
I'm not going to reject this one since it was auto approved but you need to fix these for the next version: 1. Please move everything from init to enable. You cannot create objects in init() function: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Also do these on disable: if (netSpeed) { netSpeed.destroy(); netSpeed = null; } if (container) { container.destroy(); container = null; }