mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
ui
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<Spinner v-if="isLoading" />
|
||||
<RefreshCw v-else />
|
||||
</Button>
|
||||
<span v-if="filteredEventCount > 0" class="text-accent-foreground ml-1">
|
||||
<span v-if="filteredEventCount > 0" class="text-accent-foreground ml-1 text-sm">
|
||||
{{ t('dialog.user.activity.total_events', { count: filteredEventCount }) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<Spinner v-if="userDialog.isAvatarsLoading" />
|
||||
<RefreshCw v-else />
|
||||
</Button>
|
||||
<span style="margin-left: 6px">{{
|
||||
<span class="ml-1.5 text-sm">{{
|
||||
t('dialog.user.avatars.total_count', { count: userDialogAvatars.length })
|
||||
}}</span>
|
||||
</div>
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
<Spinner v-if="userDialog.isGroupsLoading" />
|
||||
<RefreshCw v-else />
|
||||
</Button>
|
||||
<span style="margin-left: 6px">{{
|
||||
<span class="ml-1.5 text-sm">{{
|
||||
t('dialog.user.groups.total_count', { count: userDialog.userGroups.groups.length })
|
||||
}}</span>
|
||||
<template v-if="userDialogGroupEditMode">
|
||||
<span class="text-[10px]" style="margin-left: 8px">{{ t('dialog.user.groups.hold_shift') }}</span>
|
||||
<span class="text-[10px] ml-2">{{ t('dialog.user.groups.hold_shift') }}</span>
|
||||
</template>
|
||||
</div>
|
||||
<div style="display: flex; align-items: center">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<Spinner v-if="userDialog.isMutualFriendsLoading" />
|
||||
<RefreshCw v-else />
|
||||
</Button>
|
||||
<span class="inline-flex items-center gap-1 ml-1.5">
|
||||
<span class="inline-flex items-center gap-1 ml-1.5 text-sm">
|
||||
<Users class="size-3.5 text-muted-foreground" />
|
||||
{{ t('dialog.user.groups.total_count', { count: userDialog.mutualFriends.length }) }}
|
||||
</span>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<Spinner v-if="userDialog.isWorldsLoading" />
|
||||
<RefreshCw v-else />
|
||||
</Button>
|
||||
<span style="margin-left: 6px">{{
|
||||
<span class="ml-1.5 text-sm">{{
|
||||
t('dialog.user.worlds.total_count', { count: userDialog.worlds.length })
|
||||
}}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user