feat(account): display moved account on profile

closes #330
This commit is contained in:
三咲智子 2022-12-05 01:28:22 +08:00
parent f33b6b58cd
commit 2672af671c
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
4 changed files with 36 additions and 1 deletions

View file

@ -27,7 +27,8 @@ onReactivated(() => {
</template>
<template v-if="account">
<AccountHeader :account="account" command border="b base" />
<AccountMoved v-if="account.moved" :account="account" />
<AccountHeader :account="account" command border="b base" :class="{ 'op-50 grayscale-50': !!account.moved }" />
<div v-if="relationship?.blockedBy" h-30 flex="~ col center gap-2">
<div text-secondary>