dbx/apps/desktop/src/lib
t8y2 085a2f3870 feat(completion): add database-specific suggestions 2026-06-03 20:47:17 +08:00
..
__tests__ fix(postgres): support quoted schema autocomplete 2026-06-03 17:00:24 +08:00
actionActivation.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
agentDriverInstallHint.ts feat(gbase): add GBase 8s driver profile 2026-06-03 18:07:14 +08:00
agentDriverUpdateBadge.ts feat(jdbc): show plugin update notice 2026-05-18 21:48:46 +08:00
ai.ts fix(ai): include schema comments in prompt context 2026-06-03 10:55:38 +08:00
aiAgentPlan.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
aiAgentStepPresentation.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
aiCodeHighlighter.ts feat(ai): highlight chat code with Shiki 2026-05-22 01:09:40 +08:00
aiMessageRender.ts feat(mongodb): 支持聚合查询、批量写入和 MCP 集成 2026-05-28 21:25:43 +08:00
aiPromptKeyboard.ts fix(ai): ignore IME composition enter 2026-05-19 15:56:34 +08:00
aiSkills.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
aiSqlExecutionPolicy.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
aiTableMentions.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
api.ts fix(drivers): skip blocked driver updates 2026-06-03 14:39:46 +08:00
appTheme.ts fix(app): default app theme to light 2026-05-22 10:42:28 +08:00
binaryCellDownload.ts fix(grid): support blob downloads 2026-06-03 15:45:50 +08:00
canvasDataGridRenderer.ts perf(grid): cache canvas render state 2026-06-02 22:07:43 +08:00
cellDetailPresentation.ts fix(editor): improve value editor search 2026-06-02 23:23:13 +08:00
cellImageUrl.ts feat(grid): preview image URLs in cell details 2026-05-18 12:27:44 +08:00
cellValue.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
clipboard.ts feat(desktop): copy table structure as documents 2026-06-02 01:45:20 +08:00
codemirrorVscodeSelectionLayer.ts fix(desktop): handle wrapped editor selections 2026-06-02 02:19:35 +08:00
color.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
columnFormatter.ts fix(duckdb): normalize temporal display 2026-05-19 14:12:14 +08:00
configCrypto.ts chore: upgrade frontend tooling and speed up checks 2026-06-03 12:20:27 +08:00
connectionAttemptTimeout.ts fix(mongodb): allow legacy fallback after native timeout 2026-06-03 02:44:02 +08:00
connectionDeepLink.ts Support DBX connection deep links (#359) 2026-05-20 16:10:14 +08:00
connectionHealth.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
connectionPresentation.ts Redact quick connection endpoints (#598) 2026-06-01 18:48:01 +08:00
connectionUrl.ts feat(gbase): add GBase 8s driver profile 2026-06-03 18:07:14 +08:00
createDatabaseSql.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
dataCompare.ts fix(mysql): format bit values for grid sync 2026-06-03 11:07:04 +08:00
dataGridColumnFilter.ts chore: clear frontend lint warnings 2026-05-26 12:31:03 +08:00
dataGridColumnVisibility.ts feat(grid): hide all-null columns 2026-06-03 01:12:03 +08:00
dataGridColumnWidth.ts fix(grid): widen header control width to account for formatter button 2026-05-19 18:58:57 +08:00
dataGridDetail.ts fix(desktop): guard cell detail previews for large values 2026-06-01 19:49:53 +08:00
dataGridPaintTheme.ts fix(ui): soften dark theme contrast 2026-06-03 01:46:54 +08:00
dataGridSaveUi.ts fix(grid): keep save actions visible 2026-05-18 17:46:42 +08:00
dataGridScrollGutter.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
dataGridSearchSplit.ts feat(grid): resize table filter panes 2026-05-20 17:01:37 +08:00
dataGridSort.ts fix(data-grid): preserve header sort state 2026-06-01 12:30:33 +08:00
dataGridSql.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
dataGridTemporalEditor.ts feat(grid): use temporal inputs for date cells 2026-05-19 16:39:19 +08:00
dataGridTranspose.ts fix(grid): enable editing in transpose view 2026-05-22 12:04:11 +08:00
databaseCapabilities.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
databaseCapabilitySets.ts feat: add XuguDB agent support 2026-05-30 09:12:34 +08:00
databaseExport.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
databaseExportSelection.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
databaseFeatureSupport.ts fix(sidebar): restore SQL Server object browser entry (#549) 2026-05-30 19:06:34 +08:00
databaseOptionSearch.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
databaseSearch.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
databaseTableDataCapabilities.ts fix(grid): default keyless edits for SQL tables 2026-05-21 01:34:45 +08:00
databaseTree.ts fix: flatten duckdb primary schemas in sidebar 2026-05-27 02:33:21 +08:00
dbAdminSql.ts feat(desktop): drop tree schema objects 2026-06-02 00:33:58 +08:00
dbeaverImport.ts fix(connection): move query timeout into per-connection settings 2026-05-28 18:18:45 +08:00
defaultDatabase.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
diagramSvgExport.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
diagramZoom.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
driverInstallProgressUi.ts feat(drivers): queue agent installs 2026-05-18 17:46:59 +08:00
editorThemes.ts feat(editor): select sql line from gutter 2026-06-03 01:49:35 +08:00
editorZoom.ts fix(editor): smooth sql zoom interactions 2026-05-21 00:08:47 +08:00
elasticsearchCompletion.ts feat(editor): show column comments in SQL completions 2026-06-03 14:05:30 +08:00
engineeringDiagram.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
erDiagram.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
explainPlan.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
exportFormats.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
fieldLineage.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
gridRowStatus.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
gridSelection.ts fix(grid): improve column selection and transpose highlights 2026-05-28 20:09:35 +08:00
historyActions.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
historyActivityKind.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
historyAiAnalysis.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
historyVirtualList.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
http.ts feat(mcp): improve setup defaults and config hints 2026-06-03 16:40:40 +08:00
httpSqlFileProgress.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
imagePreviewViewer.ts fix(grid): simplify image preview controls 2026-05-18 12:49:24 +08:00
keyboardShortcuts.ts feat(desktop): add global UI zoom settings and shortcuts 2026-05-28 17:43:06 +08:00
localeOptions.ts feat: add Traditional Chinese locale support 2026-06-01 18:04:58 +08:00
mongoConnectionOptions.ts fix(mongodb): support restricted database users 2026-06-02 11:09:48 +08:00
mongoShellCommand.ts fix(mongodb): support compass shell commands 2026-06-01 16:24:31 +08:00
navicatImport.ts fix(connection): move query timeout into per-connection settings 2026-05-28 18:18:45 +08:00
newQueryContext.ts fix(ui): propagate schema when creating tabs and new queries 2026-05-24 19:11:06 +08:00
objectBrowserRows.ts feat: support Oracle package sources 2026-06-01 18:43:20 +08:00
objectRenameSql.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
objectSourceEditor.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
openTabsPersistence.ts fix: preserve data grid order by input 2026-06-02 11:36:59 +08:00
paginationPageSize.ts feat(connection): persist result page size 2026-05-19 10:47:17 +08:00
pinnedItems.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
pinnedTreeNodeIds.ts fix(app-settings): persist and prune pinned tree nodes 2026-05-22 14:28:40 +08:00
platform.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
queryEditorTableDrop.ts fix(editor): insert dragged table references 2026-05-30 09:46:59 +08:00
queryExecutionState.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
queryTimeout.ts fix(query): honor connection timeout during exports 2026-06-02 19:38:21 +08:00
redisCommandSafety.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
redisCommandSession.ts feat(redis): improve key browser workflows 2026-05-20 18:54:18 +08:00
redisJsonHighlighter.ts feat(redis): add JSON value viewer 2026-05-22 10:58:30 +08:00
redisKeyPattern.ts feat(redis): add fuzzy key search toggle 2026-06-03 01:53:24 +08:00
redisKeyTree.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
redisValuePresentation.ts feat(redis): add JSON value viewer 2026-05-22 10:58:30 +08:00
routineExecutionSql.ts feat(objects): add procedure execution dialog 2026-06-01 13:37:57 +08:00
routineParameters.ts feat(objects): add procedure execution dialog 2026-06-01 13:37:57 +08:00
safeStorage.ts fix(desktop): avoid blank screen on startup 2026-05-29 00:56:42 +08:00
schemaDiff.ts fix(diff): sync MySQL comment differences 2026-06-02 10:27:08 +08:00
schemaTreeCache.ts fix(app): dedupe tree object counts 2026-05-18 23:58:38 +08:00
searchPattern.ts feat(search): support regex table filtering 2026-06-01 12:49:31 +08:00
shortcutRegistry.ts feat(desktop): add global UI zoom settings and shortcuts 2026-05-28 17:43:06 +08:00
sidebarActiveTabTarget.ts feat(sidebar): add locate-in-sidebar button to find active tab's node 2026-05-30 16:46:53 +08:00
sidebarLayout.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sidebarRenameFocus.ts fix(sidebar): keep group rename input focused 2026-05-18 19:18:20 +08:00
sidebarSearch.ts feat(search): support regex table filtering 2026-06-01 12:49:31 +08:00
sidebarSearchTree.ts feat(sidebar): add node-type search scopes for tree filtering 2026-05-21 22:38:18 +08:00
sidebarTableNameDisplay.ts feat(sidebar): hide configured table prefixes 2026-05-21 22:56:42 +08:00
sidebarTreeItemLayout.ts feat: support Oracle package sources 2026-06-01 18:43:20 +08:00
sidebarTreeSelection.ts fix(sidebar): use filtered order for range selection 2026-06-02 18:13:13 +08:00
sqlAnalysis.ts fix(oracle): normalize unquoted query metadata identifiers 2026-06-03 02:32:08 +08:00
sqlCompletion.ts feat(completion): add database-specific suggestions 2026-06-03 20:47:17 +08:00
sqlDiagnostics.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sqlExecutionTarget.ts fix(sql): add databaseType parameter to findStatementAtCursor function 2026-05-24 10:30:58 +08:00
sqlFileOpen.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sqlFormatter.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sqlHighlighter.ts style: fix formatting (oxfmt + cargo fmt) 2026-05-24 22:38:16 +08:00
sqlMetadataRefresh.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sqlNavigation.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
sqlSemanticDiagnostics.ts fix(sqlserver): avoid false unknown column diagnostics 2026-05-27 23:07:47 +08:00
sqlServerQueryWrapping.ts fix(sqlserver): strip order by when wrapping queries 2026-05-19 16:08:11 +08:00
sqlServerTree.ts feat(sidebar): add compact object display mode 2026-05-29 01:17:46 +08:00
tabCloseActions.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
tabPresentation.ts feat(tabs): support renaming query tabs 2026-06-01 14:24:04 +08:00
tableDataExport.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
tableEditing.ts fix(grid): support keyless table edits by capability 2026-05-21 01:26:40 +08:00
tableImport.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
tableSelectSql.ts fix(jdbc): avoid double quoting kyuubi identifiers 2026-06-03 17:48:03 +08:00
tableStructureCapabilities.ts feat: add InterSystems IRIS database support 2026-05-29 19:15:11 +08:00
tableStructureEditorSql.ts feat: add "Copy as SQL ALTER" to DataGrid column header context menu 2026-05-29 15:09:10 +08:00
tableStructureEditorState.ts fix(opengauss): open table structure editor 2026-06-02 18:50:00 +08:00
tableTree.ts fix(sidebar): dedupe MySQL table objects 2026-06-03 14:27:26 +08:00
tauri.ts fix(drivers): skip blocked driver updates 2026-06-03 14:39:46 +08:00
tauriRuntime.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
transferProgressState.ts fix: continue transfer after table failure 2026-05-28 16:11:29 +08:00
treeNodeClick.ts fix(desktop): copy raw column names from tree 2026-06-02 00:52:54 +08:00
treeNodeContext.ts fix(sidebar): support catalogless schema trees 2026-05-19 15:07:25 +08:00
treeRefreshTarget.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
utils.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
viewDdl.ts refactor(sql): move builders to Rust 2026-05-23 01:28:52 +08:00
visibleDatabases.ts feat(gbase): add GBase 8s driver profile 2026-06-03 18:07:14 +08:00
xlsxExport.ts chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00