Review of "Focus Tasks" version 4

Details Page Preview

Start a focus timer from a Google Tasks task.

Extension Homepage
https://github.com/hassanaziz0012/focus

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:51
            this.menu.connect('open-state-changed', (_menu, isOpen) => {
                if (isOpen && this._tasks.length === 0 && !this._isLoadingTasks) {
                    fetchTasks(this);
                }
            })

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection active