Skip to content

Commit 153c695

Browse files
committed
fix(pages): mutex main-pane states; feat: guided graph tour with prev/next/auto-play (UA-style)
1 parent c96a81b commit 153c695

6 files changed

Lines changed: 875 additions & 43 deletions

File tree

site/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet"
1313
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=DM+Serif+Display&family=JetBrains+Mono:wght@400;500&display=swap">
1414

15-
<link rel="stylesheet" href="./styles.css?v=20260507b">
15+
<link rel="stylesheet" href="./styles.css?v=20260507c">
1616
</head>
1717
<body>
1818
<header class="topbar" role="banner">

site/add.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<link rel="stylesheet"
1313
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=DM+Serif+Display&family=JetBrains+Mono:wght@400;500&display=swap">
1414

15-
<link rel="stylesheet" href="./styles.css?v=20260507b">
16-
<link rel="stylesheet" href="./add.css?v=20260507b">
15+
<link rel="stylesheet" href="./styles.css?v=20260507c">
16+
<link rel="stylesheet" href="./add.css?v=20260507c">
1717
</head>
1818
<body>
1919
<header class="topbar" role="banner">
@@ -217,6 +217,6 @@ <h2>FAQ</h2>
217217
<a href="./schemas/">spec</a>
218218
</footer>
219219

220-
<script type="module" src="./add.js?v=20260507b"></script>
220+
<script type="module" src="./add.js?v=20260507c"></script>
221221
</body>
222222
</html>

0 commit comments

Comments
 (0)