From 9f80aeeb7d57044f25b29eeae80f2a1d5816b864 Mon Sep 17 00:00:00 2001 From: davay Date: Wed, 31 Jan 2024 19:07:13 +0700 Subject: [PATCH] fix and bump --- auth/index.md | 2 + components/MainLayout.vue | 8 +- components/form/FormMain.vue | 143 +++--- components/synth/SynthPage.vue | 4 +- package.json | 18 +- pnpm-lock.yaml | 905 ++++++++++++++++----------------- 6 files changed, 529 insertions(+), 551 deletions(-) diff --git a/auth/index.md b/auth/index.md index d63e14b0..baeb2bbb 100644 --- a/auth/index.md +++ b/auth/index.md @@ -4,3 +4,5 @@ desctiption: Get in touch with community through contributions --- + + diff --git a/components/MainLayout.vue b/components/MainLayout.vue index 901c509d..fe84e7e8 100644 --- a/components/MainLayout.vue +++ b/components/MainLayout.vue @@ -31,11 +31,11 @@ const { theme, site, isDark } = useData() .flex.flex-wrap.w-full.mx-auto.flex-auto.justify-center content#content.w-full + transition(name="panel") + FormMain.fixed.z-1000(v-if="isFormOpen") We are building a community of web-based musicians. Type in your e-mail to instantly gain full access to the collection and receive occasional community updates from us. Stay tuned! - FormMain We are building a community of web-based musicians. Type in your e-mail to instantly gain full access to the collection and receive occasional community updates from us. Stay tuned! - - template(#button) JOIN THE COMMUNITY - template(#notice) Your access status will be saved per device and you won't need to enter your e-mail again. + template(#button) JOIN THE COMMUNITY + template(#notice) Your access status will be saved per device and you won't need to enter your e-mail again. AboutFooter diff --git a/components/form/FormMain.vue b/components/form/FormMain.vue index 63456ea7..f86926a4 100644 --- a/components/form/FormMain.vue +++ b/components/form/FormMain.vue @@ -16,81 +16,80 @@ function scroll() {