Review of "Tailscale Status" version 7

Details Page Preview

Manage Tailscale connections and check status from desktop read more at https://github.com/maxgallup/tailscale-status/blob/main/README.md

Extension Homepage
https://github.com/maxgallup/tailscale-status

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
34 Active
33 Active
32 Active
31 Active
30 Active
29 Active
28 Active
27 Active
26 Active
25 Active
24 Active
23 Active
22 Rejected
21 Rejected
20 Active
19 Rejected
18 Active
17 Active
16 Active
15 Active
14 Active
13 Active
12 Rejected
11 Active
10 Active
9 Active
8 Rejected
7 Rejected
6 Active
5 Active
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

JustPerfection rejected
You should null out the objects in disable when you create them in global scope (line 41 extension.js). So, the easy fix will be doing this in disable: ```js icon = null; ``` but I recommend to do it in a proper way. Create the icon once, pass it as dependency injection to anything needs it.