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:
@@ -149,6 +149,13 @@ const ru: Translations = {
|
||||
loadingMore: 'Загрузка радио…',
|
||||
doubleClickPlay: 'Двойной клик для воспроизведения',
|
||||
removeFromQueue: 'Убрать из очереди',
|
||||
menu: {
|
||||
options: 'Параметры трека',
|
||||
playNow: 'Воспроизвести сейчас',
|
||||
moveNext: 'Сделать следующим',
|
||||
info: 'Информация о треке',
|
||||
remove: 'Убрать из очереди',
|
||||
},
|
||||
},
|
||||
track: {
|
||||
menu: {
|
||||
|
||||
Reference in New Issue
Block a user