spotube/lib/modules/player
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
..
player_actions.dart fix: create and delete playlist not working 2025-08-01 22:39:15 +06:00
player_controls.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player_overlay_collapsed.dart fix: local playback not working for tracks with special # (hashtag) characters 2025-08-31 00:45:29 +06:00
player_overlay.dart chore: use navigateTo instead of pushRoute 2025-01-31 22:10:40 +06:00
player_queue_actions.dart feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
player_queue.dart feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
player_track_details.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player.dart feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
sibling_tracks_sheet.dart feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
use_progress.dart chore: create new audio player centric playback notifier with drift persistence 2024-06-23 12:23:28 +06:00
volume_slider.dart refactor: bottom player border, player queue using shadcn drawer 2024-12-21 14:38:54 +06:00