diff --git a/frontend/src/components/Settings/EmailAccountCard.vue b/frontend/src/components/Settings/EmailAccountCard.vue new file mode 100644 index 00000000..88d6bc97 --- /dev/null +++ b/frontend/src/components/Settings/EmailAccountCard.vue @@ -0,0 +1,50 @@ + + + + + + + + {{ emailAccount.email_account_name }} + + {{ emailAccount.email_id }} + + + + + + + + + + + + diff --git a/frontend/src/components/Settings/EmailAccountList.vue b/frontend/src/components/Settings/EmailAccountList.vue new file mode 100644 index 00000000..a841ebe2 --- /dev/null +++ b/frontend/src/components/Settings/EmailAccountList.vue @@ -0,0 +1,64 @@ + + + + + + Email Accounts + + + + + + + + + + + + + + + + Please add an email account to continue. + + + + + diff --git a/frontend/src/components/Settings/EmailAdd.vue b/frontend/src/components/Settings/EmailAdd.vue new file mode 100644 index 00000000..07ab5f14 --- /dev/null +++ b/frontend/src/components/Settings/EmailAdd.vue @@ -0,0 +1,161 @@ + + + + + Setup Email + + Choose the email service provider you want to configure. + + + + + + + + + + + + + + {{ selectedService.info }} + here. + + + + + + + + + + + + + {{ field.description }} + + + + + + + + + + + + + + + + diff --git a/frontend/src/components/Settings/EmailEdit.vue b/frontend/src/components/Settings/EmailEdit.vue new file mode 100644 index 00000000..e39b5f66 --- /dev/null +++ b/frontend/src/components/Settings/EmailEdit.vue @@ -0,0 +1,220 @@ + + + + + Edit Email + + + + + + + + + {{ info.description }} + here + . + + + + + + + + + + + + + {{ field.description }} + + + + + + + + + + + + + diff --git a/frontend/src/components/Settings/EmailProviderIcon.vue b/frontend/src/components/Settings/EmailProviderIcon.vue new file mode 100644 index 00000000..3d902bf9 --- /dev/null +++ b/frontend/src/components/Settings/EmailProviderIcon.vue @@ -0,0 +1,33 @@ + + + + + + {{ serviceName }} + + + + + +
+ {{ emailAccount.email_account_name }} +
+ Choose the email service provider you want to configure. +
{{ field.description }}
+ {{ serviceName }} +