Review of "WeatherPanel" version 1

Details Page Preview

A modern GNOME Shell weather extension with detailed current conditions, hourly and multi-day forecasts, and offline awareness.

Extension Homepage
https://github.com/attentivecoder/weatherpanel

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) error 1 warning 1

Shexli found 2 issues that may need reviewer attention.

EGO-I-002 error

Gtk, Gdk and Adw must not be imported in shell process files

GTK library `Gtk` must not be imported in extension process files.

Do not import GTK libraries in GNOME Shell

  • ui/Forecast.js:3
    import Gtk from 'gi://Gtk';

EGO-P-007 warning

JavaScript files should be reachable from extension.js or prefs.js

Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.

Don't include unnecessary files

  • preferences/aboutPage.js
  • preferences/layoutPage.js
  • ui/ButtonBar.js
  • ui/CitySelector.js
  • ui/CurrentWeather.js
  • utils/cache.js

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

attentivecoder posted a review
WIll upload a new version. ignore this.
attentivecoder auto- rejected
Auto-rejected because of new version 2 was uploaded