[PR #4152] [MERGED] refactor(sh-admin): improvements to invite links in dashboard #4685

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/4152
Author: @joeljstephen
Created: 6/28/2024
Status: Merged
Merged: 6/28/2024
Merged by: @AndrewBastin

Base: nextHead: refactor/dashboard-invite-link-improvements


📝 Commits (2)

  • 21de1cc refactor: disable send invite button if smtp is disabled
  • 1fe2e4b refactor: better toast message

📊 Changes

5 files changed (+62 additions, -38 deletions)

View changed files

📝 packages/hoppscotch-sh-admin/locales/en.json (+1 -0)
📝 packages/hoppscotch-sh-admin/src/components.d.ts (+45 -36)
📝 packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue (+5 -0)
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/IsSMTPEnabled.graphql (+3 -0)
📝 packages/hoppscotch-sh-admin/src/pages/users/index.vue (+8 -2)

📄 Description

Ticket

Closes HFE-526

Description

This PR introduces improvements to invite links in dashboard. Send Invite Button will be disable when smtp is disabled.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/4152 **Author:** [@joeljstephen](https://github.com/joeljstephen) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `refactor/dashboard-invite-link-improvements` --- ### 📝 Commits (2) - [`21de1cc`](https://github.com/hoppscotch/hoppscotch/commit/21de1cc752c29c7c2cb0d8e218106b7ecdbf359f) refactor: disable send invite button if smtp is disabled - [`1fe2e4b`](https://github.com/hoppscotch/hoppscotch/commit/1fe2e4b7128bf08a3492d1b22646fb139e7ae88e) refactor: better toast message ### 📊 Changes **5 files changed** (+62 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-sh-admin/locales/en.json` (+1 -0) 📝 `packages/hoppscotch-sh-admin/src/components.d.ts` (+45 -36) 📝 `packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue` (+5 -0) ➕ `packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/IsSMTPEnabled.graphql` (+3 -0) 📝 `packages/hoppscotch-sh-admin/src/pages/users/index.vue` (+8 -2) </details> ### 📄 Description ### Ticket Closes HFE-526 ### Description This PR introduces improvements to invite links in dashboard. Send Invite Button will be disable when smtp is disabled. ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <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#4685
No description provided.