Review of "Phases of Moon" version 2

Details Page Preview

Display current moon phase

Extension Homepage
https://github.com/melomane63/phases-of-moon

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

Previous Reviews on this Version

JustPerfection rejected
1. URL in `metadata.json` points to 404. 2. Please fix the indentation (line 216 `dataPOM.js`). 3. As mentioned before, you have `this.path` in the entry point. So remove 43-53 `indicateurPOM.js` and pass `this.path` to the `MoonPhaseIndicator._init()`. 4. Don't use old imports in 45+ extensions (line 238 `indicateurPOM.js`). Use the ESM: ```js import GdkPixbuf from 'gi://GdkPixbuf'; ```