From f42cb2b7796ab0c1970af12fba12bd1032c31d83 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 19 Jun 2026 17:42:38 +0200 Subject: [PATCH] feat(layout): toggle between source, macroplan, and split panes The chosen layout is kept in the URL (?view=) so it's shareable and bookmarkable rather than persisted. PNG export is disabled in source-only mode since the rendered node it captures isn't mounted then. --- src/App.vue | 65 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 60 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 68b9ecc..56b3a38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@