Review of "Custom Window Controls" version 1

Details Page Preview

Theme the window control buttons. (Warning: Highly Experimental)

Extension Homepage
https://github.com/icedman/custom-window-controls

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
8 Active
7 Rejected
6 Active
5 Active
4 Rejected
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Not necessary (line 34 prefs.js). 2. Use `this.path` instead of `this.dir.get_path()`. 3. You didn't disconnect object for lines 146, 186 and 193 (extension.js). 4. Also null out these in disable: ```js button_style = null; this._windows = null; ``` 5. Don't use `log()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging 6. Don't use github in line 8-9 (client.js).
JustPerfection posted a review
7. Don't use `byteArray` (line 16 dbus/services.js): https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder