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

18 lines
448 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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).