[PR #4431] [MERGED] feat: show login dialogue for features behind login #4791

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4431
Author: @amk-dev
Created: 10/12/2024
Status: Merged
Merged: 11/13/2024
Merged by: @jamesgeorge007

Base: nextHead: feat/show-login-on-login-enabled-features


📝 Commits (2)

  • 5a5442f chore: show login dialogue for features behind login
  • bb25e33 fix: fetch latest teams when AllCollectionImport is mounted

📊 Changes

6 files changed (+43 additions, -17 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/collections/ImportExport.vue (+10 -1)
📝 packages/hoppscotch-common/src/components/http/RawBody.vue (+13 -0)
📝 packages/hoppscotch-common/src/components/importExport/Base.vue (+8 -0)
📝 packages/hoppscotch-common/src/components/importExport/ImportExportSteps/AllCollectionImport.vue (+5 -1)
📝 packages/hoppscotch-common/src/components/importExport/types.ts (+1 -0)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+6 -15)

📄 Description

Fixes HP-306 HFE-616.

Changes

Previously, we hide the features that required login. This PR shows the features, but when the user tries to trigger it, it will open the login dialogue.

This PR made this change to these features

  • Auto rename requests
  • Request body generation
  • Import from another workspace

🔄 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/4431 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/show-login-on-login-enabled-features` --- ### 📝 Commits (2) - [`5a5442f`](https://github.com/hoppscotch/hoppscotch/commit/5a5442f1e7fb4dc1dbc02c53b6d2980977a370a7) chore: show login dialogue for features behind login - [`bb25e33`](https://github.com/hoppscotch/hoppscotch/commit/bb25e33a2e6a9b96a4b458e4c4ceebfae0d32908) fix: fetch latest teams when AllCollectionImport is mounted ### 📊 Changes **6 files changed** (+43 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/collections/ImportExport.vue` (+10 -1) 📝 `packages/hoppscotch-common/src/components/http/RawBody.vue` (+13 -0) 📝 `packages/hoppscotch-common/src/components/importExport/Base.vue` (+8 -0) 📝 `packages/hoppscotch-common/src/components/importExport/ImportExportSteps/AllCollectionImport.vue` (+5 -1) 📝 `packages/hoppscotch-common/src/components/importExport/types.ts` (+1 -0) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+6 -15) </details> ### 📄 Description Fixes HP-306 HFE-616. **Changes** Previously, we hide the features that required login. This PR shows the features, but when the user tries to trigger it, it will open the login dialogue. This PR made this change to these features * Auto rename requests * Request body generation * Import from another workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:17: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#4791
No description provided.