mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5357] [feature]: Option to collapse or hide the Collections panel for more workspace #2049
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#2049
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 @vilson-junior-squadra on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5357
Is there an existing issue for this?
Summary
Currently, the Collections sidebar (left panel) has a minimum width that cannot be reduced further. When using the split view (Request + Response side by side), the Collections sidebar often takes more horizontal space than the request/response area itself. It would be very helpful to allow collapsing the Collections panel further, or even hiding it completely, so that the main focus (request editor and response viewer) gets more screen space. An alternative option would be the ability to hide the vertical icon bar on the far left as well.
Why should this be worked on?
When testing and debugging APIs, the Request and Response panes are the most important parts of the UI. However, the current layout forces the Collections sidebar to take a large portion of the screen, especially noticeable when the Response is opened next to the Request. This reduces the available space for reading long responses (JSON, HTML, etc.), making it less efficient. Allowing more aggressive collapsing of the Collections sidebar, or adding a toggle to hide it (and the left icon bar), would improve usability on smaller screens and give users a cleaner, distraction-free workspace.
@liyasthomas commented on GitHub (Aug 28, 2025):
You can hide sidebars by clicking on the Hide sidebar icon button on the bottom left and right of the screen.