mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3433] [feature]: Keep the currently selected tab active when switching between requests #1156
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#1156
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?
Originally created by @jimmycallin on GitHub (Oct 7, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3433
Is there an existing issue for this?
Summary
When moving between requests, I would like for the latest selected tab to be active in the newly selected request.
Why should this be worked on?
I have an API that heavily utilizes request bodies, similarly to Elasticsearch's API, and it is quite annoying having to always reselect the Body tab when moving around.
@liyasthomas commented on GitHub (Oct 15, 2023):
Instead of setting the selected tab across all request tabs, we've introduced a feature in v2023.8.2 that will keep the last active tab on a request panel even after moving between requests. We hope this feature helps to interact better with the Request Tabs.
Hence closing the ticket.