Review of "Wadokei 和時計" version 1

Details Page Preview

Japanese temporal hours (不定時法): the current toki kanji in the top bar, computed from sunrise/sunset at your location. The popup lists all twelve hours. Optional hourly bell chime (off by default; strikes the traditional bell count at each hour's center). Language, time format, dawn/dusk offset, and location are configurable in preferences. No notifications.

Extension Homepage
https://github.com/tedvask/wadokei

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:287
    this._infoItem = new PopupMenu.PopupMenuItem('', {reactive: false})
  • extension.js:281
            this._label = new St.Label({
                text: '…',
                y_align: Clutter.ActorAlign.CENTER,
            })
  • extension.js:303
    this._locItem = new PopupMenu.PopupMenuItem('', {reactive: false})
  • extension.js:288
    this._rangeItem = new PopupMenu.PopupMenuItem('', {reactive: false})
  • extension.js:302
    this._sunItem = new PopupMenu.PopupMenuItem('', {reactive: false})
  • extension.js:298
    row

All Versions

Version Status
3 Active
2 Rejected
1 Active

Previous Reviews on this Version

JustPerfection active
Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup (`extension.js` only). You can also add `donations` to the `metadata.json`, so people can donate to you if they want: [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) 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