mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album - fix types issues on PlayingFrom component
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class="songlist-item rounded"
|
||||
:class="[
|
||||
{ current: isCurrent },
|
||||
{ 'context-on': context_on },
|
||||
{ contexton: context_on },
|
||||
{
|
||||
highlighted: isHighlighted,
|
||||
},
|
||||
@@ -134,7 +134,6 @@ function emitUpdate(track: Track) {
|
||||
text-align: left;
|
||||
gap: $small;
|
||||
user-select: none;
|
||||
text-transform: capitalize;
|
||||
|
||||
@include tablet-landscape {
|
||||
grid-template-columns: 1.5rem 1.5fr 1fr 1fr 2.5rem;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
currentInQueue: props.isCurrent,
|
||||
},
|
||||
{ 'context-on': context_on },
|
||||
{ contexton: context_on },
|
||||
]"
|
||||
@contextmenu="showContextMenu"
|
||||
>
|
||||
@@ -87,7 +87,7 @@ const playThis = (track: Track) => {
|
||||
background-color: $gray3;
|
||||
}
|
||||
|
||||
.context-on {
|
||||
.contexton {
|
||||
background-color: $gray4;
|
||||
color: $white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user