From 5787deeaf89c6b41e10242e1829d14011aaf50df Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 2 Feb 2025 22:22:04 +0100 Subject: [PATCH] restruct: added interal lines info to train schedule; minor fixes --- src/components/TrainsView/StopLabel.vue | 25 +- src/components/TrainsView/TrainSchedule.vue | 277 ++++++++++++++------ src/components/TrainsView/typings.ts | 32 +++ src/store/mainStore.ts | 8 +- src/typings/common.ts | 4 + 5 files changed, 257 insertions(+), 89 deletions(-) diff --git a/src/components/TrainsView/StopLabel.vue b/src/components/TrainsView/StopLabel.vue index 9402e83..4395811 100644 --- a/src/components/TrainsView/StopLabel.vue +++ b/src/components/TrainsView/StopLabel.vue @@ -4,15 +4,17 @@ :data-minor="stop.isSBL || (stop.nameRaw.endsWith(', po') && !stop.duration)" > - + + {{ stop.nameRaw }} + + - {{ stop.nameRaw }} @@ -54,7 +56,10 @@