ruuvi / com.ruuvi.station.webui

Ruuvi webUI
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Simplify alert settings and unify with mobile #93

Closed laurijamsa closed 2 years ago

laurijamsa commented 2 years ago

Make the titles look same as on mobile (Temperature -> Temperature (°F))

Simplify the values not to show ",00" when there is no need to do it (to make it look more clean). However, keep the possibility to adjust manually with a better precision.

Currently:

image

Same settings on mobile:

image

Another thing to enhance is to increment values always with full digits when adjusting alert settings sliders (1 degree in this case on the video):

https://user-images.githubusercontent.com/1311912/146336126-d69c4e05-343f-4150-88ad-afb1fb187ed5.mov

markoaamunkajo commented 2 years ago

Screenshot 2022-01-16 at 18 05 22

@io53 it's possible to save impossible values as range when editing manually.

io53 commented 2 years ago

True, good catch.

laurijamsa commented 2 years ago

Note that we support only relative humidity alerts but currently also absolute or dew point definitions are shown on the alert section. Force (%) to be shown always.

image image