From 8154bac63f8f146759bf5f2898490ea7cf1626c9 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sun, 15 Feb 2026 02:05:47 -0600 Subject: [PATCH] feat: Add anonymous dynamic canvas option to gallery --- frontend/src/App.vue | 6 +++++- frontend/src/components/Canvas.vue | 9 ++++++++- frontend/src/components/CanvasGallery.vue | 14 ++++++++++++++ frontend/src/stores/canvas.ts | 3 +++ 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3a081e0..cff4239 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -240,7 +240,7 @@ function triggerToolFlash() { }, 500) } -type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'project-canvas' | 'database' | 'source' | 'terminal' | 'tools' +type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'project-canvas' | 'database' | 'source' | 'terminal' | 'tools' | 'agents' onMounted(async () => { // Connect to WebSocket for Claude status updates @@ -357,6 +357,10 @@ watch(() => route.name, (newPage) => { {{ projectCanvasStore.activeCanvas.name }} Sistema +