Optimize Notifications Rendering

This commit is contained in:
Shpuld Shpludson 2020-01-14 13:28:57 +00:00
parent dd740043c6
commit 86380f0429
5 changed files with 30 additions and 9 deletions

View file

@ -32,7 +32,7 @@
</div>
<div class="panel-body">
<div
v-for="notification in visibleNotifications"
v-for="notification in notificationsToDisplay"
:key="notification.id"
class="notification"
:class="{&quot;unseen&quot;: !minimalMode && !notification.seen}"