Reminder to take regular breaks
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO025 warning
unnecessary build and translation artifacts should not be shipped
Package contains files that often should not be shipped for review.
Don't include unnecessary files
stylesheet.css
placeholder stylesheet.css
EGO015 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:84
this._durationSlider.connect('notify::value', () => {
this._updateDurationFromSlider();
})
EGO014 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.
extension.js:89
this._durationLabel = new St.Label({
text: this._formatDurationLabel(this._durationMinutes),
})
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |