spotube/lib
Rahul Sahani f10a3d4976
feat(queue): add multi-select and bulk actions to queue (#2839)
* feat(queue): add multi-select and bulk actions to queue

- Add selection mode to PlayerQueue with long-press to select
- Disable inner navigation (title/artist) when selecting via TrackTile
- Show checkboxes only in selection mode
- Add selection AppBar behavior and bottom-sheet menu with: Select all, Add to playlist, Remove selected, Cancel
- Reuse existing PlaylistAddTrackDialog for bulk add
- Hide drag handle while in selection mode

Closes: # (implement multi-select queue feature)

* chore: update .gitignore to include .vscode and modify signing configurations back to default in build.gradle

* chore: add VS Code configuration files

* chore: update dependencies in pubspec.lock

* chore: update pubspec.lock to reflect dependency changes and version updates

* chore: fix replace material widgets with shadcn widgets

---------

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2025-11-10 10:36:10 +06:00
..
collections fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
components feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
extensions refactor: remove old spotify.dart types and custom spotube metadata types 2025-06-19 14:42:29 +06:00
hooks chore: re-enable endless playback 2025-07-19 11:56:51 +06:00
l10n feat: add setting default audio source support 2025-10-25 23:23:27 +06:00
models fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
modules feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
pages feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
provider fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
services fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
utils feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
generated_plugin_registrant.dart Playlist info editing (#708) 2023-09-10 16:39:21 +06:00
main.dart feat: add NewPipe support for desktop platforms 2025-11-07 18:48:18 +06:00