Review of "Speedinator" version 1

Details Page Preview

Control the speed of gnome-shell animations

Extension Homepage
https://github.com/tehsquidge/speedinator

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please use a less generic for the default class you export in `prefs.js`. 2. Remove `stylesheet.css` since you are not using it: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 3. Don't use `this.` since that won't allow the garbage collector do its job after window close (line 9 prefs.js). You can attach that to prefs window though: ```js window._settings = this.getSettings(); ``` 4. No need to use argument for `this.getSettings()` since you have specified that in extension.js.
JustPerfection posted a review
If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions