Displays the status of an Uptime Kuma instance in the panel.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Bad URL in `metadata.json`. It should point to the git repo. 2. Remove `docs` folder, `.po` and `.pot` files: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 3. Timeout should be removed on disable/destroy and before creating a new one: - line 294 `extension.js` - line 41 `utils/network.js` [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 4. `messages.mo` should be inside the `locale/{LANG}/LC_MESSAGES` folder. 5. Remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 6. Remove version from the import: - line 2 `utils/network.js` - line 1, 2, 4 `prefs.js` 7. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 8. You should call `abort()` on destroy (line 54 `utils/network.js`): [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) Also, don't forget to call the `.destroy()` on the instances. 9. Remove line 17-21 `prefs.js`. Not needed. 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