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 @@ + + + + + + + {{ notification.account.displayName }} followed you + + + + + + {{ notification.account.displayName }} requested to follow you + + + + + + + {{ notification.account.displayName }} favourited your post + + + + + + {{ notification.account.displayName }} reblogged your post + + + + + + + + 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 @@ + + + + + + + + + Loading... + + + End of list + + 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 @@ + + + + + + Notifications + + + + + + + + +