Review of "Time Awareness" version 11

Details Page Preview

Tracks the time you have been actively using your computer

Extension Homepage
https://sr.ht/~kappa/gnome-shell-time-awareness/

No comments.

Diff Against

Files

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

All Versions

Version Status
11 Waiting for author
10 Rejected
9 Active
8 Active
7 Active
6 Active
5 Inactive
4 Active
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection waiting for author
1. Use `console.*` instead of `print()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 2. Don't use `var`. Use `let` and `const` instead. 3. Not needed since this is 45 only (line 122 `extension.js`). 4. It's better to use `null` instead of `void 0`. 5. Please import `gettext` from the `extension`: ```js import {Extension, gettext as _, ngettext} from 'resource:///org/gnome/shell/extensions/extension.js'; ``` You can use `nautilus` in `metadata.json`: ```json "gettext-domain": "nautilus", ``` Wanna fix and send it again?
Alex Kapranoff posted a review
Ok, thanks, will do.