From ac9fadf9223a3f503636357c6ee3d6a7f4710b40 Mon Sep 17 00:00:00 2001 From: flfeders Date: Tue, 16 Apr 2024 18:01:46 +0200 Subject: [PATCH] Some Changes in E-Mail Page --- components/InboxList.vue | 92 ++++++++++ components/InboxMail.vue | 53 ++++++ pages/email.vue | 378 +++++++++++++++++++++++++++++++++------ 3 files changed, 466 insertions(+), 57 deletions(-) create mode 100644 components/InboxList.vue create mode 100644 components/InboxMail.vue diff --git a/components/InboxList.vue b/components/InboxList.vue new file mode 100644 index 0000000..04ab42b --- /dev/null +++ b/components/InboxList.vue @@ -0,0 +1,92 @@ + + + \ No newline at end of file diff --git a/components/InboxMail.vue b/components/InboxMail.vue new file mode 100644 index 0000000..fcf7314 --- /dev/null +++ b/components/InboxMail.vue @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/pages/email.vue b/pages/email.vue index 106ec80..53038bb 100644 --- a/pages/email.vue +++ b/pages/email.vue @@ -1,5 +1,7 @@ \ No newline at end of file