Optimize Notifications Rendering
This commit is contained in:
parent
dd740043c6
commit
86380f0429
5 changed files with 30 additions and 9 deletions
|
@ -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="{"unseen": !minimalMode && !notification.seen}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue