From ebf7bdcc9c9b6585de82f297ef166195220531e8 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 18 Jun 2025 18:17:03 +0200 Subject: [PATCH] Add line indicating now to Timetable Add a red vertical line indicated the current time and date in the timetable with the label "now" on top of it. --- components/Timetable.vue | 82 +++++++++++++++++++++++++++++++++++----- 1 file changed, 72 insertions(+), 10 deletions(-) diff --git a/components/Timetable.vue b/components/Timetable.vue index da17b6a..21a5a15 100644 --- a/components/Timetable.vue +++ b/components/Timetable.vue @@ -68,6 +68,20 @@ + + + +
+
+ now +
+
+ +