This commit is contained in:
hijiki 2024-11-11 04:16:47 +09:00
parent 24b171f486
commit e6d3693fb0

View File

@ -18,9 +18,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<!-- つまりリモートフォローの場合 -->
<span v-if="full" :class="$style.text">{{ i18n.ts.processing }}</span><MkLoading :em="true" :colored="false"/>
</template>
<template v-else-if="isFollowing || userDetailed.isFollowing">
<span v-if="full" :class="$style.text">{{ isFollowing ? i18n.ts.youFollowing : i18n.ts.unfollow }}</span>
<i class="ti ti-minus"></i>
<template v-else-if="userDetailed.isFollowing">
<span v-if="full" :class="$style.text">{{ i18n.ts.unfollow }}</span><i class="ti ti-minus"></i>
</template>
<template v-else-if="!userDetailed.isFollowing && userDetailed.isLocked">
<span v-if="full" :class="$style.text">{{ i18n.ts.followRequest }}</span><i class="ti ti-plus"></i>