add setting to change temperature between C and F.

fixes #175
This commit is contained in:
Jason Kulatunga
2022-05-26 13:04:15 -07:00
parent d1376a2200
commit 21212c0a1d
10 changed files with 88 additions and 12 deletions
@@ -23,6 +23,17 @@
</mat-form-field>
</div>
<div class="flex flex-col mt-5 gt-md:flex-row">
<mat-form-field class="flex-auto gt-xs:pr-3 gt-md:pr-3">
<mat-label>Temperature Display Unit</mat-label>
<mat-select [(ngModel)]="temperatureUnit">
<mat-option value="celsius">Celsius</mat-option>
<mat-option value="fahrenheit">Fahrenheit</mat-option>
</mat-select>
</mat-form-field>
</div>
<div class="flex">
<mat-tab-group mat-align-tabs="start">
<mat-tab label="Ata">