From 230fd197553a4e04ac20898400c611404249e31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20St=C3=B6ckel?= Date: Sat, 11 Jan 2025 15:02:29 +0100 Subject: [PATCH] :sparkles: implement removal of stopovers --- .../components/TripCreation/StationRow.vue | 57 ++++++++++------- .../TripCreation/TripCreationForm.vue | 64 ++++++++++++------- 2 files changed, 75 insertions(+), 46 deletions(-) diff --git a/resources/vue/components/TripCreation/StationRow.vue b/resources/vue/components/TripCreation/StationRow.vue index 566aea00d..52114b4a6 100644 --- a/resources/vue/components/TripCreation/StationRow.vue +++ b/resources/vue/components/TripCreation/StationRow.vue @@ -91,33 +91,41 @@ export default {