added some settings for notifications
This commit is contained in:
parent
2f90c629b8
commit
e3ee3eacca
8 changed files with 76 additions and 7 deletions
|
|
@ -66,7 +66,7 @@
|
|||
:key="notification.id"
|
||||
role="listitem"
|
||||
class="notification"
|
||||
:class="{unseen: !minimalMode && !notification.seen}"
|
||||
:class="{unseen: !minimalMode && shouldShowUnseen(notification)}"
|
||||
@click="e => notificationClicked(notification)"
|
||||
>
|
||||
<div class="notification-overlay" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue