mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Use gunicorn instead of Werkzeug and 32 more very minor changes (#35)
This commit is contained in:
+4
-3
@@ -9,9 +9,9 @@
|
||||
><div class="logo"></div
|
||||
></router-link>
|
||||
</div>
|
||||
<Navigation :collapsed="collapsed" />
|
||||
<Navigation />
|
||||
<div class="l-album-art">
|
||||
<nowPlaying :collapsed="collapsed" />
|
||||
<nowPlaying />
|
||||
</div>
|
||||
</div>
|
||||
<NavBar />
|
||||
@@ -40,6 +40,7 @@ import ContextMenu from "./components/contextMenu.vue";
|
||||
import Modal from "./components/modal.vue";
|
||||
import Notification from "./components/Notification.vue";
|
||||
import useQStore from "./stores/queue";
|
||||
import shortcuts from "./composables/keyboard";
|
||||
|
||||
const context_store = useContextStore();
|
||||
const queue = useQStore();
|
||||
@@ -48,7 +49,7 @@ queue.readQueueFromLocalStorage();
|
||||
|
||||
const RightSideBar = Main;
|
||||
|
||||
const collapsed = ref(false);
|
||||
shortcuts(queue);
|
||||
|
||||
const app_dom = document.getElementById("app");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user