mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user