Review of "Jira Checker" version 3

Details Page Preview

A GNOME Shell extension that monitors your assigned Jira tasks and displays them in the system tray with desktop notifications for new assignments.

Extension Homepage
https://github.com/gustavocoleta/jira-checker

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:393
        dialog.connect('destroy', () => {
          clutterText.disconnect(textChangedId);
          clutterText.disconnect(activateId);
        })

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected