From 615d80c44483d28229950d8114e07ba00933a0a7 Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Fri, 25 Oct 2019 14:31:47 +0200 Subject: ENHANCEMENT: single post should only be triggered on a click on the 'date' and not the full post Signed-off-by: Cyrille Bollu --- src/components/TimelineEntry.vue | 32 +------------------------------- src/components/TimelinePost.vue | 30 ++++++++++++++++++++++++++++-- src/mixins/serverData.js | 6 +++--- src/views/TimelineSinglePost.vue | 1 - 4 files changed, 32 insertions(+), 37 deletions(-) diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index d6815280..61833343 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -1,5 +1,5 @@