mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1555] Response block should be expanded by default #495
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#495
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 @xairoo on GitHub (Mar 21, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1555
Originally assigned to: @liyasthomas on GitHub.
expandResponse@ response results block should betrueby default because it's more intuitive.Scrolling over the full viewport is better than scrolling in a inline scroll block.
Clicking on "expand response" again and again after every request isn't cool ;-)
@liyasthomas commented on GitHub (Mar 22, 2021):
@Xairoo thanks for the suggestion. We're planning on revamping the entire UI with less viewport scroll and more inline block scroll. That should resolve this issue, we're open to ideas on what all can be improved apart from scrolling. Let me know which part, components need improvements. I'm letting this issue stay untill we finalize a new UI proposal which fix some existing clutter.
@xairoo commented on GitHub (Mar 22, 2021):
Depends on how you handle this. The important part for me is the response and mainly the response body.
The
Parameters,Header, ... block fits the content size, which is great.To toggle the view of this block, we could just click again on the active tab title to hide the content (but keeps the tab titles of course).
And instead of the content like the parameters, ...,
+ Add newbutton there could be aClick to expand/toggle the viewbutton (and clicking the tab itself will toggle the content too).Also the state should be saved.
@liyasthomas commented on GitHub (Aug 30, 2021):
With the release of v2 - we made the response section to be expanded to full length by default.