- Ctrl+U / Ctrl+D for half-page scrolling in the station list
- ESC in Normal mode clears the active search filter
- Replace dual #[cfg(test)] play_station methods with a single method
using an injected SpawnFn; tests use App::without_player()
- Fix all clippy warnings (collapsible ifs, sort_by_key, type_complexity)