mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component 🔷 a lot of refactors
This commit is contained in:
@@ -35,11 +35,11 @@ function play() {
|
||||
break;
|
||||
case playSources.playlist:
|
||||
queue.playFromPlaylist(
|
||||
playlist.playlist.name,
|
||||
playlist.playlist.playlistid,
|
||||
playlist.playlist.tracks
|
||||
playlist.info.name,
|
||||
playlist.info.playlistid,
|
||||
playlist.tracks
|
||||
);
|
||||
queue.play(playlist.playlist.tracks[0]);
|
||||
queue.play(playlist.tracks[0]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -53,11 +53,7 @@ function play() {
|
||||
height: 2.5rem;
|
||||
padding-left: 0.75rem;
|
||||
cursor: pointer;
|
||||
background: linear-gradient(
|
||||
34deg,
|
||||
rgba(255, 166, 0, 0.644) 30%,
|
||||
rgb(214, 188, 38)
|
||||
);
|
||||
background: linear-gradient(34deg, $accent, $red);
|
||||
user-select: none;
|
||||
transition: all 0.5s ease;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user