[PR #4153] [MERGED] feat: copyable invite links #4683

Closed
opened 2026-03-17 02:11:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4153
Author: @amk-dev
Created: 6/28/2024
Status: Merged
Merged: 6/28/2024
Merged by: @AndrewBastin

Base: nextHead: feat/copyable-invite-links


📝 Commits (3)

📊 Changes

7 files changed (+119 additions, -4 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+3 -0)
📝 packages/hoppscotch-common/src/components/teams/Invite.vue (+81 -4)
📝 packages/hoppscotch-common/src/platform/index.ts (+2 -0)
packages/hoppscotch-common/src/platform/infra.ts (+5 -0)
packages/hoppscotch-selfhost-web/src/api/queries/GetSMTPStatus.graphql (+3 -0)
📝 packages/hoppscotch-selfhost-web/src/main.ts (+2 -0)
packages/hoppscotch-selfhost-web/src/platform/infra/infra.platform.ts (+23 -0)

📄 Description

Changes

  1. Now you can copy invite links to share manually instead of relaying on email only.
  2. Since the SMTP check is only available in selfhost-web, this PR adds an optional infra platform config
  3. Minor improvements like, different copy for when email is enabled v/s disabled

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4153 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `feat/copyable-invite-links` --- ### 📝 Commits (3) - [`b080ecf`](https://github.com/hoppscotch/hoppscotch/commit/b080ecfc71da49011a2e12003e9aa95903e72050) feat: copyable invite links - [`8af2131`](https://github.com/hoppscotch/hoppscotch/commit/8af2131deda9b9e1cddb4e7cc1ef559ca886fe9a) chore: correct text - [`7272932`](https://github.com/hoppscotch/hoppscotch/commit/7272932ff548bf112248417fdf653b64976e45bb) chore: update copytext ### 📊 Changes **7 files changed** (+119 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+3 -0) 📝 `packages/hoppscotch-common/src/components/teams/Invite.vue` (+81 -4) 📝 `packages/hoppscotch-common/src/platform/index.ts` (+2 -0) ➕ `packages/hoppscotch-common/src/platform/infra.ts` (+5 -0) ➕ `packages/hoppscotch-selfhost-web/src/api/queries/GetSMTPStatus.graphql` (+3 -0) 📝 `packages/hoppscotch-selfhost-web/src/main.ts` (+2 -0) ➕ `packages/hoppscotch-selfhost-web/src/platform/infra/infra.platform.ts` (+23 -0) </details> ### 📄 Description **Changes** 1. Now you can copy invite links to share manually instead of relaying on email only. 2. Since the SMTP check is only available in `selfhost-web`, this PR adds an optional `infra` platform config 3. Minor improvements like, different copy for when email is enabled v/s disabled --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:11:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4683
No description provided.