aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-08-13 23:57:34 -0400
committertusooa <tusooa@kazv.moe>2023-08-18 22:25:11 -0400
commit0d6a9e8a647be860b10506aecaafb4ff0f10150f (patch)
treea0cb51b11e4f8a878df59cbde7b151c4c32ac24b /src/components/notifications/notifications.vue
parenta1641193b5b7c72e919b9848b167bc4d4a40444b (diff)
Display extra notifications on notifications column
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 633efca6..d40c930a 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -55,6 +55,13 @@
role="feed"
>
<div
+ v-if="showExtraNotifications"
+ role="listitem"
+ class="notification"
+ >
+ <extra-notifications />
+ </div>
+ <div
v-for="notification in notificationsToDisplay"
:key="notification.id"
role="listitem"