3.0.2.4
Move At A Glance panel left. Tweak day tabs highlight and add danger level pulsing. Arrange at a glance order to make more sense and better priority. New brighter favicon.
This commit is contained in:
@@ -479,7 +479,7 @@ export function computeGlanceSummary(todayRows, profile, variant, skinType, cols
|
||||
// ── Vehicle ────────────────────────────────────────────────────────────
|
||||
if (profile === 'vehicle') {
|
||||
const peakCabin = peakRow('vehicleT');
|
||||
const dangerFrom = todayRows.find(r => r.vehicleT != null && r.vehicleT >= 35);
|
||||
const dangerFrom = todayRows.find(r => r.vehicleT != null && r.vehicleT >= 29);
|
||||
|
||||
return [
|
||||
...(show('vehicleT') ? [{
|
||||
|
||||
Reference in New Issue
Block a user