From 6618e3a1928440b2a7accad6053f970c316c27c8 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 19 Oct 2022 14:59:26 +1100 Subject: Add gradient to event lines --- src/components/TimeLine.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 01561a1..fb06e4d 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -5,6 +5,12 @@ @wheel.exact.prevent="onWheel" @wheel.shift.exact.prevent="onShiftWheel" ref="rootRef"> + + + + + +
{{idToEvent.get(id)!.title}}
-- cgit v1.2.3