mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3403] [feature]: Setting the default opening tab in the API #1138
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#1138
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 @ashin-kk on GitHub (Sep 29, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3403
Is there an existing issue for this?
Summary
Current behaviour: Whenever we open/ create an API, the default tab shows is Parameter. (As per internal policy, we do not use Parameters in the API. Instead, only the Body is used.)
Expected behaviour: The user can set the default tab to open when creating or opening an API.
Why should this be worked on?
This makes it very easy for the developer to make necessary changes or check the request parameters without having to switch between tabs.
@liyasthomas commented on GitHub (Sep 29, 2023):
We're working on a feature that will persist the last active Tab. So, if you switch to the Body tab, we'll persist it and the next time you open the API playground, the Body tab will be active.
@ashin-kk commented on GitHub (Sep 29, 2023):
Glad to know you are already working on it. Just to know, when can we expect this feature?
@liyasthomas commented on GitHub (Oct 15, 2023):
We've recently implemented a feature that will persist the last active tab on the Request panel. Hence closing this ticket.
@ashin-kk commented on GitHub (Oct 16, 2023):
Hi,
I have checked it thoroughly, but unfortunately, it doesn't seem to be working as expected.