[PR #3805] [MERGED] refactor: update share request flow #4531

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3805
Author: @nivedin
Created: 2/5/2024
Status: Merged
Merged: 2/5/2024
Merged by: @AndrewBastin

Base: release/2023.12.4Head: refactor/shared-request-flow


📝 Commits (4)

  • ae86d57 refactor: add new button in shared request
  • a7bbe6b refactor: click shared request open customize modal
  • 4cb6cf2 chore: remove unused emit
  • 36167bb chore: add share request option in tab context menu

📊 Changes

5 files changed (+66 additions, -16 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+1 -0)
📝 packages/hoppscotch-common/src/components/http/TabHead.vue (+17 -0)
📝 packages/hoppscotch-common/src/components/share/Request.vue (+1 -6)
📝 packages/hoppscotch-common/src/components/share/index.vue (+28 -10)
📝 packages/hoppscotch-common/src/pages/index.vue (+19 -0)

📄 Description

Closes HFE-407

Description

This PR add the following updates to the shared request flow -

  • Added a + icon, on clicking the user will see the share request modal pop up for a the request currently open in the tab
  • Upon clicking on an existing shared request, opens the customize modal instead of opening the request in a new tab
  • When right clicking on tab shows the option to share request.

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/3805 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.4` ← **Head:** `refactor/shared-request-flow` --- ### 📝 Commits (4) - [`ae86d57`](https://github.com/hoppscotch/hoppscotch/commit/ae86d57baa27fb68307eaa13dc564807581f915e) refactor: add new button in shared request - [`a7bbe6b`](https://github.com/hoppscotch/hoppscotch/commit/a7bbe6b0b00c75582d1049f3d0acd94a9fb4218c) refactor: click shared request open customize modal - [`4cb6cf2`](https://github.com/hoppscotch/hoppscotch/commit/4cb6cf2697f5d8db92b22e9e88a7ae594442c596) chore: remove unused emit - [`36167bb`](https://github.com/hoppscotch/hoppscotch/commit/36167bb214a5f7866034b52869653597dd1aaeda) chore: add share request option in tab context menu ### 📊 Changes **5 files changed** (+66 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+1 -0) 📝 `packages/hoppscotch-common/src/components/http/TabHead.vue` (+17 -0) 📝 `packages/hoppscotch-common/src/components/share/Request.vue` (+1 -6) 📝 `packages/hoppscotch-common/src/components/share/index.vue` (+28 -10) 📝 `packages/hoppscotch-common/src/pages/index.vue` (+19 -0) </details> ### 📄 Description Closes HFE-407 ### Description This PR add the following updates to the shared request flow - - Added a + icon, on clicking the user will see the share request modal pop up for a the request currently open in the tab - Upon clicking on an existing shared request, opens the customize modal instead of opening the request in a new tab - When right clicking on tab shows the option to share request. ### Checks - [x] My pull request adheres to the code style of this project - [x] 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:03:40 +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#4531
No description provided.