From 8b0ba3a45e75fd21ef0ca0e5f287cb0c7b803e57 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Mon, 18 Sep 2023 12:18:38 +0600 Subject: [PATCH] feat: differentiation for successful invites and failed invites (#3325) feat: invites result splitted --- packages/hoppscotch-common/locales/en.json | 2 + .../src/components/teams/Invite.vue | 75 +++++++++++++------ 2 files changed, 53 insertions(+), 24 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 99338c26c..74c1e9884 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -843,6 +843,8 @@ "not_found": "Team not found. Contact your team owner.", "not_valid_viewer": "You are not a valid viewer. Contact your team owner.", "parent_coll_move": "Cannot move collection to a child collection", + "success_invites": "Success invites", + "failed_invites": "Failed invites", "pending_invites": "Pending invites", "permissions": "Permissions", "same_target_destination": "Same target and destination", diff --git a/packages/hoppscotch-common/src/components/teams/Invite.vue b/packages/hoppscotch-common/src/components/teams/Invite.vue index 48518a5aa..9fa38002a 100644 --- a/packages/hoppscotch-common/src/components/teams/Invite.vue +++ b/packages/hoppscotch-common/src/components/teams/Invite.vue @@ -7,7 +7,7 @@ >