Settings Flow — OrcaQ Architecture Overview Settings in OrcaQ follow a strict 4-layer flow: All state is persisted automatically via on the Pinia store — no manual localStorage calls needed. --- File Locations | Purpose | File | | ------------------------- | ------------------------------------------------------------------ | | Types & enums | | | Constants & defaults | | | Pinia store | | | Settings modal controller | | | Container (modal shell) | | | Appearance panel | | | Editor panel | | | Quick Query panel | | | Agent panel | | | Table Appearance panel | | | Public module API | | --- How…