Review of "AngieBar" version 2

Details Page Preview

Custom GNOME bar with island design, CPU, RAM, network monitors, and todo list

Extension Homepage
https://github.com/garrati-0/AngieBar

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-002 warning

objects created by extension should be destroyed in disable()

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

Destroy all objects

  • extension.js:247
    this._logoMenuManager = new PopupMenu.PopupMenuManager(this)
  • extension.js:370
    this._todoMenuManager = new PopupMenu.PopupMenuManager(this)

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

garrati auto- rejected
Auto-rejected because of new version 3 was uploaded