3.0.0
Added variable temps to the simple view Fixed height shifting on model selections Tweaked style and added guides in simple view Linked profiles to simple view
This commit is contained in:
@@ -441,7 +441,7 @@ export function computeGlanceSummary(todayRows, profile, variant, skinType, cols
|
||||
...(show('soilT') ? [{
|
||||
icon: '🌱',
|
||||
label: 'Soil warms to 10°C by',
|
||||
value: soilWarmRow ? hhmm(soilWarmRow.iso) : 'Not today',
|
||||
value: soilWarmRow ? (hhmm(soilWarmRow.iso) === '00:00' ? 'All Day' : hhmm(soilWarmRow.iso)) : 'Not today',
|
||||
alert: !soilWarmRow,
|
||||
}] : []),
|
||||
...(show('precipProb') ? [rainItem] : []),
|
||||
|
||||
Reference in New Issue
Block a user