{% extends "app/templates/base.tmpl" %} {% block title %} Graph Console {% endblock %} {% block content %} GRAPH CONSOLE (VERSION: {{version}}) ← Back to debug Load graph from Penpot Click file or paste UUID to load Penpot file into an in-memory Ladybug database. Loading a new file replaces the previous one. Loading… {% if session %} {% else %} {% endif %} {% if session %} {% endif %} {% if session %} Loaded session ({{session.loaded-at}}) File: {{session.name}} Revisions: ingested at {{session.revn}} · graph now {% if session.graph-revn %}{{session.graph-revn}}{% else %}{{session.revn}}{% endif %} Graph size: … Schema: {{session.schema-version}} Feed: connecting… Live changes Latest changes applied to the backend graph. revn op id Query graph (LadybugDB Cypher) {{query}} {% if error %} Error {{error}} {% endif %} {% if query-result %} Results ({{query-result.row-count}} rows{% if query-result.truncated? %}, truncated{% endif %}) {% for column in query-result.columns %} {{column}} {% endfor %} {% for row in query-result.rows %} {% for cell in row %} {{cell}} {% endfor %} {% endfor %} {% endif %} {% endif %} {% if session %} Graph view layout: animate fade: steps foldable containers fold unchanged fold ≥ depth: Live view of the in-memory Ladybug graph (AntV G6). Double-click folds containers when folding is on. Render anyway Show full graph {% endif %} {% if session %} {% endif %} {% endblock %}
← Back to debug
File: {{session.name}} Revisions: ingested at {{session.revn}} · graph now {% if session.graph-revn %}{{session.graph-revn}}{% else %}{{session.revn}}{% endif %} Graph size: … Schema: {{session.schema-version}}
Feed: connecting…
{{error}}
{{cell}}