feat(search): queue preview on Ctrl+V paste and modal polish

Global queue paste opens the preview modal before play; overlay scrollbar,
context-menu suppression, changelog/credits for PR #716 and DanielWTE (#551).
This commit is contained in:
Maxim Isaev
2026-05-15 13:52:07 +03:00
parent e7431b94b8
commit 33b0206ea2
16 changed files with 237 additions and 55 deletions
+8
View File
@@ -111,6 +111,7 @@ const CONTRIBUTOR_ENTRIES = [
'Search: filter search3 artist rows with zero albums (report: zunoz on Psysonic Discord) (PR #697)',
'Internet Radio: portal add/edit station modal to document.body — fixes clipped modal on empty library (report: voidboywannabe on Psysonic Discord) (PR #699)',
'Now Playing: composite list keys on similar artists, album-card tracklist, and top songs — avoids duplicate React keys when Subsonic repeats ids (PR #703)',
'Search: share links in live/mobile search + queue preview modal (PR #716)',
],
},
{
@@ -190,6 +191,13 @@ const CONTRIBUTOR_ENTRIES = [
'Romanian (ro) full UI translation (PR #663)',
],
},
{
github: 'DanielWTE',
since: '1.46.0',
contributions: [
'Search: queue pasted share links from live search (PR #551)',
],
},
{
github: 'Psychotoxical',
since: '1.0.0',