feat(topology): render styles from presentation payload

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-09 23:49:27 +08:00
co-authored by Claude
parent 2382b5b483
commit 10808fd98b
2 changed files with 176 additions and 57 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ class GuanghanTopologySourceTests(unittest.TestCase):
self.assertNotIn("http://localhost:5000", self.html)
def test_page_uses_database_presentation_payload(self) -> None:
self.assertIn("currentData.layout.presentation", self.html)
self.assertIn("getPresentation", self.html)
self.assertIn("?.presentation", self.html)
self.assertIn("nodeStyles", self.html)
self.assertIn("edgeStyles", self.html)
self.assertIn("decorationStyles", self.html)