orontee / taranis

Local weather data on your PocketBook e-book reader.
GNU General Public License v3.0
20 stars 0 forks source link

Display dialog with conditions details #16

Open orontee opened 1 year ago

orontee commented 1 year ago

Context

I sometime wants to read the UV index or compare raw and felt temperatures. It's impossible to display all information on the daily forecast nor the hourly forecast.

Analysis

Display a dialog with condition details. Possible for both daily and hourly forecast.

Just start with daily forecast.

TODO

Remark

A bug in current deserialization of felt temperatures will explain users seeing wrong values if they start the application with an up-to-date cache.

orontee commented 1 month ago

New version, implemented as a modal widget.

Already working, most wanted information is present (wind direction, dew point and moon phase are missing), but still needs some style improvement.

scr0018