No description
  • JavaScript 96.9%
  • CSS 2.9%
  • HTML 0.2%
Find a file
Matt ee49971da3 fix(navi/ui): always render origin + destination rows in directions panel
unifiedList previously gated the origin/destination rows behind routeStart/
routeEnd being set, so an unset endpoint had no input row. Always push origin
(first) and destination (last) with data:null when unset; LocationInput renders
its placeholder for value={null}, and the rows bind routeStart/routeEnd directly
(never item.data), so null is safe.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 16:21:49 +00:00
backend feat(offroute): backend Auto mode probes [vehicle,atv,mtb,foot] 2026-05-24 08:53:23 +00:00
frontend fix(navi/ui): always render origin + destination rows in directions panel 2026-05-24 16:21:49 +00:00