February 19, 20261.0.87v1.0.87RSS

v1.0.87 — [UI/UX] Dashboard stat cards show only counts with no trend or comparison data

Release Notes

The main dashboard shows 4 stat cards: Total Products (count), Active Pipelines (count), Total Releases (count), Agent Jobs Today (count). All 4 show a raw number with no context — no trend arrows, no comparison to yesterday, no period labels. A count of '12 Agent Jobs Today' is meaningless without knowing if that's good, bad, or typical.

Category: visual-hierarchy File: src/components/dashboard-content.tsx Recommendation: Add a secondary line to each stat card showing: (1) comparison to previous period ('↑ 3 from yesterday'), (2) a trend indicator using colored text/arrows, or (3) a percentage change. For 'Active Pipelines', show a running/queued breakdown. The StatCard component already accepts any React node for the icon area — use the bottom-left area for a small trend badge.