diff --git a/src/App.vue b/src/App.vue index 6a8f63c..5067e9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,10 @@ > - + +
+ +
@@ -31,6 +34,7 @@ import BottomBar from "@/components/BottomBar/BottomBar.vue"; import perks from "@/composables/perks.js"; import Main from "./components/RightSideBar/Main.vue"; +import AlbumArt from "./components/LeftSidebar/AlbumArt.vue"; export default { components: { @@ -38,10 +42,11 @@ export default { PinnedStuff, BottomBar, RightSideBar: Main, + AlbumArt, }, setup() { - const collapsed = ref(true); + const collapsed = ref(false); perks.readQueue(); @@ -58,6 +63,15 @@ export default { diff --git a/src/components/LeftSidebar/Navigation.vue b/src/components/LeftSidebar/Navigation.vue index 23ce2b9..bff3c8e 100644 --- a/src/components/LeftSidebar/Navigation.vue +++ b/src/components/LeftSidebar/Navigation.vue @@ -1,75 +1,48 @@ - \ No newline at end of file + diff --git a/src/components/LeftSidebar/PinnedStuff.vue b/src/components/LeftSidebar/PinnedStuff.vue index fe63392..4a70e1e 100644 --- a/src/components/LeftSidebar/PinnedStuff.vue +++ b/src/components/LeftSidebar/PinnedStuff.vue @@ -1,6 +1,6 @@