From a6406abc52a58d0cac5dd3ab0861a5e47d298640 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 30 Nov 2022 08:47:54 +0800 Subject: [PATCH] feat: grouped follow notification --- components/common/CommonPaginator.vue | 38 +++++++------ .../NotificationGroupedFollow.vue | 38 +++++++++++++ .../notification/NotificationPaginator.vue | 57 +++++++++++++++++-- locales/en-US.json | 1 + locales/zh-CN.json | 1 + types/index.ts | 8 ++- 6 files changed, 118 insertions(+), 25 deletions(-) create mode 100644 components/notification/NotificationGroupedFollow.vue diff --git a/components/common/CommonPaginator.vue b/components/common/CommonPaginator.vue index bb742a2f..e035b916 100644 --- a/components/common/CommonPaginator.vue +++ b/components/common/CommonPaginator.vue @@ -29,24 +29,26 @@ const { items, prevItems, update, state, endAnchor, error } = usePaginator(pagin