dbx/apps/desktop
t8y2 cdadbc19f1 fix: replace reka-ui context menu with lightweight custom component to fix editor lag
The reka-ui ContextMenu component caused significant performance
degradation when multiple editor tabs were cached via KeepAlive,
due to its heavy state machine, provide/inject chain, and document-level
event listeners accumulating across cached instances.

Replaced with a minimal CustomContextMenu that renders via Teleport
without any DOM wrapping or reka-ui dependency, eliminating the lag
while preserving the same visual appearance and functionality.
2026-05-28 12:50:57 +08:00
..
public feat(database): add agent database profiles 2026-05-18 22:38:04 +08:00
src fix: replace reka-ui context menu with lightweight custom component to fix editor lag 2026-05-28 12:50:57 +08:00
components.json chore(repo): move desktop app under apps 2026-05-18 02:35:39 +08:00
index.html fix: avoid derived table wrapping for SQL Server TOP pagination 2026-05-25 11:28:02 +08:00
tsconfig.json fix: exclude test files from vue-tsc type checking in CI build 2026-05-25 10:59:30 +08:00
vite.config.ts fix: avoid derived table wrapping for SQL Server TOP pagination 2026-05-25 11:28:02 +08:00