Review of "Stopwatch" version 1

Details Page Preview

Simple stopwatch extension for Gnome 40-49. Click primary button to start/pause the watch, secondary to reset it. Automatically pauses when the screen is locked and resumes on unlock. Preserves the state, if paused manually.

Extension Homepage
https://github.com/aliakseiz/stopwatch

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
14 Active
13 Active
12 Active
11 Active
10 Inactive
9 Inactive
8 Inactive
7 Inactive
6 Active
5 Rejected
4 Active
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Timeout should be removed on disable of destroy (line 84 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources To fix that, you can add this method to the `Indicator` class: ```js destroy() { if (this.timeout) { MainLoop.source_remove(this.timeout); this.timeout = null; } super.destroy(); } ``` If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions