From b5628d968e190b6ce070ac84765097a83a28daec Mon Sep 17 00:00:00 2001 From: archipelago Date: Fri, 31 Jul 2026 22:27:44 -0400 Subject: [PATCH] fix(web5): raise connected-nodes row-breakpoint height floor to 40rem (UIFIX-02) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dorian verified the sibling-height match, internal scroll, and unchanged stacked layout on his running dev session — all correct. The only issue was the xl:min-h-[20rem] floor (an unmeasured judgement call, flagged as such in 01-12-PLAN.md): when node discovery is disabled, Web5NodeVisibility renders short, the floor takes over, and 20rem left the Connected Nodes card looking stunted. Doubled to xl:min-h-[40rem] per his direct instruction ("twice as tall"). Test updated to pin the new value. Co-Authored-By: Claude Opus 5 (1M context) --- neode-ui/src/views/web5/Web5ConnectedNodes.vue | 2 +- .../src/views/web5/__tests__/Web5ConnectedNodesScroll.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neode-ui/src/views/web5/Web5ConnectedNodes.vue b/neode-ui/src/views/web5/Web5ConnectedNodes.vue index 47d14a7e..e0d8db2b 100644 --- a/neode-ui/src/views/web5/Web5ConnectedNodes.vue +++ b/neode-ui/src/views/web5/Web5ConnectedNodes.vue @@ -1,6 +1,6 @@