group album tracks as they appear (in queue)

+ move handling disc logic to the album store
This commit is contained in:
geoffrey45
2022-08-02 23:46:13 +03:00
parent 3dcb8ed2ef
commit ef2926f18f
5 changed files with 39 additions and 34 deletions
+2 -1
View File
@@ -72,10 +72,11 @@ const showContextMenu = (e: Event) => {
.l-track-time {
display: flex;
justify-content: space-between;
opacity: 0.8;
margin-top: $small;
span {
font-size: small;
// background-color: $gray;
padding: $smaller;
}
}