Adds per-application notification counts and a searchable session history to GNOME Shell.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
application.js
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.
extension.js:453
this._historyButton.connect('clicked', () => this._openHistory())
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |