mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3222] [CLOSED] feat: remember selected options tab #4287
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#4287
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/3222
Author: @anwarulislam
Created: 8/1/2023
Status: ❌ Closed
Base:
release/2023.8.0← Head:feat/remember-options-tab📝 Commits (10+)
93960e5feat(lang): update tw translation (#3170)c18b6cafix: update vite-plugin-dts version which fixes build issue on docker/alpine (#3179)a599f69fix: fixed issue in team-environment test cases (#3189)ade396efix: add healthcheck for db and remove unwanted volumes (#3150)bc05624fix: keybinding modifier issue (#3163)4719f56fix: reduce the memory consumption during build to prevent OOM (#3148)623d16fchore: bump version to 2023.4.86a8f64achore: run tests on and against release branches8aabc31fix: generate-ui failing to build03e6a26feat: svg badge asset (#3196)📊 Changes
20 files changed (+292 additions, -211 deletions)
View changed files
➕
.dockerignore(+1 -0)📝
.github/workflows/tests.yml(+2 -2)📝
docker-compose.yml(+13 -3)📝
packages/hoppscotch-backend/package.json(+1 -1)📝
packages/hoppscotch-backend/src/team-environments/team-environments.service.spec.ts(+2 -2)📝
packages/hoppscotch-common/locales/tw.json(+58 -58)📝
packages/hoppscotch-common/package.json(+1 -1)➕
packages/hoppscotch-common/public/badge.svg(+1 -0)📝
packages/hoppscotch-common/src/components.d.ts(+0 -6)📝
packages/hoppscotch-common/src/components/http/RequestOptions.vue(+15 -5)📝
packages/hoppscotch-common/src/components/http/RequestTab.vue(+1 -1)📝
packages/hoppscotch-common/src/helpers/keybindings.ts(+18 -11)📝
packages/hoppscotch-selfhost-web/Dockerfile(+1 -1)📝
packages/hoppscotch-selfhost-web/package.json(+2 -2)📝
packages/hoppscotch-sh-admin/Dockerfile(+1 -1)📝
packages/hoppscotch-sh-admin/package.json(+1 -1)📝
packages/hoppscotch-ui/package.json(+1 -1)📝
packages/hoppscotch-ui/src/components/smart/Anchor.vue(+42 -49)📝
packages/hoppscotch-ui/vite.config.ts(+3 -4)📝
pnpm-lock.yaml(+128 -62)📄 Description
Closes HFE-115 #3161
Description
This PR aims to enhance the tab switching functionality, allowing users to seamlessly switch between tabs (e.g., parameters, body, headers) without losing their selected position within each tab. With this update, users can effortlessly pick up where they left off, streamlining their workflow and providing a more enjoyable user experience.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.