Added Notifications
This commit is contained in:
@@ -62,6 +62,7 @@ watch(open, async (isOpen) => {
|
||||
v-for="notification in notifications"
|
||||
:key="notification.id"
|
||||
class="notif-item"
|
||||
:href="notification.url || undefined"
|
||||
:class="{ 'notif-item--unread': !notification.read_at }"
|
||||
>
|
||||
<v-icon v-if="notification.is_achievement" size="18" color="amber" class="notif-icon">
|
||||
|
||||
Reference in New Issue
Block a user