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` - [x] `Time`
- Queue - Queue
- [x] Show queue - [x] Show queue
- [x] Highlight current track - [ ] Highlight current track
- [ ] Move track up - [ ] Move track up
- [ ] Move track down - [ ] Move track down
- [ ] Remove track - [ ] Remove track
- [ ] `Clear queue` button? - [ ] `Clear queue` button?
- File browser - File browser
- [ ] List all directories - [ ] List all directories
- [ ] The selected folder has a different icon (📂 vs 📁) - [ ] Open folders have different icon (📂 vs 📁)
- [ ] Folders with subfolders have a sign - [ ] Folders with subfolders have a sign
- [ ] Expanded folders have a sign
- [ ] Clicked folders contents are displayed in the results - [ ] Clicked folders contents are displayed in the results
- [ ] Select tracks in results - [ ] Select tracks in results
- [ ] `Add` selected tracks to queue button - [ ] `Add` selected tracks to queue button

View file

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