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
Fix measurement and locale issues across the app (#1764)
- Fix CLLocation.speed incorrectly labeled as km/h instead of m/s in GPSStatus
- Fix hardcoded Fahrenheit conversion in NodeWeatherForecast to use locale
- Fix altitude chart Y-axis to show feet for imperial locales
- Fix force-unwrap crash risk on locale temperature key in Float extension and calculateDewPoint
- Fix operator precedence confusion in temperature locale checks
- Fix hardcoded kg/mm unit strings to be locale-aware (kg/lbs, mm/in)
- Fix wind speed unit in EnvironmentDefaultColumns to match protobuf m/s
- Fix distance column in EnvironmentDefaultColumns to use Measurement formatter
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
0 commit comments