Refine SPA shell and query builder UI

This commit is contained in:
2025-09-29 14:25:10 -06:00
parent 47f4a20bd3
commit 7225903fc4
2 changed files with 590 additions and 139 deletions

View File

@@ -1,6 +1,10 @@
<template>
<div class="min-h-screen bg-slate-950 text-slate-100">
<NuxtRouteAnnouncer />
<NuxtPage />
</div>
<UApp>
<div class="min-h-screen bg-slate-950 text-slate-100">
<NuxtRouteAnnouncer />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</UApp>
</template>