From 5cdfbd3bb534d74d359f4dc26e99edba750eab9f Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Sat, 18 Jul 2026 12:01:53 +0200 Subject: [PATCH] wip: working on trips --- app/app.vue | 18 --------- app/components/map/lines.client.vue | 12 +++--- app/components/map/map.client.vue | 61 ++++++----------------------- app/components/sidebar/lines.vue | 4 +- app/pages/index.vue | 36 +++++++++++++++++ app/pages/trip.vue | 14 ++++--- app/stores/mreso.ts | 6 ++- app/types.d.ts | 7 ++++ 8 files changed, 76 insertions(+), 82 deletions(-) diff --git a/app/app.vue b/app/app.vue index a22293e..272c58f 100644 --- a/app/app.vue +++ b/app/app.vue @@ -5,24 +5,6 @@ - -