From 3f5469b6bdba2ac396e2460db642fcba8f0bf9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Tejero=20Cantero?= Date: Wed, 15 Jul 2026 19:11:03 +0200 Subject: [PATCH] :recycle: Replace fullscreen with in-page expand for graph view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fullscreen API took over the whole output and broke window-manager splits (and is denied in some environments). The Expand button now toggles a fixed-position overlay covering the page while keeping browser chrome; Esc restores. Column positioning moved from inline style to the stylesheet so the expanded class can override it. Signed-off-by: Álvaro Tejero Cantero --- .../app/templates/graph-console.tmpl | 68 ++++++++++++------- 1 file changed, 42 insertions(+), 26 deletions(-) diff --git a/backend/resources/app/templates/graph-console.tmpl b/backend/resources/app/templates/graph-console.tmpl index 327fe3457c..8819c01310 100644 --- a/backend/resources/app/templates/graph-console.tmpl +++ b/backend/resources/app/templates/graph-console.tmpl @@ -147,10 +147,10 @@ Graph Console {% if session %}
+ style="flex: 1 1 auto; min-width: 0;">
Graph view - + Renders the in-memory Ladybug graph with AntV G6 (CDN). Node color @@ -170,13 +170,21 @@ Graph Console