mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4909] [MERGED] feat(common): create new requests without siphoning data from the previous one #4984
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4909
Author: @anwarulislam
Created: 3/18/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/remove-duplicate-on-add📝 Commits (3)
4446273feat(common): create new requests without siphoning data from the previous onefe2b3eerefactor(graphql): remove unused request name generation and feedback featurese777b93chore: create GQL requests without borrowing state from the active tab📊 Changes
4 files changed (+9 additions, -224 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+1 -100)📝
packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue(+1 -100)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+6 -7)📝
packages/hoppscotch-common/src/components/collections/index.vue(+1 -17)📄 Description
Closes HFE-788 #4321
This pull request resolves the issue that permits the creation of new requests independently, without depending on data from previous requests. Since we already have a duplicate request option, we do not need to borrow data from the active tab to create a new request.
Notes to reviewers
We also removed AI name generation from the add request. This is because we lack context for requests when adding a new one. However, rename requests still have the AI feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.