trails/apps/planner/app/routes
Ullrich Schäfer 4b711abaec
Add split export: Export Route vs Export Plan
Split button with default "Export GPX" (track only) and dropdown:
- Export Route: clean track for use in any app
- Export Plan: track + waypoints + no-go areas in GPX extensions
  (trails:planning namespace) for reimporting into the planner

Also:
- Add no-go area serialization to generateGpx (GPX extensions)
- Parse no-go areas from GPX extensions on import
- Initialize no-go areas in Yjs session from imported GPX
- Save to Journal now exports track only (consistent with Export Route)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:52:39 +01:00
..
api.route.ts Add route error toasts with waypoint rollback 2026-03-29 14:09:20 +02:00
api.sessions.ts Add split export: Export Route vs Export Plan 2026-04-03 10:52:39 +01:00
home.tsx Add planner landing page with features and CTAs 2026-03-25 04:03:06 +01:00
new.tsx Add split export: Export Route vs Export Plan 2026-04-03 10:52:39 +01:00
session.$id.tsx Add withDb() helper for graceful DB error handling 2026-03-24 23:39:33 +01:00