From b1c6708762ea2c10244b2fe10374239ea9e3888b Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 17 Oct 2021 16:45:48 +0530 Subject: [PATCH] feat: init invitation wiring Co-authored-by: Andrew Bastin --- .../components/collections/SaveRequest.vue | 2 +- .../components/http/CodegenModal.vue | 2 +- .../hoppscotch-app/components/teams/Edit.vue | 3 +- .../components/teams/Invite.vue | 103 ++++++++++++++++-- .../hoppscotch-app/components/teams/Team.vue | 2 +- .../backend/mutations/TeamInvitation.ts | 78 +++++++------ .../helpers/backend/types/Email.ts | 5 +- packages/hoppscotch-app/locales/en.json | 2 + 8 files changed, 147 insertions(+), 50 deletions(-) diff --git a/packages/hoppscotch-app/components/collections/SaveRequest.vue b/packages/hoppscotch-app/components/collections/SaveRequest.vue index bdc926ee5..d7370e5f7 100644 --- a/packages/hoppscotch-app/components/collections/SaveRequest.vue +++ b/packages/hoppscotch-app/components/collections/SaveRequest.vue @@ -21,7 +21,7 @@ {{ $t("request.name") }} - -
+
@@ -25,6 +25,7 @@
-
@@ -93,7 +93,7 @@
-
+
@@ -101,6 +101,7 @@
@@ -182,9 +183,9 @@ justify-center " > - + - {{ $t("empty.members") }} + {{ $t("empty.invites") }}