feat(queue): add per-track overflow menu in queue panel
Replace the bare "remove" cross on each queue row with a ghost three-dot menu offering Play now, Move next (reposition right after the current track), Track info, and Remove — consolidating the previously separate info button into the same menu.
This commit is contained in:
@@ -147,6 +147,13 @@ const en = {
|
||||
loadingMore: 'Loading more from radio…',
|
||||
doubleClickPlay: 'Double-click to play',
|
||||
removeFromQueue: 'Remove from queue',
|
||||
menu: {
|
||||
options: 'Track options',
|
||||
playNow: 'Play now',
|
||||
moveNext: 'Move next',
|
||||
info: 'Track info',
|
||||
remove: 'Remove from queue',
|
||||
},
|
||||
},
|
||||
track: {
|
||||
menu: {
|
||||
|
||||
Reference in New Issue
Block a user