From 722fcc0c3f04db004b902d8791f7d316ecd45675 Mon Sep 17 00:00:00 2001 From: Efraim Munthe Date: Fri, 30 Aug 2024 21:54:19 +0700 Subject: [PATCH 01/17] change dialog for toast --- components/signIn/SignInForm.vue | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/components/signIn/SignInForm.vue b/components/signIn/SignInForm.vue index afebbf02..82d4be96 100644 --- a/components/signIn/SignInForm.vue +++ b/components/signIn/SignInForm.vue @@ -1,5 +1,4 @@ @@ -127,11 +140,7 @@ async function handleSignUp() { - - -

Error!

- {{ dialog.message }} -
+ diff --git a/pages/login.vue b/pages/login.vue index 5e50af91..5023f137 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -12,14 +12,7 @@ definePageMeta({ }) - - From e6f5f38021047ef02b6730ac074648f50101b144 Mon Sep 17 00:00:00 2001 From: Efraim Munthe Date: Fri, 30 Aug 2024 22:47:10 +0700 Subject: [PATCH 03/17] change layout bugs --- pages/buku/[isbn].vue | 6 ++++-- pages/profil/index.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/buku/[isbn].vue b/pages/buku/[isbn].vue index d74e880b..ebca07e2 100644 --- a/pages/buku/[isbn].vue +++ b/pages/buku/[isbn].vue @@ -271,7 +271,9 @@ onMounted(() => (isClient.value = true)) v-else-if="buku && isClient" class="main-section grid grid-cols-1 md:grid-cols-6 md:grid-rows-2 gap-4 justify-items-start" > -
+
(isClient.value = true)) bottom: -10px; left: 10px; opacity: 80%; - z-index: -2; + z-index: -1; filter: blur(10px); } diff --git a/pages/profil/index.vue b/pages/profil/index.vue index d64ebadc..0c3902db 100644 --- a/pages/profil/index.vue +++ b/pages/profil/index.vue @@ -67,7 +67,7 @@ onMounted(async () => {