edd2f706acbc86e0f82d3fa93241cef667e0b3f5
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>
Description
Languages
TypeScript
58.6%
Vue
40.9%
HTML
0.4%