diff --git a/apps/desktop/src/components/config/DriverStoreDialog.vue b/apps/desktop/src/components/config/DriverStoreDialog.vue index d1da55ace..310cc353f 100644 --- a/apps/desktop/src/components/config/DriverStoreDialog.vue +++ b/apps/desktop/src/components/config/DriverStoreDialog.vue @@ -1020,11 +1020,11 @@ watch(driverStoreTab, (tab) => {
- - @@ -1051,11 +1051,11 @@ watch(driverStoreTab, (tab) => { {{ javaRuntimeConfig.mode === "system" ? t("driverStore.systemJavaHint") : t("driverStore.jreRuntimeAutoDownloadHint") }} - -
@@ -1072,15 +1072,15 @@ watch(driverStoreTab, (tab) => { {{ t("driverStore.notInstalled") }} - - - @@ -1102,7 +1102,7 @@ watch(driverStoreTab, (tab) => {
{{ t("driverStore.driversUpdatable", { count: updatableCount }) }} -
- - @@ -1140,7 +1140,7 @@ watch(driverStoreTab, (tab) => { v-if="!driver.installed && !isPrestoSqlBuiltinDriver(driver.db_type) && !isDriverProgressActive(driver.db_type) && !isDriverQueued(driver.db_type)" size="sm" variant="ghost" - class="h-7 w-7 rounded-full text-xs text-muted-foreground" + class="h-7 w-7 rounded-[6px] text-xs text-muted-foreground" :title="t('driverStore.importLocalJar')" :disabled="upgradingAll || installing !== null" @click="importDriverJar(driver.db_type)" @@ -1153,7 +1153,7 @@ watch(driverStoreTab, (tab) => { v-if="driver.update_available && isDriverQueued(driver.db_type)" size="sm" variant="outline" - class="h-7 rounded-full border-green-500/30 bg-green-500/10 text-xs text-green-700 hover:bg-green-500/15" + class="h-7 rounded-[6px] border-green-500/30 bg-green-500/10 text-xs text-green-700 hover:bg-green-500/15" :disabled="upgradingAll" @click="removeQueuedDriverInstall(driver.db_type)" > @@ -1161,10 +1161,10 @@ watch(driverStoreTab, (tab) => { {{ t("driverStore.queued") }} - - @@ -1196,16 +1196,16 @@ watch(driverStoreTab, (tab) => { }} → v{{ jdbcPluginStatus.latest_version }} - - - - @@ -1224,10 +1224,10 @@ watch(driverStoreTab, (tab) => {
- - @@ -1244,7 +1244,7 @@ watch(driverStoreTab, (tab) => { -
{{ formatBytes(item.size) }}
-
@@ -1371,7 +1371,7 @@ watch(driverStoreTab, (tab) => { - @@ -1439,10 +1439,10 @@ watch(driverStoreTab, (tab) => { {{ formatRuntimeUptime(runtime.uptime_seconds) }}
- - diff --git a/apps/desktop/src/components/diff/DataCompareDialog.vue b/apps/desktop/src/components/diff/DataCompareDialog.vue index ae8d34c45..3478bd8ee 100644 --- a/apps/desktop/src/components/diff/DataCompareDialog.vue +++ b/apps/desktop/src/components/diff/DataCompareDialog.vue @@ -1178,7 +1178,7 @@ watch(
-