Review of "Docker" version 26

Details Page Preview

Quick access to Docker and Docker Compose.

Extension Homepage
https://gitlab.com/stickman_0x00/gnome_shell_extension_docker

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
Remove the timeout on destroy. To do that, inside `Menu` create `destroy()` method like this: ```js destroy() { this.remove_timer(); super.destroy(); } ``` and remove line 22 (extension.js).