Refactor mouse and keyboard handlers with shared actions
All checks were successful
Build and Release / build-and-release (push) Successful in 1m24s

- Extract common action functions to eliminate code duplication
- Mouse left-click toggles folder open/close
- Mouse right-click plays selection (identical to Enter key)
- Add confirmation popup for library refresh operation
- Improve popup visibility with Clear widget
This commit is contained in:
2025-12-07 13:56:52 +01:00
parent 0cef231cd3
commit 248c5701fb
4 changed files with 257 additions and 61 deletions

View File

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