The pipeline detail page (/dashboard/pipelines/[id]) shows a product name in the card but provides no clickable link back to that product or to the pipelines list from within the content area. The only back navigation is the breadcrumb. When navigating directly from the notification bell or a deep link, users have no contextual navigation to the product or the pipeline list from within the detail view itself.
Category: navigation File: src/components/live-pipeline-detail.tsx Recommendation: Add a sticky breadcrumb-style back row at the top of the LivePipelineDetail component showing 'Pipelines → [Product Name]' with clickable links. The product name and projectId are already available in data.projectName and can be used to construct /dashboard/products/[id]/pipelines as a contextual back link.