The AccountSidebar only has 3 items: Products, Teams, and Settings. However, there are important cross-product pages — Pipelines, Pull Requests, and Approvals — that exist at /dashboard/pipelines, /dashboard/pull-requests, and /dashboard/approvals, but have NO sidebar navigation entry. Users must know to type these URLs or find them via the command palette. This is a significant discoverability gap, especially for power users who manage multiple products and want a cross-product pipeline or PR view.
Category: navigation File: src/components/account-sidebar.tsx Recommendation: Add Workflow (Pipelines), GitPullRequest (Pull Requests), ShieldCheck (Approvals), and Rocket (Releases) as nav items in AccountSidebar, either as top-level items or under a labeled 'Activity' section group. These are exactly the pages the current account-level breadcrumb allows navigation to.