Review of "Gitlab Time Tracking" version 1.0.1 (2)

Details Page Preview

Track time spent on GitLab issues with a convenient system tray timer. This extension is not affiliated, funded, or in any way associated with GitLab.

Extension Homepage
https://github.com/Gecka-Apps/gitlab-time-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.

All Versions

Version Status
1.1.1 (4) Active
1.1.0 (3) Rejected
1.0.1 (2) Rejected
1.0.0 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Top open file (line 803 `prefs.js`): ```js Gio.AppInfo.launch_default_for_uri('URI', null); ``` or ```js let launcher = new Gtk.UriLauncher('URI'); let cancelable = new Gio.Cancellable(); launcher.launch(window, cancelable, (luncher, res) => luncher.launch_finish(res)); ``` 2. You have many code duplications in `avatarLoader.js` for soup. Better to create a helper funciton that can fetch the icon and use that instead.