From c5a1f7029a8c46b8444babc3ba7b7223abb9bb8b Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Tue, 23 Nov 2021 02:03:28 -0800 Subject: [PATCH] Adds a duration range bar to the calendar Each marathon gains a bar that says when during the day it occurs Related to Issue #38 --- components/calendar/view/Row.vue | 36 ++++++++++++++++++++++++++++++- components/calendar/view/View.vue | 4 ++-- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/components/calendar/view/Row.vue b/components/calendar/view/Row.vue index baa16966..bb32e328 100644 --- a/components/calendar/view/Row.vue +++ b/components/calendar/view/Row.vue @@ -1,7 +1,7 @@