diff --git a/app/components/card-wrapper.vue b/app/components/card-wrapper.vue new file mode 100644 index 0000000..a373eb5 --- /dev/null +++ b/app/components/card-wrapper.vue @@ -0,0 +1,121 @@ + + + + + \ No newline at end of file diff --git a/app/components/pass-card.vue b/app/components/pass-card.vue index f5c2160..622c0a5 100644 --- a/app/components/pass-card.vue +++ b/app/components/pass-card.vue @@ -1,30 +1,35 @@ diff --git a/app/pages/index.vue b/app/pages/index.vue index b6a9f78..813e2cb 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,5 @@ @@ -186,7 +166,6 @@ onMounted(async () => { gap: 12px padding: 12px - max-width: 100vw overflow-x: auto .settings-card diff --git a/bun.lockb b/bun.lockb index a20bdeb..9026c3c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7cb7d69..ade01d1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "pass-cards", "private": true, "type": "module", + "version": "1.0.0", "scripts": { "build": "nuxt generate", "dev": "nuxt dev --port 4000", @@ -12,6 +13,7 @@ "@pinia/nuxt": "0.7.0", "@vite-pwa/nuxt": "0.10.6", "@vueuse/core": "11.2.0", + "@vueuse/motion": "^2.2.6", "@vueuse/nuxt": "11.2.0", "@vueuse/router": "^12.0.0", "nuxt": "^3.14.1592",