Files
q-edit/docs/adr/0002-media-persistence-behavior.md
2025-09-02 18:43:09 -04:00

18 lines
512 B
Markdown

# 0002 — Media Persistence Behavior
- **Date:** 2025-09-02
- **Status:** Accepted
## Context
Users want to keep audio/video playing while browsing. Auto-promoting on play caused videos to disappear.
## Decision
Do **not** move media on play. Only **promote** when navigating away or re-rendering the content table while playing. Add header ⏯/⏹ controls.
## Consequences
- Intuitive playback for video (stays visible while watching).
- Long-form audio/podcasts continue seamlessly across navigation.