mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3866] [feature]: Remember the chosen environment per tab #1358
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#1358
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 @mikej0 on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3866
Is there an existing issue for this?
Summary
Hello,
I have a situation where I am dealing with multiple different apis at once. Each time I need to call one of them, I need to go to the api call tab, choose the environment, trigger the call, and repeat that process whenever I make another call.
Can Hoppscotch not remember the environment chosen per call so I don't have to manually change it every single time? Even if it's only rememberd for as long as the tabs are open, that would be fine.
I have tried running the Windows desktop application several times, but it seems set that trying to start a second instance only takes you to the first, and I can't think of any other workarounds.
Why should this be worked on?
Any scenario where you're working across multiple distinct apis is tedious at the moment, and users are prone to forgetting to keep switching environment, potentially resulting in incorrect or dangerous api calls.