feat: add locked for account
This commit is contained in:
parent
338e203b6f
commit
d5856b83c6
6 changed files with 45 additions and 8 deletions
|
@ -155,6 +155,7 @@ const forceShow = ref(false)
|
|||
</AccountHoverWrapper>
|
||||
<div flex-auto />
|
||||
<div v-show="!getPreferences(userSettings, 'zenMode')" text-sm text-secondary flex="~ row nowrap" hover:underline whitespace-nowrap>
|
||||
<AccountLockIndicator v-if="status.account.bot" me-2 />
|
||||
<AccountBotIndicator v-if="status.account.bot" me-2 />
|
||||
<div flex="~ gap1" items-center>
|
||||
<StatusVisibilityIndicator v-if="status.visibility !== 'public'" :status="status" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue