Improve search mode UX and fix playback bugs
All checks were successful
Build and Release / build-and-release (push) Successful in 51s

Search mode improvements:
- Search results persist until explicitly cleared
- Bold black highlighted chars on selection bar
- Fix fuzzy match scoring to select first occurrence
- Search info moved to bottom status bar

Keybinding changes:
- J/K for next/prev track (was n/p)
- H/L for seeking (was arrow keys)
- Simplified status bar shortcuts

UI improvements:
- Dynamic title bar color (green=playing, blue=paused, gray=stopped)
- White bold text for current playlist item
- Removed mouse capture for terminal text selection

Bug fixes:
- Fix auto-advance triggering multiple times when restarting from stopped state
This commit is contained in:
2025-12-06 22:14:57 +01:00
parent 1b07026b68
commit ae80e9a5db
5 changed files with 305 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-player"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
[dependencies]