Review of "PanelNote Extended" version 3

Details Page Preview

Add a small note to your GNOME panel. Supports time-based notes that change automatically throughout the day, custom positioning, and precise index control. Compatible with GNOME 45–50.

Extension Homepage
https://github.com/qomarhsn/PanelNote

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:101
                this.menu.connect('open-state-changed', (_menu, open) => {
                    if (open) {
                        let active = getActiveNote(settings);
                        this._activeTimeNoteIndex = active.timeNoteIndex;
                        this._entryUpdating = true;
                        this.

All Versions

Version Status
7 Unreviewed
6 Active
5 Rejected
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

Qomarul Hasan auto- rejected
Auto-rejected because of new version 4 was uploaded