major refactors

This commit is contained in:
geoffrey45
2022-03-30 14:56:40 +03:00
parent 1a19fb61cd
commit 0c1e792839
21 changed files with 164 additions and 322 deletions
+5 -1
View File
@@ -39,11 +39,15 @@ import useContextStore from "./stores/context";
import ContextMenu from "./components/contextMenu.vue";
import Modal from "./components/modal.vue";
import Notification from "./components/Notification.vue";
import useQStore from "./stores/queue";
const context_store = useContextStore();
const queue = useQStore();
queue.readQueueFromLocalStorage();
const RightSideBar = Main;
perks.readQueue();
const collapsed = ref(false);
const app_dom = document.getElementById("app");