diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index daf5af1..8fbb4ac 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6433,7 +6433,7 @@ dependencies = [ [[package]] name = "sqlkit" -version = "0.7.9" +version = "0.8.0" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/src/components/database-browser/QueryResultPanel.vue b/src/components/database-browser/QueryResultPanel.vue index 9db5fb6..70b69f9 100644 --- a/src/components/database-browser/QueryResultPanel.vue +++ b/src/components/database-browser/QueryResultPanel.vue @@ -257,8 +257,8 @@ const displayExecutionTime = computed(() => gridExecutionTimeMs.value ?? props.e - {{ t('components.dataGrid.export.copyAllCsv') }} @@ -267,8 +267,8 @@ const displayExecutionTime = computed(() => gridExecutionTimeMs.value ?? props.e - {{ t('components.dataGrid.export.copyAllJson') }} @@ -277,19 +277,19 @@ const displayExecutionTime = computed(() => gridExecutionTimeMs.value ?? props.e - {{ t('components.dataGrid.export.copyAllInsert') }} - | +
- {{ t('components.dataGrid.export.exportCsv') }} @@ -298,8 +298,8 @@ const displayExecutionTime = computed(() => gridExecutionTimeMs.value ?? props.e - {{ t('components.dataGrid.export.exportJson') }} @@ -315,11 +315,11 @@ const displayExecutionTime = computed(() => gridExecutionTimeMs.value ?? props.e
diff --git a/src/components/grid/DataGrid.vue b/src/components/grid/DataGrid.vue index 7905b38..d821775 100644 --- a/src/components/grid/DataGrid.vue +++ b/src/components/grid/DataGrid.vue @@ -634,7 +634,6 @@ watch(() => [props.rows, props.columns], () => { :class="getCellClass(columnTypes?.[col])" :style="{ width: `${getColumnWidth(col)}px` }" :title="getCellTooltip(rows[virtualRow.index][col])" - @click="selection.toggleRow(virtualRow.index, false)" @contextmenu.prevent="openCellContextMenu($event, virtualRow.index, col)" > @@ -695,7 +694,7 @@ watch(() => [props.rows, props.columns], () => {
diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index a3b9b4a..b24f019 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -47,7 +47,7 @@ const { t } = useI18n() ? 'bg-secondary text-primary border border-border shadow-sm' : 'text-muted-foreground hover:bg-secondary hover:text-foreground', ]" - @click="item.id === 'github' ? openUrl('https://github.com/geek-fun/sqlkit') : navigate" + @click="item.id === 'github' ? openUrl('https://github.com/geek-fun/sqlkit') : navigate()" >