mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5431] [feature]: option to clear the response panel #2087
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#2087
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 @12fahed on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5431
Is there an existing issue for this?
Summary
the existing system has many options like copy, save, view, download but there is need of clearing the response where the user can clear as when needed.
picture below shows the missing option
Why should this be worked on?
user might want to clear the response log to avoid confusion while switching the tabs within the website between multiple API requests to maintain readability.
@12fahed commented on GitHub (Oct 3, 2025):
@abraham i would love to work on this feature, can i ?
@liyasthomas commented on GitHub (Oct 3, 2025):
Hi @12fahed, I’m curious to understand the reasoning behind your request to clear the response pane. Did you simply want to make it look clean and maintain readability?
I’m concerned about the potential impact on other entries in the response pane, such as Headers or Test results. There seems to be some ambiguity in this feature request. I’d appreciate it if you could provide more details and discuss it before we begin implementing it.
@12fahed commented on GitHub (Oct 3, 2025):
Hi @liyasthomas thanks for engaging. The core reason is to prevent mistakes during iterative testing.
When users send multiple requests rapidly, old responses clutter the panel. It becomes easy to misread a previous response as the latest one, leading to incorrect conclusions.
To clarify the scope: The "Clear" action should only reset the current view, the main Response Body and Headers. It should not affect the saved History or Test Results, which are separate logs.
It's a standard UX feature in tools like Postman/Insomnia (you can refer this video for clarification) for maintaining a clean, focused workspace during active debugging.
Hope this clarifies the intent!
@liyasthomas commented on GitHub (Oct 3, 2025):
That’s an interesting perspective. It’s fair enough. You can give it a try.
@12fahed commented on GitHub (Oct 3, 2025):
Hello @liyasthomas , I have created a PR for this feature #5435
Could you please review it ?
@12fahed commented on GitHub (Oct 26, 2025):
Hello @liyasthomas i had created PR #5435, its been almost 3 weeks now, there isnt any update, could you please review it ?
@12fahed commented on GitHub (Nov 26, 2025):
closing this issue as the PR #5435 is accepted and scheduled for next major release, thank you @jamesgeorge007 and @nivedin