darkmoonight / Rain

🌦️ Weather application
MIT License
578 stars 44 forks source link

[Feature Request] Option to display more precise temperatures #156

Closed RivenSkaye closed 5 months ago

RivenSkaye commented 5 months ago

Currently the once an hour notification displays the temperature to a single decimal precision, this is great. But I'd like the current temperature view to display the same if possible, as it currently rounds off all decimals. I'd like to see if it's -0.3 or +0.1.

Leonavichus commented 5 months ago

I have a question, did you mean to have fractional values everywhere?

RivenSkaye commented 5 months ago

It currently displays fractional values on the main temperature view, rounded values in the per-hour bar and fractionals in the notifications. The latter two are unchanged and the first is precisely what I wanted.

Fractionals in the per-hour bar would probably be quite cluttered, and tapping them brings that timeslot into the main view for more precise info, so this seems perfect to me