Review of "Task Widget" version 12

Details Page Preview

Display tasks next to the calendar widget. Visit our Wiki page for more information and troubleshooting.

Extension Homepage
https://gitlab.com/jmiskinis/gnome-shell-extension-task-widget

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

Juozas Miskinis posted a review
Resource file for extension preferences window (file prefs.js) is loaded in the global scope on line 70 because it's required in metadata of GObject.registerClass() on line 163, specifically "Template: [...]". The resource is later unloaded in widget::unrealize on lines 673-674. After that, only local instances of the resource file is used (line 93) which are then also unloaded on lines 673-674 when user closes the window.
JustPerfection active
Thanks!