Primary Sidebar Flow — OrcaQ Architecture Overview The Primary Sidebar is driven by a single active tab value in a Pinia store. The flow is: The Activity Bar (the narrow icon strip on the far left) calls . The Primary Sidebar reacts to the change and swaps the rendered panel — all panels are wrapped in so their state is preserved when the user switches tabs. --- File Locations | Purpose | File | | ------------------------ | ----------------------------------------------------------------------------- | | Tab type enum + store | | | Sidebar shell (switcher) | | | Sidebar public API | | | All m…