Select a table to view data
+{{ selectedTable }}
+| {{ key }} | +
|---|
| + {{ formatValue(row[key]) }} + | +
| {{ key }} | +
|---|
| + {{ formatValue(row[key]) }} + | +
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 3afb748..210190e 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -10,7 +10,7 @@ import { initToolRegistry, activatePageTools, initToolsOnRefresh } from './servi
const route = useRoute()
const router = useRouter()
-type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'projects' | 'project-canvas'
+type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'projects' | 'project-canvas' | 'database'
onMounted(async () => {
// Initialize WebMCP connection
diff --git a/frontend/src/components/Toolbar.vue b/frontend/src/components/Toolbar.vue
index a8dc22b..7f214ef 100644
--- a/frontend/src/components/Toolbar.vue
+++ b/frontend/src/components/Toolbar.vue
@@ -95,6 +95,14 @@ onMounted(() => {
Select a table to view data
+| {{ key }} | +
|---|
| + {{ formatValue(row[key]) }} + | +
| {{ key }} | +
|---|
| + {{ formatValue(row[key]) }} + | +