From 5dd3f4bfa30c23accfd6ba0fa3d6e64067e09009 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 19 Mar 2023 21:55:19 +0100 Subject: [PATCH] feat: simplify notifications (#1905) --- components/notification/NotificationCard.vue | 23 +------- .../notification/NotificationGroupedLikes.vue | 57 +++++++++++++++---- .../notification/NotificationPaginator.vue | 6 +- components/status/StatusCard.vue | 31 +++++----- components/status/StatusContent.vue | 1 + components/status/StatusLink.vue | 48 ++++++++++++++++ 6 files changed, 113 insertions(+), 53 deletions(-) create mode 100644 components/status/StatusLink.vue diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index 052aab16..ed48ed4d 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -47,28 +47,8 @@ const { notification } = defineProps<{ - -