The /dashboard/page.tsx simply redirects to /dashboard/overview — an extra roundtrip with no value. The overview itself contains stat cards but the 'Recent Activity' widget only shows 5 pipeline runs without any link to the full pipelines page, and 'Latest Releases' similarly lacks a 'View all' link. The stat cards are not clickable and don't link to their respective detail pages.
Category: usability File: src/components/dashboard-content.tsx Recommendation: Make each stat card a clickable link (e.g., 'Active Pipelines' → /dashboard/pipelines?status=active). Add 'View all' links on both Recent Activity and Latest Releases cards. Eliminate the intermediate redirect. Consider adding a 'Products needing attention' widget showing products with failed pipelines or pending approvals — this turns the dashboard into a genuine control centre.