Compare commits

..

2 commits

Author SHA1 Message Date
XenGi 7d56123998
remove build 2024-04-04 21:53:19 +02:00
XenGi 55dd18d93c
blub 2024-04-04 21:23:41 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -28,15 +28,16 @@
- [x] `Time` - [x] `Time`
- Queue - Queue
- [x] Show queue - [x] Show queue
- [ ] Highlight current track - [x] 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
- [ ] Open folders have different icon (📂 vs 📁) - [ ] The selected folder has a 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,7 +30,6 @@
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