diff --git a/components/AddLibraryButton.vue b/components/AddLibraryButton.vue index 3b822f8..da86562 100644 --- a/components/AddLibraryButton.vue +++ b/components/AddLibraryButton.vue @@ -1,23 +1,34 @@ diff --git a/components/CreateCollectionModal.vue b/components/CreateCollectionModal.vue new file mode 100644 index 0000000..bfbc8e8 --- /dev/null +++ b/components/CreateCollectionModal.vue @@ -0,0 +1,118 @@ + + + diff --git a/components/DeleteCollectionModal.vue b/components/DeleteCollectionModal.vue new file mode 100644 index 0000000..41673a8 --- /dev/null +++ b/components/DeleteCollectionModal.vue @@ -0,0 +1,88 @@ + + + diff --git a/pages/library.vue b/pages/library.vue new file mode 100644 index 0000000..6539456 --- /dev/null +++ b/pages/library.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/pages/library/collection/[id]/index.vue b/pages/library/collection/[id]/index.vue new file mode 100644 index 0000000..88c5bc6 --- /dev/null +++ b/pages/library/collection/[id]/index.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/pages/library/game/[id]/index.vue b/pages/library/game/[id]/index.vue new file mode 100644 index 0000000..a28c2a0 --- /dev/null +++ b/pages/library/game/[id]/index.vue @@ -0,0 +1,258 @@ + + + + + diff --git a/pages/library/index.vue b/pages/library/index.vue new file mode 100644 index 0000000..a58343d --- /dev/null +++ b/pages/library/index.vue @@ -0,0 +1,620 @@ + + + + + diff --git a/pages/store/[id]/index.vue b/pages/store/[id]/index.vue index 37a76ee..2b4f91e 100644 --- a/pages/store/[id]/index.vue +++ b/pages/store/[id]/index.vue @@ -30,13 +30,18 @@ class="transition-all duration-300 hover:scale-105 hover:rotate-[-1deg] w-64 h-auto rounded" :src="useObject(game.mCoverId)" /> - +
+ +
+ + + + + +