Make notification panel a list of articles

This commit is contained in:
tusooa 2022-11-08 00:43:33 -05:00
commit 17aa503106
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 15 additions and 8 deletions

View file

@ -50,10 +50,14 @@
</button>
<NotificationFilters class="rightside-button" />
</div>
<div class="panel-body">
<div
class="panel-body"
role="list"
>
<div
v-for="notification in notificationsToDisplay"
:key="notification.id"
role="listitem"
class="notification"
:class="{unseen: !minimalMode && !notification.seen}"
>