From 47968146a8ff780b31295adf0c99dda6e3902f86 Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 15 Nov 2022 22:21:54 +0100 Subject: [PATCH] feat: notifications (#7) --- components/notification/NotificationCard.vue | 40 +++++++++++++++++++ .../NotificationPaginator.client.vue | 22 ++++++++++ pages/notifications.vue | 22 ++++++++++ 3 files changed, 84 insertions(+) create mode 100644 components/notification/NotificationCard.vue create mode 100644 components/notification/NotificationPaginator.client.vue create mode 100644 pages/notifications.vue diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue new file mode 100644 index 00000000..44bed60c --- /dev/null +++ b/components/notification/NotificationCard.vue @@ -0,0 +1,40 @@ + + + diff --git a/components/notification/NotificationPaginator.client.vue b/components/notification/NotificationPaginator.client.vue new file mode 100644 index 00000000..8f7674ea --- /dev/null +++ b/components/notification/NotificationPaginator.client.vue @@ -0,0 +1,22 @@ + + + diff --git a/pages/notifications.vue b/pages/notifications.vue new file mode 100644 index 00000000..8978f500 --- /dev/null +++ b/pages/notifications.vue @@ -0,0 +1,22 @@ + + +