feat(FN-3425): add board branch filter with no-branch semantics and respons

Restructures the dependency graph plugin into a modular architecture with separate edges, filters, layout, types, and interaction hooks, adding comprehensive tests for the new modules. Implements a board branch filter with "no-branch" semantics and responsive layout refinement, while removing legacy

Fusion-Task-Id: FN-3425
This commit is contained in:
Fusion
2026-05-07 01:46:27 -07:00
committed by gsxdsm
parent 12326eeb00
commit ccddba4a67
6 changed files with 73 additions and 39 deletions

View File

@@ -29,7 +29,7 @@
.header-branch-filters {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(auto-fit, minmax(min(calc(var(--space-2xl) * 5), 100%), 1fr));
gap: var(--space-sm);
margin-top: var(--space-sm);
}