diff --git a/src/components/dialogs/GroupDialog/GroupDialog.vue b/src/components/dialogs/GroupDialog/GroupDialog.vue index 413112d9..5b8f58f7 100644 --- a/src/components/dialogs/GroupDialog/GroupDialog.vue +++ b/src/components/dialogs/GroupDialog/GroupDialog.vue @@ -405,7 +405,7 @@ :style="{ color: user.$userColour }" v-text="user.displayName" /> - + @@ -1171,7 +1171,6 @@ Copy, Download, Eye, - Loader2, MessageSquare, MoreHorizontal, Pencil, diff --git a/src/components/dialogs/UserDialog/UserDialog.vue b/src/components/dialogs/UserDialog/UserDialog.vue index e000486d..8a3a2bdb 100644 --- a/src/components/dialogs/UserDialog/UserDialog.vue +++ b/src/components/dialogs/UserDialog/UserDialog.vue @@ -83,7 +83,7 @@ :style="{ color: user.$userColour }" v-text="user.displayName"> - + @@ -1287,7 +1287,6 @@ Eye, Info, Languages, - Loader2, LogOut, MoreHorizontal, Pencil, diff --git a/src/components/dialogs/WorldDialog/WorldDialog.vue b/src/components/dialogs/WorldDialog/WorldDialog.vue index de6ebcb4..af346a91 100644 --- a/src/components/dialogs/WorldDialog/WorldDialog.vue +++ b/src/components/dialogs/WorldDialog/WorldDialog.vue @@ -63,7 +63,7 @@ variant="outline" style="margin-right: 5px; margin-top: 5px"> - > {{ worldDialog.bundleSizes['standalonewindows'].fileSize }} @@ -77,7 +77,7 @@ variant="outline" style="margin-right: 5px; margin-top: 5px"> - > {{ worldDialog.bundleSizes['android'].fileSize }} @@ -91,7 +91,7 @@ variant="outline" style="margin-right: 5px; margin-top: 5px"> - > - + @@ -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'; diff --git a/src/stores/instance.js b/src/stores/instance.js index a9ada757..f1195498 100644 --- a/src/stores/instance.js +++ b/src/stores/instance.js @@ -968,6 +968,7 @@ export const useInstanceStore = defineStore('Instance', () => { imageUrl: group?.iconUrl, message: `Instance ready to join ${location}`, location: instanceId, + senderUserId: L.groupId, groupName, worldName }; diff --git a/src/views/Favorites/components/FavoritesAvatarItem.vue b/src/views/Favorites/components/FavoritesAvatarItem.vue index 1109f060..4ac186aa 100644 --- a/src/views/Favorites/components/FavoritesAvatarItem.vue +++ b/src/views/Favorites/components/FavoritesAvatarItem.vue @@ -23,7 +23,7 @@ - {{ localFavFakeRef.authorName }} + {{ localFavFakeRef.authorName }}
diff --git a/src/views/Favorites/components/FavoritesFriendItem.vue b/src/views/Favorites/components/FavoritesFriendItem.vue index 1595b396..24e88167 100644 --- a/src/views/Favorites/components/FavoritesFriendItem.vue +++ b/src/views/Favorites/components/FavoritesFriendItem.vue @@ -15,7 +15,7 @@ :traveling="favorite.ref.travelingToLocation" :link="false" />
- {{ favorite.ref.statusDescription }} + {{ favorite.ref.statusDescription }}
diff --git a/src/views/Favorites/components/FavoritesWorldItem.vue b/src/views/Favorites/components/FavoritesWorldItem.vue index 82850560..840556d8 100644 --- a/src/views/Favorites/components/FavoritesWorldItem.vue +++ b/src/views/Favorites/components/FavoritesWorldItem.vue @@ -29,7 +29,7 @@ class="h-4 w-4" />
- + {{ props.favorite.ref.authorName }} diff --git a/src/views/Settings/components/SimpleSwitch.vue b/src/views/Settings/components/SimpleSwitch.vue index 73231695..9047acfe 100644 --- a/src/views/Settings/components/SimpleSwitch.vue +++ b/src/views/Settings/components/SimpleSwitch.vue @@ -3,7 +3,7 @@
{{ label }} - +
diff --git a/src/views/Settings/components/Tabs/AppearanceTab.vue b/src/views/Settings/components/Tabs/AppearanceTab.vue index df423dde..2f4e1120 100644 --- a/src/views/Settings/components/Tabs/AppearanceTab.vue +++ b/src/views/Settings/components/Tabs/AppearanceTab.vue @@ -362,53 +362,53 @@ @change="updateTrustColor('', '', true)">
+ Visitor - Visitor
+ New User - New User
+ User - User
+ Known User - Known User
+ Trusted User - Trusted User
+ VRChat Team - VRChat Team
+ Nuisance - Nuisance
diff --git a/src/views/Settings/components/Tabs/GeneralTab.vue b/src/views/Settings/components/Tabs/GeneralTab.vue index c2bdef3c..fda89489 100644 --- a/src/views/Settings/components/Tabs/GeneralTab.vue +++ b/src/views/Settings/components/Tabs/GeneralTab.vue @@ -244,7 +244,7 @@ side="top" style="margin-left: 5px" :content="t('view.settings.general.automation.auto_invite_request_accept_tooltip')"> - +

diff --git a/src/views/Settings/components/Tabs/PicturesTab.vue b/src/views/Settings/components/Tabs/PicturesTab.vue index 8316e46d..8282b1a4 100644 --- a/src/views/Settings/components/Tabs/PicturesTab.vue +++ b/src/views/Settings/components/Tabs/PicturesTab.vue @@ -67,7 +67,7 @@ - + - + - + {{ dialogTitle }} @@ -13,8 +13,8 @@ side="top" style="margin-left: 5px" :content="setting.tooltip"> - - + +
diff --git a/src/views/Sidebar/components/FriendItem.vue b/src/views/Sidebar/components/FriendItem.vue index 2a2ce071..459a6d7c 100644 --- a/src/views/Sidebar/components/FriendItem.vue +++ b/src/views/Sidebar/components/FriendItem.vue @@ -23,7 +23,7 @@