🔷 redesign playlist header

This commit is contained in:
geoffrey45
2022-04-03 13:38:42 +03:00
committed by Mungai Geoffrey
parent d0e2980dfe
commit 9c808aa817
44 changed files with 95 additions and 51 deletions
-5
View File
@@ -1,5 +0,0 @@
export enum NotifType {
Success,
Info,
Error
}
-1
View File
@@ -14,7 +14,6 @@ export default defineStore("FolderDirs&Tracks", {
const { tracks, folders } = await fetchThem(path);
this.path = path;
console.log(path)
this.dirs = folders;
this.tracks = tracks;
},
+1 -1
View File
@@ -1,6 +1,6 @@
import { defineStore } from "pinia";
import { Notif } from "../interfaces";
import { NotifType } from "./enums";
import { NotifType } from "../composables/enums";
const useNotifStore = defineStore("notification", {
state: () => ({