wip
This commit is contained in:
parent
70826d326b
commit
5cdd9d2027
6 changed files with 78 additions and 48 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="mfcuwfyp">
|
||||
<div class="mfcuwfyp _noGap_">
|
||||
<XList class="notifications" :items="items" v-slot="{ item: notification }">
|
||||
<XNote v-if="['reply', 'quote', 'mention'].includes(notification.type)" :note="notification.note" @update:note="noteUpdated(notification.note, $event)" :key="notification.id"/>
|
||||
<XNotification v-else :notification="notification" :with-time="true" :full="true" class="_panel notification" :key="notification.id"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue