From 2d2c0392d42abfecd27d3964a1abc842487f9406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Tejero=20Cantero?= Date: Wed, 15 Jul 2026 23:34:20 +0200 Subject: [PATCH] :sparkles: Add layout dropdown to graph view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a layout fold containers + Renders the in-memory Ladybug graph with AntV G6 (CDN). Node color @@ -306,12 +309,44 @@ Graph Console const LAYOUT_XS = 40; // horizontal leaf slot spacing const LAYOUT_YS = 70; // vertical rank (depth) spacing + // Layout dropdown source of truth: name -> G6 layout config, or null for + // the built-in O(n) tree layout (preset positions from treePositions, + // fastest, exploits IsChildOf being a tree). The