chiefwigms / picobrew_pico

MIT License
148 stars 63 forks source link

Minor Bug - Header doesn't change on recipe creation when changing temp units #231

Closed craftmash closed 3 years ago

craftmash commented 3 years ago

In at least PicoRecipes > Library, when selecting a recipe, then clicking Metric (celsius), the numeric temperatures change. However, the header in the table remains at oF. Expected behavior: toggling the units switches the header from oF to oC and vice-versa.

tmack8001 commented 3 years ago

@craftmash thanks for this, yeah the C/F translation was put in quickly a while back. I'll need to check this again and make sure the column header also gets a formatter for that display to be switched as well.

Related to the FB convo on this the graphs are not looking at this to graph though so those will still be in F for now.