feat(ui): new replying status design (#846)
This commit is contained in:
parent
a4c0e9dd2e
commit
3d25243166
5 changed files with 87 additions and 46 deletions
|
@ -91,8 +91,12 @@ onReactivated(() => {
|
|||
|
||||
<template v-for="(comment, di) of context?.descendants" :key="comment.id">
|
||||
<StatusCard
|
||||
:status="comment" :actions="comment.visibility !== 'direct'" context="account"
|
||||
:older="context?.descendants[di + 1]" :newer="context?.descendants[di - 1]" :has-newer="di === 0" :main="status"
|
||||
:status="comment"
|
||||
:actions="comment.visibility !== 'direct'" context="account"
|
||||
:older="context?.descendants[di + 1]"
|
||||
:newer="context?.descendants[di - 1]"
|
||||
:has-newer="di === 0"
|
||||
:main="status"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue