Avatar name and bio link length

This commit is contained in:
Natsumi
2026-02-18 13:48:49 +11:00
committed by pa
parent 4db9cd0392
commit e7114fa1b6
5 changed files with 7 additions and 7 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
<template>
<div @click="confirm" class="cursor-pointer w-fit align-top flex items-center">
<span class="flex items-center mr-1"
<span v-if="avatarName" class="flex items-center mr-1"
>{{ avatarName }} <Lock v-if="avatarType && avatarType === '(own)'" class="h-4 w-4 ml-1"
/></span>
<span v-else class="text-muted-foreground">Unknown Avatar</span>
<TooltipWrapper v-if="avatarTags">
<template #content>
<span class="truncate">{{ avatarTags }}</span>