mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3699] [feature]: Address bar should be a in separate panel #1280
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#1280
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 @hakimilg on GitHub (Dec 27, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3699
Is there an existing issue for this?
Summary
The address bar (where you enter the REST URL endpoint) should be in a separate panel. In the horizontal view, this input is in the 2nd panel and gets squeezed so much that it is barely readable. It would be easier to have it on top, spanning across all the app.
Why should this be worked on?
The horizontal view, which is better for long JSON response, makes the URL almost not readable. It would make the UI clearer to have it on a separate box.

@Manavpreeet commented on GitHub (Jan 3, 2024):
I am working on this feature. Here are the early sample of the feature that I have implemented, please look at the changes. I'll be opening up the PR for this soon
https://github.com/hoppscotch/hoppscotch/assets/42695610/7bd533fb-4f85-4615-adc2-95f13c3d5ddb
@hakimilg commented on GitHub (Jan 4, 2024):
Yes, this is great ! Thanks a lot