From feb04b036fb74eb6778ce5b827f69672a175197d Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 9 Mar 2026 18:17:37 +0900 Subject: [PATCH] replace inline styles with utility classes in dialogs --- src/components/AvatarInfo.vue | 2 +- .../dialogs/AvatarDialog/AvatarDialog.vue | 5 +- .../AvatarDialog/SetAvatarStylesDialog.vue | 2 +- .../GroupDialog/GallerySelectDialog.vue | 2 +- .../dialogs/GroupDialog/GroupDialog.vue | 14 +-- .../GroupDialog/GroupDialogInfoTab.vue | 21 ++-- .../GroupDialog/GroupDialogMembersTab.vue | 14 ++- .../GroupDialog/GroupDialogPhotosTab.vue | 4 +- .../GroupDialog/GroupDialogPostsTab.vue | 11 +-- .../GroupMemberModerationBanImportDialog.vue | 2 +- .../GroupDialog/GroupModerationBansTab.vue | 23 ++--- .../GroupDialog/GroupModerationInvitesTab.vue | 96 ++++++------------- .../GroupDialog/GroupModerationLogsTab.vue | 19 +--- .../GroupDialog/GroupModerationMembersTab.vue | 41 ++------ .../InviteDialog/EditAndSendInviteDialog.vue | 2 +- .../InviteDialog/SendInviteConfirmDialog.vue | 2 +- .../PreviousInstancesInfoDialog.vue | 2 +- .../PreviousInstancesListDialog.vue | 2 +- .../UserDialogFavoriteWorldsTab.vue | 2 +- .../UserDialog/UserDialogGroupsTab.vue | 21 ++-- .../dialogs/UserDialog/UserDialogInfoTab.vue | 33 ++----- .../dialogs/UserDialog/UserSummaryHeader.vue | 17 ++-- .../WorldDialog/SetWorldTagsDialog.vue | 15 +-- .../dialogs/WorldDialog/WorldDialog.vue | 6 +- .../Charts/components/InstanceActivity.vue | 2 +- .../Favorites/dialogs/AvatarImportDialog.vue | 4 +- .../Favorites/dialogs/FriendImportDialog.vue | 16 ++-- .../Favorites/dialogs/WorldImportDialog.vue | 4 +- src/views/Login/Login.vue | 2 +- .../EditAndSendInviteResponseDialog.vue | 2 +- .../SendInviteResponseConfirmDialog.vue | 2 +- src/views/PlayerList/PlayerList.vue | 3 +- .../components/PhotonEventTable.vue | 5 +- src/views/Search/Search.vue | 11 +-- .../Settings/dialogs/LaunchOptionsDialog.vue | 2 +- .../dialogs/NotificationPositionDialog.vue | 2 +- .../OpenSourceSoftwareNoticeDialog.vue | 2 +- .../Settings/dialogs/VRChatConfigDialog.vue | 2 +- .../Settings/dialogs/YouTubeApiDialog.vue | 6 +- src/views/Tools/ScreenshotMetadata.vue | 6 +- .../Tools/dialogs/EditInviteMessageDialog.vue | 2 +- .../dialogs/ExportDiscordNamesDialog.vue | 8 +- src/views/Tools/dialogs/NoteExportDialog.vue | 4 +- .../Tools/dialogs/RegistryBackupDialog.vue | 6 +- 44 files changed, 148 insertions(+), 301 deletions(-) diff --git a/src/components/AvatarInfo.vue b/src/components/AvatarInfo.vue index ae7f688a..fe78bc05 100644 --- a/src/components/AvatarInfo.vue +++ b/src/components/AvatarInfo.vue @@ -10,7 +10,7 @@ - {{ avatarTags }} + {{ avatarTags }} diff --git a/src/components/dialogs/AvatarDialog/AvatarDialog.vue b/src/components/dialogs/AvatarDialog/AvatarDialog.vue index 2945531a..6d1bfdea 100644 --- a/src/components/dialogs/AvatarDialog/AvatarDialog.vue +++ b/src/components/dialogs/AvatarDialog/AvatarDialog.vue @@ -27,8 +27,7 @@
@@ -158,7 +157,7 @@
diff --git a/src/components/dialogs/AvatarDialog/SetAvatarStylesDialog.vue b/src/components/dialogs/AvatarDialog/SetAvatarStylesDialog.vue index b15e7e55..7be27e7b 100644 --- a/src/components/dialogs/AvatarDialog/SetAvatarStylesDialog.vue +++ b/src/components/dialogs/AvatarDialog/SetAvatarStylesDialog.vue @@ -58,7 +58,7 @@
-
{{ t('dialog.set_world_tags.author_tags') }}
+
{{ t('dialog.set_world_tags.author_tags') }}
{{ t('dialog.gallery_select.gallery') }} - {{ galleryTable.length }}/64 + {{ galleryTable.length }}/64
- + {{ groupDialog.ref.shortCode }}.{{ groupDialog.ref.discriminator }} @@ -39,8 +39,7 @@
@@ -129,13 +128,8 @@

                         
diff --git a/src/components/dialogs/GroupDialog/GroupDialogInfoTab.vue b/src/components/dialogs/GroupDialog/GroupDialogInfoTab.vue index 0fb25311..86d44928 100644 --- a/src/components/dialogs/GroupDialog/GroupDialogInfoTab.vue +++ b/src/components/dialogs/GroupDialog/GroupDialogInfoTab.vue @@ -9,7 +9,7 @@ loading="lazy" />
- + {{ t('dialog.group.info.instances') }}
@@ -71,15 +71,8 @@ loading="lazy" />
{{ groupDialog.announcement.text || '-' }}

@@ -146,11 +139,9 @@
{{ t('dialog.group.info.rules') }} -
{{ groupDialog.ref.rules || '-' }}
+
{{
+                    groupDialog.ref.rules || '-'
+                }}
diff --git a/src/components/dialogs/GroupDialog/GroupDialogMembersTab.vue b/src/components/dialogs/GroupDialog/GroupDialogMembersTab.vue index 8afb9aa7..0022ffc5 100644 --- a/src/components/dialogs/GroupDialog/GroupDialogMembersTab.vue +++ b/src/components/dialogs/GroupDialog/GroupDialogMembersTab.vue @@ -1,11 +1,9 @@