Display extra notifications on notifications column

This commit is contained in:
tusooa 2023-08-13 23:57:34 -04:00
commit 0d6a9e8a64
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 67 additions and 2 deletions

View file

@ -54,6 +54,13 @@
class="panel-body"
role="feed"
>
<div
v-if="showExtraNotifications"
role="listitem"
class="notification"
>
<extra-notifications />
</div>
<div
v-for="notification in notificationsToDisplay"
:key="notification.id"