Expanded Leasing pipeline — before / after

Rendered evidence for #6776. Gera: “when I click leasing pipeline on the dashboard, it shows like the old version of the bar charts… the expanded version looks kind of old and janky.” Every line of that diff is presentation, and the premise is a comparison against the card directly beneath it — which is exactly the claim a diff cannot support and a capture can.

Captured against the branch’s own dev server at /dashboard, Leasing pipeline expanded · 2026-09-02

BEFORE The expanded funnel drawing 36px filled blocks with the label and number knocked out inside

FunnelView’s own idiom. A 36px filled block per stage, an 18%-tint fill with a 2px accent right edge, and the label and number knocked out inside the block. “Leads by source” renders the other idiom directly below this card, so both were on screen at once.

AFTER The expanded funnel drawing CategoryView's slim bar rows, with a drill-down open

The shared BarRow. Dot swatch, label and number on the card ground, 6px bar — the same row the collapsed card and “Leads by source” draw. Captured with a drill-down open so the re-spaced stage → conversion → member-list stack is in frame: the container gap went 4 → 10 and the row lost its 4px 0 padding. The conversion rows, the caret and the inline member list are all intact, and Applications keeps its subLabel (“8 awaiting review”) on one line with the count.

Two things this capture surfaced that are NOT part of #6776, flagged rather than passed over:
• The Prospects badge reads 401 while its own drill-down offers “Show all 402”. That is the count-equals-list-length property the funnel is supposed to hold, and it is off by one. It is the same family as the 37-vs-46 mismatch the window standard just fixed, so it is worth chasing separately.
• The same lead (Farah Castellanos) appears twice in the drill-down list.
Neither is touched by this diff — the eyebrow reads LAST 90 DAYS, so this capture is post-#6773.
PropFlow Docs