diff --git a/backend/resources/app/templates/graph-console.tmpl b/backend/resources/app/templates/graph-console.tmpl index 60fbbd5f1f..327fe3457c 100644 --- a/backend/resources/app/templates/graph-console.tmpl +++ b/backend/resources/app/templates/graph-console.tmpl @@ -11,16 +11,19 @@ Graph Console
-
+

← Back to debug

+
+
+
Load graph in memory Projects the Penpot file into an in-memory Ladybug database for this admin session. Loading a new file replaces the previous one. -
+
+
+ Files + Teams → projects → files. Click a file to load it. +
Loading…
+
+ {% if session %}
Loaded session @@ -88,19 +97,6 @@ Graph Console
-
- Graph view - - Renders the in-memory Ladybug graph with AntV G6 (CDN). Node color - and glyph encode the node table; edges are IsChildOf - (arrow points to parent). Redraws automatically after live changes. - -
-
-
-
-
Cypher query @@ -146,9 +142,111 @@ Graph Console {% endif %}
{% endif %} + +
+ + {% if session %} +
+
+ Graph view + + + + Renders the in-memory Ladybug graph with AntV G6 (CDN). Node color + and glyph encode the node table; edges are IsChildOf + (arrow points to parent). Redraws automatically after live changes. + +
+
+
+
+
+ {% endif %} + +
+ + + + {% if session %}