feat(search): queue pasted share links from Live Search and mobile search

Implement share-link detection in search (track, queue, album, artist,
composer): enqueue tracks/queues without interrupting playback; preview
album/artist/composer without switching the active server; queue preview
modal with scrollable track list. Based on community PR #551.

Co-authored-by: Daniel Wagner <daniel.iuser@icloud.com>
This commit is contained in:
Maxim Isaev
2026-05-15 13:38:35 +03:00
parent 02fd828049
commit e7431b94b8
30 changed files with 2323 additions and 16 deletions
+14
View File
@@ -178,6 +178,20 @@
background: var(--bg-hover);
}
.search-result-item:disabled {
opacity: 0.65;
cursor: wait;
}
.search-result-item--muted {
cursor: default;
color: var(--text-muted);
}
.search-result-item--muted:hover {
background: transparent;
}
.search-result-icon {
width: 32px;
height: 32px;