mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4370] [feature]: make "Edit Environment" tab bigger #1592
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#1592
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 @JulienPerrin on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4370
Is there an existing issue for this?
Summary
When using Hoppscotch, it is very cumbersome to update environment variables when they are URLs. It is also not possible to see if you have a wrong value since the full value is not displayed.
Here's an example when an URL from production was put by mistake in my fabrication environment :
Capture vidéo du 20-09-2024 15:29:58.webm
Currently the best solution I have to deal with this is to export the environment as JSON, edit it by hand in a correct editor, then import it again which is not ideal.
Could you make the "Edit environment" screen larger, more specifically the second column which is the one that may contains long strings ?
Why should this be worked on?
@Codewithmeowmeow commented on GitHub (Sep 30, 2024):
hey i would like to work on this issue kindly assign me
@Bhumika2906 commented on GitHub (Jul 22, 2025):
Hi, I’d like to work on this issue. Can you please assign it to me?
@JulienPerrin commented on GitHub (Jul 22, 2025):
Can't assign anything on my side. Need a project owner to do it.
@liyasthomas commented on GitHub (Jul 29, 2025):
The environment edit modal is now wider, so you can comfortably type in long input fields without any issues.