ProductHeader renders a 'Settings' button in the top-right action bar on large screens. But Settings is already pinned as a persistent footer item in the ProductSidebar. This creates duplicate navigation to the same destination and wastes precious header real estate that could be used for more contextual actions.
Category: consistency File: src/components/product-header.tsx Recommendation: Remove the Settings button from the ProductHeader action bar since it's reliably accessible from the sidebar footer. Use the freed space for more contextual quick actions like 'Run Agents' (pipeline trigger) or 'View Live Pipeline' when one is active.