Review of "Dash2Dock Animated" version 59

Details Page Preview

The Animated & Effectful Dock

Extension Homepage
https://github.com/icedman/dash2dock-lite

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 forgot to use `this` for disconnecting the object (line 483 `extension.js`). 2. Please remove `_extension.js` and `_prefs.js` files. 3. `apps/recents.js` should start with shebang: ```js #!/usr/bin/env -S gjs -m ``` 4. Also use ESM and GTK4 in `apps/recents.js`.