From 4f8f2ed1f1ddae06a88bb4f2205055581ca1a1e0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 4 Dec 2022 20:28:26 +0100 Subject: [PATCH] feat: content filters (#279) --- components/notification/NotificationCard.vue | 8 ++++---- components/status/StatusCard.vue | 21 ++++++++++++++++---- components/status/StatusSpoiler.vue | 4 ++-- components/timeline/TimelinePaginator.vue | 7 ++++--- locales/en-US.json | 5 ++++- package.json | 2 +- pages/@[account]/[status].vue | 4 ++-- pages/@[account]/index/index.vue | 2 +- pages/explore.vue | 2 +- pages/home.vue | 2 +- pages/public/index.vue | 2 +- pages/public/local.vue | 2 +- pages/tags/[tag].vue | 2 +- pnpm-lock.yaml | 8 ++++---- 14 files changed, 44 insertions(+), 27 deletions(-) diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index eda951ff..eef501aa 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -31,7 +31,7 @@ const { notification } = defineProps<{ {{ $t('notification.favourited_post') }} - +