mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3367] [MERGED] feat: tab service added #4360
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#4360
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/3367
Author: @anwarulislam
Created: 9/18/2023
Status: ✅ Merged
Merged: 10/11/2023
Merged by: @AndrewBastin
Base:
release/2023.8.2← Head:feat/tab-service📝 Commits (10+)
144ac18feat: tab service added015aba2feat: tab abstract class9df2307feat: rest tab service addede35fa0bfeat: response from document8b92c5bfeat: use tab service to components22bfd96feat: use tab service to graphqlbff4f47feat: use tab service to gql componentsde02df1feat: add test cases for tab service998686ffeat: unmounting tabs componentf160b06feat: tab state persistence📊 Changes
60 files changed (+1112 additions, -841 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+4 -2)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+4 -2)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+22 -16)📝
packages/hoppscotch-common/src/components/collections/TeamCollections.vue(+4 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue(+5 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/Collection.vue(+5 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/Folder.vue(+5 -2)📝
packages/hoppscotch-common/src/components/collections/graphql/Request.vue(+9 -11)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+6 -3)📝
packages/hoppscotch-common/src/components/collections/index.vue(+17 -21)📝
packages/hoppscotch-common/src/components/environments/Add.vue(+6 -3)📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+6 -5)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+24 -12)📝
packages/hoppscotch-common/src/components/graphql/RequestTab.vue(+7 -5)📝
packages/hoppscotch-common/src/components/graphql/TabHead.vue(+3 -2)📝
packages/hoppscotch-common/src/components/history/graphql/Card.vue(+4 -2)📝
packages/hoppscotch-common/src/components/history/index.vue(+4 -2)📝
packages/hoppscotch-common/src/components/http/Body.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/CodegenModal.vue(+5 -3)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+6 -3)...and 40 more files
📄 Description
Closes HFE-207 HFE-208
Description
tab.tswith tab serviceChecks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.