add experimental remove from queue action

+ show albumartist on TrackItem if artists == ""
+ add action to reset playlist page artists to prevent content flashes
+ remove use of defaultTrackItem
This commit is contained in:
geoffrey45
2022-08-15 10:25:34 +03:00
parent 1f374eeda1
commit e1c9cfa99b
17 changed files with 122 additions and 79 deletions
+2 -1
View File
@@ -17,6 +17,8 @@
@playThis="queue.play(index)"
:isCurrent="index === queue.current"
:isPlaying="queue.playing"
:isQueueTrack="true"
:index="index"
/>
</TransitionGroup>
</div>
@@ -88,7 +90,6 @@ onUpdated(() => {
grid-template-rows: max-content 1fr max-content;
gap: $small;
.scrollable-r {
height: 100%;
overflow: hidden;