feat: implement vertical layout for response pane and enhance drag #4957
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces support for docking the response pane to the bottom (vertical layout)
Fixes: #1041, #4890
Related PRs: #2194
Demo
Screen.Recording.2025-06-22.at.7.00.17.PM.mov
Changes Overview
Although the PR has changes across 22 files, the important changes are only in a key set of files
RequestTabPanel
contains the most import changessavePreferences()
action since it was resulting in a notification every time we toggled the layout. This led to making changes in other files to accomodate the removalPlaceholder
andOverlay
components since to ensure that they get centered in vertical mode, while staying atop in horizontal modewidth
that were being passed into components likeGraphQLRequestPane
,HttpRequestPane
since they were no longer neededui
folder that will encompass the new primitive components as we build them, we can take up a refactoring effort later to move other primitives to here.JIRA