Compare commits

..

No commits in common. "7d56123998f1287d1cfff1d4aa79c52e3c185c5f" and "96b1d5ccf5938c80d34ca5e638896b774be9a65d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -30,6 +30,7 @@
go
go-tools # staticcheck
gomod2nix.packages.${system}.default
sanic
];
packages = with pkgs; [
mpd