diff --git a/NOTES.md b/NOTES.md index bbd9c0f..82cd40c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -28,16 +28,15 @@ - [x] `Time` - Queue - [x] Show queue - - [x] Highlight current track + - [ ] Highlight current track - [ ] Move track up - [ ] Move track down - [ ] Remove track - [ ] `Clear queue` button? - File browser - [ ] List all directories - - [ ] The selected folder has a different icon (📂 vs 📁) + - [ ] Open folders have different icon (📂 vs 📁) - [ ] Folders with subfolders have a ➕ sign - - [ ] Expanded folders have a ➖ sign - [ ] Clicked folders contents are displayed in the results - [ ] Select tracks in results - [ ] `Add` selected tracks to queue button diff --git a/flake.nix b/flake.nix index 1338416..d57e6ad 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ go go-tools # staticcheck gomod2nix.packages.${system}.default + sanic ]; packages = with pkgs; [ mpd