More tooltips

This commit is contained in:
Natsumi
2025-11-04 02:36:08 +11:00
parent bce72d8b6e
commit 0bb804399b
6 changed files with 165 additions and 153 deletions

View File

@@ -46,8 +46,8 @@
style="margin-right: 5px; margin-top: 5px" style="margin-right: 5px; margin-top: 5px"
>{{ t('dialog.avatar.tags.private') }}</el-tag >{{ t('dialog.avatar.tags.private') }}</el-tag
> >
<el-tooltip v-if="avatarDialog.isPC" placement="top" content="PC">
<el-tag <el-tag
v-if="avatarDialog.isPC"
class="x-tag-platform-pc" class="x-tag-platform-pc"
type="info" type="info"
effect="plain" effect="plain"
@@ -65,8 +65,9 @@
>{{ avatarDialog.bundleSizes['standalonewindows'].fileSize }}</span >{{ avatarDialog.bundleSizes['standalonewindows'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="avatarDialog.isQuest" placement="top" content="Android">
<el-tag <el-tag
v-if="avatarDialog.isQuest"
class="x-tag-platform-quest" class="x-tag-platform-quest"
type="info" type="info"
effect="plain" effect="plain"
@@ -84,8 +85,9 @@
>{{ avatarDialog.bundleSizes['android'].fileSize }}</span >{{ avatarDialog.bundleSizes['android'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="avatarDialog.isIos" placement="top" content="iOS">
<el-tag <el-tag
v-if="avatarDialog.isIos"
class="x-tag-platform-ios" class="x-tag-platform-ios"
type="info" type="info"
effect="plain" effect="plain"
@@ -103,6 +105,7 @@
>{{ avatarDialog.bundleSizes['ios'].fileSize }}</span >{{ avatarDialog.bundleSizes['ios'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tag <el-tag
v-if="avatarDialog.inCache" v-if="avatarDialog.inCache"
class="x-link" class="x-link"

View File

@@ -73,6 +73,7 @@
</template> </template>
</div> </div>
<div style="margin-top: 5px" v-show="!userDialog.loading"> <div style="margin-top: 5px" v-show="!userDialog.loading">
<el-tooltip placement="top" :content="t('dialog.user.tags.trust_level')">
<el-tag <el-tag
type="info" type="info"
effect="plain" effect="plain"
@@ -82,6 +83,7 @@
style="margin-right: 5px; margin-top: 5px"> style="margin-right: 5px; margin-top: 5px">
<i class="ri-shield-line"></i>{{ userDialog.ref.$trustLevel }} <i class="ri-shield-line"></i>{{ userDialog.ref.$trustLevel }}
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip <el-tooltip
v-if="userDialog.ref.ageVerified && userDialog.ref.ageVerificationStatus" v-if="userDialog.ref.ageVerified && userDialog.ref.ageVerificationStatus"
placement="top" placement="top"
@@ -152,7 +154,7 @@
<i class="ri-computer-line"></i> <i class="ri-computer-line"></i>
</el-tag> </el-tag>
</el-tooltip> </el-tooltip>
<el-tooltip v-else-if="userDialog.ref.$platform === 'android'" placement="top" content="Quest"> <el-tooltip v-else-if="userDialog.ref.$platform === 'android'" placement="top" content="Android">
<el-tag <el-tag
type="info" type="info"
effect="plain" effect="plain"

View File

@@ -70,8 +70,8 @@
style="margin-right: 5px; margin-top: 5px"> style="margin-right: 5px; margin-top: 5px">
{{ t('dialog.world.tags.private') }} {{ t('dialog.world.tags.private') }}
</el-tag> </el-tag>
<el-tooltip v-if="worldDialog.isPC" placement="top" content="PC">
<el-tag <el-tag
v-if="worldDialog.isPC"
class="x-tag-platform-pc" class="x-tag-platform-pc"
type="info" type="info"
effect="plain" effect="plain"
@@ -84,9 +84,10 @@
{{ worldDialog.bundleSizes['standalonewindows'].fileSize }} {{ worldDialog.bundleSizes['standalonewindows'].fileSize }}
</span> </span>
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="worldDialog.isQuest" placement="top" content="Quest">
<el-tag <el-tag
v-if="worldDialog.isQuest"
class="x-tag-platform-quest" class="x-tag-platform-quest"
type="info" type="info"
effect="plain" effect="plain"
@@ -99,9 +100,10 @@
{{ worldDialog.bundleSizes['android'].fileSize }} {{ worldDialog.bundleSizes['android'].fileSize }}
</span> </span>
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="worldDialog.isIos" placement="top" content="iOS">
<el-tag <el-tag
v-if="worldDialog.isIos"
class="x-tag-platform-ios" class="x-tag-platform-ios"
type="info" type="info"
effect="plain" effect="plain"
@@ -114,6 +116,7 @@
{{ worldDialog.bundleSizes['ios'].fileSize }} {{ worldDialog.bundleSizes['ios'].fileSize }}
</span> </span>
</el-tag> </el-tag>
</el-tooltip>
<el-tag <el-tag
v-if="worldDialog.avatarScalingDisabled" v-if="worldDialog.avatarScalingDisabled"

View File

@@ -778,7 +778,8 @@
"friend_number": "Friend Number", "friend_number": "Friend Number",
"vrchat_team": "VRChat Team", "vrchat_team": "VRChat Team",
"18_plus_verified": "18+ Verified", "18_plus_verified": "18+ Verified",
"age_verified": "Age Verified" "age_verified": "Age Verified",
"trust_level": "Trust Level"
}, },
"badges": { "badges": {
"assigned": "Assigned", "assigned": "Assigned",

View File

@@ -64,8 +64,8 @@
style="margin-right: 5px" style="margin-right: 5px"
>{{ t('dialog.world.tags.private') }}</el-tag >{{ t('dialog.world.tags.private') }}</el-tag
> >
<el-tooltip v-if="currentInstanceWorld.isPC" placement="top" content="PC">
<el-tag <el-tag
v-if="currentInstanceWorld.isPC"
class="x-tag-platform-pc" class="x-tag-platform-pc"
type="info" type="info"
effect="plain" effect="plain"
@@ -78,8 +78,9 @@
>{{ currentInstanceWorld.bundleSizes['standalonewindows'].fileSize }}</span >{{ currentInstanceWorld.bundleSizes['standalonewindows'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="currentInstanceWorld.isQuest" placement="top" content="Android">
<el-tag <el-tag
v-if="currentInstanceWorld.isQuest"
class="x-tag-platform-quest" class="x-tag-platform-quest"
type="info" type="info"
effect="plain" effect="plain"
@@ -92,8 +93,9 @@
>{{ currentInstanceWorld.bundleSizes['android'].fileSize }}</span >{{ currentInstanceWorld.bundleSizes['android'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tooltip v-if="currentInstanceWorld.isIos" placement="top" content="iOS">
<el-tag <el-tag
v-if="currentInstanceWorld.isIos"
class="x-tag-platform-ios" class="x-tag-platform-ios"
type="info" type="info"
effect="plain" effect="plain"
@@ -106,6 +108,7 @@
>{{ currentInstanceWorld.bundleSizes['ios'].fileSize }}</span >{{ currentInstanceWorld.bundleSizes['ios'].fileSize }}</span
> >
</el-tag> </el-tag>
</el-tooltip>
<el-tag <el-tag
v-if="currentInstanceWorld.avatarScalingDisabled" v-if="currentInstanceWorld.avatarScalingDisabled"
type="warning" type="warning"

View File

@@ -1358,7 +1358,7 @@
> >
<span v-else-if="feed.platform === 'VR'" style="color: #409eff; margin-left: 10px">VR</span> <span v-else-if="feed.platform === 'VR'" style="color: #409eff; margin-left: 10px">VR</span>
<span v-else-if="feed.platform === 'Quest'" style="color: #67c23a; margin-left: 10px" <span v-else-if="feed.platform === 'Quest'" style="color: #67c23a; margin-left: 10px"
>Quest</span >Android</span
> >
<span v-else-if="feed.platform === 'iOS'" style="color: #c7c7ce; margin-left: 10px" <span v-else-if="feed.platform === 'iOS'" style="color: #c7c7ce; margin-left: 10px"
>iOS</span >iOS</span