From c7393b0ee1e712bd3edae4ae1f806d10fca1f724 Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:00:14 -0700 Subject: [PATCH] feat: first cut of vue nodes try it now banner --- src/components/graph/GraphCanvas.vue | 3 + src/components/topbar/TryVueNodeBanner.vue | 73 ++++++++++++++++++++++ src/locales/en/main.json | 4 ++ 3 files changed, 80 insertions(+) create mode 100644 src/components/topbar/TryVueNodeBanner.vue diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index 90d2b30b9..b1b147de6 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -4,6 +4,7 @@ synced with the stateStorage (localStorage). -->