dbx/src/composables
t8y2 02b257dd0f fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
..
useAppUpdater.ts
useDataGridActions.ts fix(grid): preserve page size when reloading data after save 2026-05-12 13:55:15 +08:00
useDataGridColumnResize.ts feat: editor enhancements, DataGrid refactor, and sidebar improvements 2026-05-11 01:08:07 +08:00
useDataGridEditor.ts feat: multi-row selection with batch clone, delete, and copy support 2026-05-13 16:25:02 +08:00
useDataGridExport.ts feat: driver store UX improvements and multi-row range copy 2026-05-13 16:34:56 +08:00
useDataGridSelection.ts feat: multi-row selection with batch clone, delete, and copy support 2026-05-13 16:25:02 +08:00
useDatabaseOptions.ts
useDialogSources.ts feat: export entire database as SQL file 2026-05-13 01:08:16 +08:00
useDragSort.ts
useFileDrop.ts
useFlatTree.ts perf(grid): optimize virtual scroll to reduce white flash during fast scrolling 2026-05-12 13:50:03 +08:00
useNavigationTargets.ts fix(oracle): 修复表数据加载与编辑 2026-05-11 16:35:59 +08:00
usePanelResize.ts
useSchemaOptions.ts fix(oracle): 简化编辑器选择器并支持 schema 切换 (closes #205) 2026-05-11 11:00:16 +08:00
useSqlExecution.ts fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
useTabScroll.ts
useTauriEvents.ts perf: full-stack performance and security hardening 2026-05-11 00:18:09 +08:00
useTheme.ts perf: eliminate theme switch lag by suppressing CSS transitions 2026-05-13 16:04:35 +08:00
useToast.ts
useWindowControls.ts