Review of "ColorTint" version 1

Details Page Preview

Tint your desktop with a color of your choice to help with dyslexia, scopic sensitivity, and related conditions.

Extension Homepage
https://github.com/MattByName/color-tint

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

Previous Reviews on this Version

andyholmes rejected
Your extension looks mostly good, however it is not cleaning up after itself completely. Line #105: You should call both `Main.uiGroup.remove_actor(overlay);` and `overlay.destroy();`, to ensure the ClutterActor (StBin) is destroyed, before setting to `null`; Line #240: You should call `menu.destroy()` before `menu = null;`, to actually destroy the PanelButton. Setting to `null` isn't enough because the status area and it's corresponding ClutterActor each hold a reference to it. If you can fix these two, I'll be happy to approve :)
MatthewBarnard posted a review
Hi Andy, Thanks for your really helpful feedback, and sorry for the rookie error. I'm uploading an updated version with the requested changes now. Best wishes, Matt