yuetsh edd2f706ac feat: render SQL initial/result data as tables in a two-pane layout
Rewrites Content.vue to give the SQL language its own top/bottom split
(code editor over data tables) instead of sharing the horizontal
left/right layout used by other languages. SqlSection.vue now renders
the preset data and the post-run result as two side-by-side
n-data-tables, falling back to the existing error UI when a run fails.

Also registers NDataTable globally in main.ts (naive-ui components must
be explicitly registered via create()); without it n-data-table was an
inert unresolved custom element and no rows rendered.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 00:47:53 -06:00
2026-05-08 20:30:34 -06:00
2026-05-06 20:57:03 -06:00
2026-01-03 23:17:30 +08:00
2026-03-10 17:39:05 +08:00
2025-10-22 18:46:04 +08:00
2024-01-21 20:48:03 +08:00
2025-07-16 09:22:03 +08:00
2026-05-10 23:03:47 +08:00
2024-01-25 13:12:05 +08:00
fix
2026-06-01 05:48:02 -06:00
fix
2024-10-26 22:47:25 +08:00
fix
2024-10-26 22:47:25 +08:00
Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 58.6%
Vue 40.9%
HTML 0.4%