s
This commit is contained in:
parent
24b171f486
commit
e6d3693fb0
@ -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"/>
|
<span v-if="full" :class="$style.text">{{ i18n.ts.processing }}</span><MkLoading :em="true" :colored="false"/>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="isFollowing || userDetailed.isFollowing">
|
<template v-else-if="userDetailed.isFollowing">
|
||||||
<span v-if="full" :class="$style.text">{{ isFollowing ? i18n.ts.youFollowing : i18n.ts.unfollow }}</span>
|
<span v-if="full" :class="$style.text">{{ i18n.ts.unfollow }}</span><i class="ti ti-minus"></i>
|
||||||
<i class="ti ti-minus"></i>
|
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="!userDetailed.isFollowing && userDetailed.isLocked">
|
<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>
|
<span v-if="full" :class="$style.text">{{ i18n.ts.followRequest }}</span><i class="ti ti-plus"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user