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