You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui(hour-card): wind arrow + cloudbase glyph + fill bars per metric
Replace the bare wind/base 2-column grid with iconic rows so each metric
reads at a glance:
- Wind row: directional arrow (rotates with wind_direction_10m_deg) +
value + fill bar toned green/amber/red against a 30 km/h ceiling.
- Cloudbase row: cloud-with-baseline glyph (new cloud_base/1) + value +
neutral fill bar against a 2000 m AGL ceiling.
- Low-cloud row (conditional): cloud icon with proportional fill +
percentage + cloud-tone fill bar — only when cloud_cover_low_pct
is present in the driving hour's inputs_used.
LiveView hour_row/2 now extracts wind_direction_10m_deg and
cloud_cover_low_pct alongside the existing wind/base values, and
HourTimeline forwards them. Existing data-role contracts ("wind",
"cloudbase", "verdict", "flight-type", "confidence-badge") preserved
so the T099/T104/T105/T106 LiveView tests stay green (262/262).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments