From a4587427acc7935127c04359276d5ef2a0863d80 Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 13 Jan 2022 21:34:30 +0000 Subject: [PATCH] Show reply, repost and reaction counters to unauthenticated users --- src/components/Post.vue | 14 +++++++++++++- src/styles/_mixins.scss | 16 ++++++---------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/components/Post.vue b/src/components/Post.vue index fcc4ff5..1047b0a 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -65,7 +65,7 @@ {{ post.replies_count }} {{ post.replies_count }} + + + {{ post.replies_count }} + {{ post.reblogs_count }} + + + {{ post.reblogs_count }} + {{ post.favourites_count }} + + + {{ post.favourites_count }} +