From 7468ebd3c9a5df8430394dc306ff1e147d24f350 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 17 Jun 2026 09:46:56 +0200 Subject: [PATCH] feat(ui): wire the plan switcher, delete confirm and .toml download into the app --- src/App.vue | 51 ++++++++++++++++++++++++++++----- src/composables/useMacroplan.ts | 4 --- 2 files changed, 44 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 34dd433..534720b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,30 @@