Review of "AREU Status" version 1

Details Page Preview

Displays the number of ambulances that are in a mission in Lombardy, Italy

Extension Homepage
https://github.com/r-carissimi/areu-status-gnome\

No comments.

FAQ

Files

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

All Versions

Version Status
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Rejected because prefs is not compatible with GNOEM 40 and 41. You can see our port guide to fix that: https://gjs.guide/extensions/upgrading/gnome-shell-40.html 2. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove Lang from your code: https://gjs.guide/guides/gjs/legacy-class-syntax.html 3. Use `ExtensionUtils.getSettings()` instead of creating your own custom function: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 4. Also do this on disable: ```js areuMenu = null; ``` 5. Line 92 extension.js, Usage of object.actor is deprecated for AREUIndicator. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions