Signed Leases row — 4 compact redesigns

Same fake dataset in every option, so the shapes are the only variable. Pick one below and I'll build the actual PR against /leasing/prospects.

The problem

The current row uses ClickableStatCard / DashboardCard — a bordered tile with 16px padding, a label, a 24px value, and an optional subline. At six cards it only fits 5 across comfortably; six wraps to a second row on normal screens.

All four options below fit six in one row down to a ~640px viewport, using real arsenal building blocks where one exists.

A

Single strip — one bordered row, dividers between cells

The arsenal's own answer: MetricRow (src/components/ui/data/MetricRow.tsx) — already built, already registered, just never put into a live page yet. One card, six compartments, thin dividers. Reads as ONE object, not six.

Vacant Units12avg 34 days
Active Prospects34in the pipeline
Inquiries18
Tours9
Applications7awaiting review
Signed Leases5last 30 days
B

Pill row — loose chips, wraps gracefully

Each metric is its own small rounded chip. Loosest, most casual of the four — reads like tags, not a report. Wraps to 2 lines on its own if the viewport is tight, no breakpoint math needed.

12Vacant Units 34Active Prospects 18Inquiries 9Tours 7Applications 5Signed Leases
C

Mini-card grid — the current cards, shrunk

Closest to what's live today: still six separate cards, still individually clickable/expandable, just half the padding and a thin top accent bar instead of the current card's fuller border treatment. Least visual change for the team.

Vacant Units12avg 34 days
Active Prospects34in the pipeline
Inquiries18
Tours9
Applications7awaiting review
Signed Leases5last 30 days
D

Underline segments — big number, color bar beneath

One strip like A, but the identity color moves to a bottom accent bar (tab-like) instead of a dot, and the value leads bigger/bolder with the label as a small caption below it. Reads the most "dashboard KPI strip," and the accent bar doubles as an active-state indicator when a card is expanded.

12Vacant Units
34Active Prospects
18Inquiries
9Tours
7Applications
5Signed Leases

Which one do you like?

Pick one — I'll build the actual PR against it and bring back a preview link.

PropFlow Docs