Trek_CN/client/tests
jubnl 3f61e1ca38
feat: add multi-day transport reservations with dedicated modal and route segmentation
Introduces a TransportModal for creating/editing flight, train, car, and cruise
reservations that span multiple days. Transport entries now break the map route
into disconnected segments so the polyline reflects actual travel legs.

- Add TransportModal with airport/location pickers, multi-day date range, and all transport types
- Extend DB schema with end_day_id on reservations (migration 110) and backfill from existing dates
- Refactor useRouteCalculation to emit [][][number,number] segments split at transport boundaries
- Update MapView, DayPlanSidebar, ReservationsPanel, TripPlannerPage to wire up transport flow
- Add transport i18n keys across all 15 languages
2026-04-18 06:10:33 +02:00
..
environment fix(tests): restore native AbortController for undici fetch compatibility 2026-04-14 15:08:55 +02:00
helpers feat(notifications): add ntfy as a first-class notification channel 2026-04-15 13:59:25 +02:00
integration feat: add multi-day transport reservations with dedicated modal and route segmentation 2026-04-18 06:10:33 +02:00
unit feat(import): selective GPX/KML element import and performance improvements 2026-04-18 01:28:37 +02:00
setup.ts feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00