From af12687264e5c7a63d9e5ff16979907d7fc49193 Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 17 Jan 2026 01:09:27 +0900 Subject: [PATCH] remove v-directives --- src/components/NavMenu.vue | 15 ++++----- .../dialogs/AvatarDialog/AvatarDialog.vue | 2 +- .../dialogs/ChooseFavoriteGroupDialog.vue | 2 +- .../dialogs/GroupDialog/GroupDialog.vue | 6 +--- .../dialogs/InviteDialog/InviteDialog.vue | 2 +- src/components/dialogs/InviteGroupDialog.vue | 2 +- .../dialogs/UserDialog/BioDialog.vue | 2 +- .../dialogs/UserDialog/LanguageDialog.vue | 2 +- .../dialogs/UserDialog/PronounsDialog.vue | 2 +- .../dialogs/UserDialog/SocialStatusDialog.vue | 2 +- .../dialogs/UserDialog/UserDialog.vue | 10 +++--- src/components/dialogs/VRCXUpdateDialog.vue | 2 +- .../dialogs/WorldDialog/WorldDialog.vue | 2 +- .../ui/data-table/DataTableLayout.vue | 2 +- src/views/Favorites/FavoritesAvatar.vue | 2 +- src/views/Favorites/FavoritesFriend.vue | 2 +- src/views/Favorites/FavoritesWorld.vue | 2 +- src/views/FriendList/FriendList.vue | 13 +++++++- src/views/FriendList/columns.jsx | 33 ++++++++----------- src/views/FriendLog/columns.jsx | 4 +-- src/views/Login/Login.vue | 2 +- src/views/Moderation/columns.jsx | 4 +-- .../dialogs/ChatboxBlacklistDialog.vue | 2 +- src/views/Search/Search.vue | 8 ++--- .../Settings/dialogs/ChangelogDialog.vue | 2 +- .../Settings/dialogs/VRChatConfigDialog.vue | 2 +- .../Sidebar/components/FriendsSidebar.vue | 17 ++++------ src/views/Tools/Gallery.vue | 12 +++---- src/views/Tools/ScreenshotMetadata.vue | 2 +- src/views/Tools/Tools.vue | 10 +++--- .../components/GroupCalendarEventCard.vue | 3 -- .../Tools/components/GroupCalendarMonth.vue | 2 +- .../Tools/dialogs/ExportAvatarsListDialog.vue | 2 +- .../Tools/dialogs/GroupCalendarDialog.vue | 2 +- 34 files changed, 84 insertions(+), 95 deletions(-) diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index c6e9cb18..fe67d4a2 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -32,7 +32,7 @@ @click="handleMenuItemClick(item)"> + class="inline-flex size-6 items-center justify-center text-lg" /> {{ item.titleIsCustom ? item.title : t(item.title || '') }} @@ -53,7 +53,7 @@ :class="isNavItemNotified(item) ? 'notify' : undefined"> + class="inline-flex size-6 items-center justify-center text-lg" /> {{ item.titleIsCustom ? item.title : t(item.title || '') }} @@ -72,7 +72,7 @@ + class="inline-flex size-5 items-center justify-center text-base" /> {{ t(entry.label) }} @@ -93,8 +93,7 @@ - + {{ t('nav_tooltip.help_support') }} @@ -123,8 +122,7 @@ - + {{ t('nav_tooltip.manage') }} @@ -209,7 +207,7 @@ {{ t('nav_tooltip.toggle_theme') }} @@ -416,7 +414,6 @@ const themes = computed(() => Object.keys(THEME_CONFIG)); const { themeColors, currentThemeColor, isApplyingThemeColor, applyThemeColor, initThemeColor } = useThemeColor(); - const currentThemeIsDark = computed(() => isDarkMode.value); watch( () => locale.value, diff --git a/src/components/dialogs/AvatarDialog/AvatarDialog.vue b/src/components/dialogs/AvatarDialog/AvatarDialog.vue index 5cf1e4e5..e360913b 100644 --- a/src/components/dialogs/AvatarDialog/AvatarDialog.vue +++ b/src/components/dialogs/AvatarDialog/AvatarDialog.vue @@ -4,7 +4,7 @@ class="x-dialog x-avatar-dialog sm:max-w-235 translate-y-0" style="top: 10vh" :show-close-button="false"> -
+
{{ t('dialog.favorite.header') }} -
+
{{ t('dialog.favorite.vrchat_favorites') }}