From f037354740495158de999a5468d4117dfac92452 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Fri, 20 Feb 2026 08:46:37 -0300 Subject: [PATCH 1/2] add gitignore db prisma --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d12aeaa..04ba26a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ pnpm-debug.log* .idea/ /generated/prisma +/prisma/dev.db \ No newline at end of file From f5f592917afc31f61f402bf65e34d885ee7febd7 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Fri, 20 Feb 2026 10:56:45 -0300 Subject: [PATCH 2/2] loading button --- .gitignore | 2 +- src/components/section/FormContact.vue | 92 ++++++++++++++++++++++++-- 2 files changed, 87 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 04ba26a..7cc608c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ pnpm-debug.log* .idea/ /generated/prisma -/prisma/dev.db \ No newline at end of file +/prisma/*.db \ No newline at end of file diff --git a/src/components/section/FormContact.vue b/src/components/section/FormContact.vue index 1c13b52..0d76145 100644 --- a/src/components/section/FormContact.vue +++ b/src/components/section/FormContact.vue @@ -1,28 +1,60 @@ @@ -92,11 +124,59 @@ const handleSubmit = async (e) => { + + \ No newline at end of file