From 782f97afcc39cca1d0cc57144b5c1d5430f81406 Mon Sep 17 00:00:00 2001 From: flfeders Date: Mon, 30 Sep 2024 18:34:16 +0200 Subject: [PATCH] Added E-Mail Sending --- components/Tiptap.vue | 55 +++++- pages/contacts/[mode]/[[id]].vue | 87 ++++++--- pages/createDocument/show/[id].vue | 15 +- pages/{ => deprecated}/email.vue | 0 pages/email/index.vue | 279 +++++++++++++++++++++++++++++ pages/email/new.vue | 279 +++++++++++++++++++++++++++++ 6 files changed, 681 insertions(+), 34 deletions(-) rename pages/{ => deprecated}/email.vue (100%) create mode 100644 pages/email/index.vue create mode 100644 pages/email/new.vue diff --git a/components/Tiptap.vue b/components/Tiptap.vue index 3fdae2a..65ec0a5 100644 --- a/components/Tiptap.vue +++ b/components/Tiptap.vue @@ -1,72 +1,83 @@ + + \ No newline at end of file diff --git a/pages/email/new.vue b/pages/email/new.vue new file mode 100644 index 0000000..dff3b46 --- /dev/null +++ b/pages/email/new.vue @@ -0,0 +1,279 @@ + + + + + \ No newline at end of file