Review of "Tracker" version 7

Details Page Preview

Simple time tracking extension for Gnome 45-50. - Start/Pause with a single click - Workspace-based tracking: optionally associate timers with specific workspaces to automatically start/pause them upon switching - Window-based tracking: optionally associate timers with specific windows titles to automatically start/pause on focus change - Screen locking and sessions: automatically pauses all active timers on screen locking and resumes them on unlocking - Persistent storage: timers are automatically saved and restored between sessions - Automatic backup: automatically export timers to CSV at configurable intervals - Export current timers to CSV manually - Reset individual timers or all of them at once - Selection: choose specific timers or display the total time - Edit name and time - Set color of active timers and total in the panel

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

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. You don't need to send anything to `this.getSettings()` since you use `settings-schema` in `metadata.json`: [Extensions Guide: `settings-schema`](https://gjs.guide/extensions/overview/anatomy.html#settings-schema) 3. You should call `this._stopBackupTimer()` on `Tracker.destroy()`.
aliaksei posted a review
Thanks for remarks!