Add nerd font icons and UI polish
All checks were successful
Build and Release / build-and-release (push) Successful in 1m18s

- Add nerd font file type icons:
  - Folder icons: closed/open folders with visual state
  - Music files: icon in green (mp3, flac, wav, ogg, etc.)
  - Video files: icon in yellow (mp4, mkv, avi, mov, etc.)
- Add spacing after icons for better readability

- Add "Refresh" option to title bar right-click menu
- Make all context menus more compact (13 chars wide)

- Change panel titles to lowercase:
  - "Media Files" → "files"
  - "Playlist" → "playlist"
- Remove bold styling from focused panel titles

- All icons show as bold black on selection bar
- Folders show in blue, music in green, video in yellow
This commit is contained in:
2025-12-08 23:07:28 +01:00
parent f60ff02b2a
commit ed6765039c
2 changed files with 34 additions and 24 deletions

View File

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