Replace Bloom with Constellation and fix viz picker grid.

Keep all layout cards in a strict 2x2 grid; constellation uses star-chart packing with neighbor edges and leader pipes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-07-18 22:12:01 +02:00
parent ae2a7163ef
commit 64208eb344
3 changed files with 128 additions and 110 deletions
-3
View File
@@ -752,9 +752,6 @@ html[data-theme="light"] .inspector-body .kv-row .v { color: #122033; }
gap: 0.08rem;
min-height: 64px;
}
.viz-card:nth-child(5) {
grid-column: 1 / -1;
}
.viz-card:hover {
border-color: var(--dell-bright);
color: var(--text);