Review of "Stopwatch-Pro" version 1

Details Page Preview

Simple extension to measure time. Primary button click starts/pauses the watch, secondary button resets it. Automatically pauses/resumes on screen locking.

Extension Homepage
https://github.com/ArvindParekh/gnome-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
4 Rejected
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. 404 URL in `metadata.json`. 3. Remove the timeout before creating a new one since that function can be called multiple times (line 131 `extension.js`). 4. Remove line 5-28 `stats2.js`. You already have `this.getSettings()` in the entry point: - [Anatomy of an Extension: settings-schema](https://gjs.guide/extensions/overview/anatomy.html#settings-schema) - [Port Guide 45: `this.getSettings()`](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils) 5. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
arvindparekh posted a review
thanks for the review, pushed a new version.