Review of "One Thing" version 12

Details Page Preview

Put a single task or goal in your menu bar

Extension Homepage
https://github.com/dantehemerson/one-thing

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
Please use `actor-added` signal for panel right box, instead of extension manager (line 37 extension.js). ```js this._actorAddedSignal = Main.panel._rightBox.connect('actor-added', () => { this._insertChildToPanel(); }); ``` On disable: ```js Main.panel._rightBox.disconnect(this._actorAddedSignal); ```