Tweak UI
This commit is contained in:
parent
e404e5e2de
commit
7fda726bbe
5 changed files with 15 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="mfcuwfyp _noGap_">
|
||||
<div class="_magnet"></div>
|
||||
<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