mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2918] [MERGED] feat: rest revamp #4138
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#4138
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/2918
Author: @anwarulislam
Created: 2/4/2023
Status: ✅ Merged
Merged: 3/30/2023
Merged by: @AndrewBastin
Base:
staging← Head:feat/rest-revamp📝 Commits (10+)
3a473a3feat: global workspace selector (#2922)e01d042feat: setup script on rest page2a89775feat: windows added18611dffeat: rest tab setup981339dfeat: tab features added662bc1dfeat: store session on local persistence0e80c11fix: headers and params count209d5b6feat: tab system refactor31c798bfeat: selected response tab in statecf5805bfeat: usevmodel📊 Changes
63 files changed (+2252 additions, -1914 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+5 -0)📝
packages/hoppscotch-common/src/components/app/PaneLayout.vue(+2 -0)📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+2 -2)📝
packages/hoppscotch-common/src/components/collections/Collection.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+18 -20)📝
packages/hoppscotch-common/src/components/collections/Request.vue(+2 -16)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+53 -37)📝
packages/hoppscotch-common/src/components/collections/TeamCollections.vue(+2 -3)📝
packages/hoppscotch-common/src/components/collections/index.vue(+209 -216)📝
packages/hoppscotch-common/src/components/history/index.vue(+6 -135)📝
packages/hoppscotch-common/src/components/http/Authorization.vue(+39 -118)📝
packages/hoppscotch-common/src/components/http/Body.vue(+38 -33)📝
packages/hoppscotch-common/src/components/http/BodyParameters.vue(+16 -4)📝
packages/hoppscotch-common/src/components/http/CodegenModal.vue(+4 -3)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+19 -21)📝
packages/hoppscotch-common/src/components/http/ImportCurl.vue(+2 -2)📝
packages/hoppscotch-common/src/components/http/OAuth2Authorization.vue(+50 -67)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+11 -4)📝
packages/hoppscotch-common/src/components/http/PreRequestScript.vue(+9 -2)...and 43 more files
📄 Description
Description
This PR introduces a new Tab feature for our Hoppscotch.io REST Platform. This Tab System has been long requested by our users and will greatly enhance their experience.
Before this feature, our platform lacked the ability to easily switch between different requests within a single view. With this new tab system, users can now navigate between multiple requests with ease, leading to a more organized and streamlined experience.
We are storing all tabs inside
RESTSession.tsstore. and each tab hasrequestproperty containing request object for that tab.Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.