[PR #1547] [MERGED] add UI for overwriting request #3389

Closed
opened 2026-03-17 01:00:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1547
Author: @rohanrajpal
Created: 3/18/2021
Status: Merged
Merged: 3/21/2021
Merged by: @liyasthomas

Base: feat/teams-new-uiHead: feat/teams-new-ui


📝 Commits (3)

  • 590bf92 add UI for overwriting request in my-collections
  • 5bee4ca add UI for overwriting request in teams
  • 653600a fix issues with save request ui

📊 Changes

6 files changed (+91 additions, -35 deletions)

View changed files

📝 components/collections/collection.vue (+25 -4)
📝 components/collections/folder.vue (+17 -6)
📝 components/collections/index.vue (+2 -2)
📝 components/collections/request.vue (+9 -3)
📝 components/collections/save-request-as.vue (+17 -20)
📝 helpers/teams/utils.js (+21 -0)

📄 Description

user can now select the request to overwrite for my-collections

checks:

  • remove use-request trigger from <Request /> component while it's inside save request modal.
  • move trigger from .row-wrapper to <button> component.

🔄 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/1547 **Author:** [@rohanrajpal](https://github.com/rohanrajpal) **Created:** 3/18/2021 **Status:** ✅ Merged **Merged:** 3/21/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feat/teams-new-ui` ← **Head:** `feat/teams-new-ui` --- ### 📝 Commits (3) - [`590bf92`](https://github.com/hoppscotch/hoppscotch/commit/590bf9207882925f73be751d692547187645f6dd) add UI for overwriting request in my-collections - [`5bee4ca`](https://github.com/hoppscotch/hoppscotch/commit/5bee4caa2adb6733157ca078b8776ea4f622b490) add UI for overwriting request in teams - [`653600a`](https://github.com/hoppscotch/hoppscotch/commit/653600a64af297846230bf2751a566ab25653e44) fix issues with save request ui ### 📊 Changes **6 files changed** (+91 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/collection.vue` (+25 -4) 📝 `components/collections/folder.vue` (+17 -6) 📝 `components/collections/index.vue` (+2 -2) 📝 `components/collections/request.vue` (+9 -3) 📝 `components/collections/save-request-as.vue` (+17 -20) 📝 `helpers/teams/utils.js` (+21 -0) </details> ### 📄 Description user can now select the request to overwrite for my-collections **checks:** - [ ] remove use-request trigger from `<Request />` component while it's inside save request modal. - [ ] move trigger from `.row-wrapper` to `<button>` component. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:00:26 +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#3389
No description provided.