The ProductSidebar has an 'Operations' section that is permanently empty with a 'Coming Soon' badge and zero items. It renders as a collapsed section header with nothing inside, consuming vertical space and creating a dead-end when clicked/expanded. This erodes trust and creates confusion about what the platform actually offers today.
Category: navigation File: src/components/product-sidebar.tsx Recommendation: Remove the Operations section from the sidebar entirely until it has at least one real item. Optionally, promote 'Settings' (currently isolated at the bottom) into a proper section item within the sidebar instead of a footer link, which would fill the space naturally and give Settings more discoverability. The 'Soon' badge pattern can be used on individual items within an existing section instead of creating empty sections.