Formatting fixes

This commit is contained in:
Natsumi
2026-01-19 09:47:11 +13:00
committed by pa
parent f3b3a3ae96
commit 29b83c5b89
15 changed files with 48 additions and 51 deletions

View File

@@ -405,7 +405,7 @@
:style="{ color: user.$userColour }"
v-text="user.displayName" />
<span v-if="user.location === 'traveling'" class="extra">
<Loader2 class="is-loading" style="margin-right: 3px" />
<Spinner class="inline-block mr-1" />
<Timer :epoch="user.$travelingToTime" />
</span>
<span v-else class="extra">
@@ -1171,7 +1171,6 @@
Copy,
Download,
Eye,
Loader2,
MessageSquare,
MoreHorizontal,
Pencil,

View File

@@ -83,7 +83,7 @@
:style="{ color: user.$userColour }"
v-text="user.displayName"></span>
<span v-if="user.location === 'traveling'" class="extra">
<Loader2 class="is-loading" style="margin-right: 3px" />
<Spinner class="inline-block mr-1" />
<Timer :epoch="user.$travelingToTime" />
</span>
<span v-else class="extra">
@@ -1287,7 +1287,6 @@
Eye,
Info,
Languages,
Loader2,
LogOut,
MoreHorizontal,
Pencil,

View File

@@ -63,7 +63,7 @@
variant="outline"
style="margin-right: 5px; margin-top: 5px">
<Monitor class="h-4 w-4 x-tag-platform-pc" />
><span
<span
v-if="worldDialog.bundleSizes['standalonewindows']"
:class="['x-grey', 'x-tag-platform-pc', 'x-tag-border-left']">
{{ worldDialog.bundleSizes['standalonewindows'].fileSize }}
@@ -77,7 +77,7 @@
variant="outline"
style="margin-right: 5px; margin-top: 5px">
<Smartphone class="h-4 w-4 x-tag-platform-quest" />
><span
<span
v-if="worldDialog.bundleSizes['android']"
:class="['x-grey', 'x-tag-platform-quest', 'x-tag-border-left']">
{{ worldDialog.bundleSizes['android'].fileSize }}
@@ -91,7 +91,7 @@
variant="outline"
style="margin-right: 5px; margin-top: 5px">
<Apple class="h-4 w-4 text-[#8e8e93]" />
><span
<span
v-if="worldDialog.bundleSizes['ios']"
:class="[
'x-grey',
@@ -413,7 +413,7 @@
:style="{ color: user.$userColour }"
v-text="user.displayName" />
<span v-if="user.location === 'traveling'" class="extra">
<Loader2 class="is-loading" style="margin-right: 3px" />
<Spinner class="inline-block mr-1" />
<Timer :epoch="user.$travelingToTime" />
</span>
<span v-else class="extra">
@@ -722,11 +722,9 @@
Ellipsis,
Eye,
Flag,
History,
Home,
Image,
LineChart,
Loader2,
MessageSquare,
Monitor,
Pencil,
@@ -743,6 +741,7 @@
import { computed, defineAsyncComponent, nextTick, ref, watch } from 'vue';
import { Button } from '@/components/ui/button';
import { InputGroupTextareaField } from '@/components/ui/input-group';
import { Spinner } from '@/components/ui/spinner';
import { TabsUnderline } from '@/components/ui/tabs';
import { storeToRefs } from 'pinia';
import { toast } from 'vue-sonner';