refactor queu store to use play track using index

- this allows to have duplicate tracks in queue safely
- store indexes in localstorage instead of track objects.
This commit is contained in:
geoffrey45
2022-07-02 18:13:54 +03:00
committed by Mungai Geoffrey
parent f0d3c1c663
commit c9830842ed
10 changed files with 62 additions and 89 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ const context = useContextStore();
.children {
transform: scale(1);
transition: transform 0.2s ease-in-out;
transition: transform 0.1s ease-in-out;
}
}
}