Skip to content
38 changes: 19 additions & 19 deletions engraphis/classic_assets/dashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions engraphis/classic_assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="/classic-assets/engraphis.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/classic-assets/favicon-32.png">
<title>Engraphis</title>
<link rel="stylesheet" href="/classic-assets/dashboard.css?v=20260809-pin-only-physics">
<link rel="stylesheet" href="/classic-assets/dashboard.css?v=20260809-physics-guard">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
Expand Down Expand Up @@ -351,6 +351,6 @@
graph view. dashboard.js fetches both on demand from graphRender(); see loadForceGraph()
and loadGraphEngine(). scripts/externalize_dashboard_assets.py enforces both halves:
they stay out of this file, and the lazy references still have to resolve. -->
<script src="/classic-assets/dashboard.js?v=20260809-pin-only-physics"></script>
<script src="/classic-assets/dashboard.js?v=20260809-physics-guard"></script>
</body>
</html>
5 changes: 3 additions & 2 deletions engraphis/dashboard_assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<meta name="description" content="Engraphis Ledger — local-first, grounded memory operations.">
<title>Engraphis Ledger</title>
<link rel="icon" type="image/png" sizes="32x32" href="/v2-assets/favicon-32.png">
<link rel="stylesheet" href="/v2-assets/ledger.css?v=20260728-connected-memories">
<link rel="stylesheet" href="/v2-assets/ledger.css?v=20260809-physics-guard">
</head>
<body data-theme="slate">
<a class="skip-link" href="#main-content">Skip to main content</a>
<div class="app-shell">
<aside class="sidebar" aria-label="Ledger navigation">
<div class="brand-row">
<a class="brand" href="/" aria-label="Engraphis Ledger home">Engraphis</a>
<a id="plan-badge" class="plan-badge" href="#" aria-label="Subscribe to Pro in Plans and billing">GET PRO</a>
Comment thread
Coding-Dev-Tools marked this conversation as resolved.
</div>

<label class="workspace-switcher">
Expand Down Expand Up @@ -699,6 +700,6 @@ <h2 id="graph-connections-title">Connected nodes</h2>
</form>
</dialog>

<script src="/v2-assets/ledger.js?v=20260728-connected-memories"></script>
<script src="/v2-assets/ledger.js?v=20260809-physics-guard"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion engraphis/dashboard_assets/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
'/v2-assets/vendor/force-graph.min.js?v=20260727-final',
'ForceGraph',
)).then(() => loadScript(
'/v2-assets/engraphis-graph.js?v=20260809-pin-only-physics',
'/v2-assets/engraphis-graph.js?v=20260809-physics-guard',
'EngraphisGraph',
));
graphAssetsPromise = attempt;
Expand Down
Loading