From 42fcae0f51be1a5359b027f5e54329be8a31bfba Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 18 Oct 2022 10:42:44 -0700 Subject: [PATCH] Add on this day to top of timeline (#41) --- src/components/Timeline.vue | 13 +- src/components/top-matter/OnThisDay.vue | 253 ++++++++++++++++++++++++ src/services/DavRequests.ts | 29 +-- src/services/Viewer.ts | 10 +- 4 files changed, 283 insertions(+), 22 deletions(-) create mode 100644 src/components/top-matter/OnThisDay.vue diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 0b805db6..f01e82e5 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -32,6 +32,11 @@ v-show="!$refs.topmatter.type && list.length > 0"> {{ getViewName() }} + + +