From 495ca70ec501d65b135633e3a4556b0a1052effc Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sat, 28 Mar 2026 15:31:25 +0800 Subject: [PATCH] fix(dashboard): replace remaining dense prop with density="compact" Vuetify 4 deprecates `dense` prop on v-row and form fields. --- dashboard/src/components/platform/AddNewPlatform.vue | 8 ++++---- dashboard/src/components/shared/StorageCleanupPanel.vue | 2 +- dashboard/src/views/ConversationPage.vue | 2 +- dashboard/src/views/Settings.vue | 4 ++-- dashboard/src/views/SubAgentPage.vue | 2 +- dashboard/src/views/extension/InstalledPluginsTab.vue | 2 +- dashboard/src/views/extension/MarketPluginsTab.vue | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dashboard/src/components/platform/AddNewPlatform.vue b/dashboard/src/components/platform/AddNewPlatform.vue index 467e229a9..733c3f011 100644 --- a/dashboard/src/components/platform/AddNewPlatform.vue +++ b/dashboard/src/components/platform/AddNewPlatform.vue @@ -38,7 +38,7 @@ :label="tm('createDialog.platformTypeLabel')" variant="outlined" rounded="md" - dense + density="compact" hide-details class="mt-6" style="max-width: 30%; min-width: 300px" @@ -86,7 +86,7 @@ :label="tm('createDialog.platformTypeLabel')" variant="outlined" rounded="md" - dense + density="compact" hide-details class="mt-6" style="max-width: 30%; min-width: 300px" @@ -173,7 +173,7 @@ :label="tm('createDialog.selectConfigLabel')" variant="outlined" rounded="md" - dense + density="compact" hide-details style="max-width: 30%; min-width: 200px" /> @@ -201,7 +201,7 @@ :label="tm('createDialog.newConfigNameLabel')" variant="outlined" rounded="md" - dense + density="compact" hide-details style="max-width: 30%; min-width: 200px" class="ml-10 my-2" diff --git a/dashboard/src/components/shared/StorageCleanupPanel.vue b/dashboard/src/components/shared/StorageCleanupPanel.vue index 942aaad2a..c7d794d22 100644 --- a/dashboard/src/components/shared/StorageCleanupPanel.vue +++ b/dashboard/src/components/shared/StorageCleanupPanel.vue @@ -57,7 +57,7 @@ - + {{ pagination.total || 0 }} - + - + - + - + { - + - + - +