Files
q-edit/docs/adr/0001-single-view-routing.md
2025-09-02 18:43:09 -04:00

448 B
Raw Permalink Blame History

0001 — SingleView Routing

  • Date: 2025-09-02
  • Status: Accepted

Context

Pages were previously toggled adhoc and could overlap.

Decision

Introduce a central showSection(which) controlling visibility for search|content|preview|info. Before switching, promote any playing media so it persists.

Consequences

  • Predictable navigation; no stacked views.
  • A single place to hook side effects (like media promotion).