mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #257] [MERGED] Explicitly set the request layout #181
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/257
Author: @gschier
Created: 9/22/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @gschier
Base:
main← Head:layout-controls📝 Commits (4)
fcf07abExplicitly set the request layout3ead91bTweakfaf62a6Don't show license check failures on badgefa09f4aMerge branch 'main' into layout-controls📊 Changes
8 files changed (+41 additions, -16 deletions)
View changed files
📝
src-web/components/GrpcConnectionLayout.tsx(+3 -0)📝
src-web/components/HttpRequestLayout.tsx(+4 -0)📝
src-web/components/LicenseBadge.tsx(+4 -6)📝
src-web/components/WebsocketRequestLayout.tsx(+4 -0)📝
src-web/components/WorkspaceEncryptionSetting.tsx(+1 -1)📝
src-web/components/WorkspaceHeader.tsx(+15 -8)📝
src-web/components/core/SplitLayout.tsx(+3 -1)📝
src-web/lib/atoms.ts(+7 -0)📄 Description
https://feedback.yaak.app/p/response-panel-split-horizontal
This PR adds the ability to explicitly control whether the request/response layout is vertical or horizontal.
https://github.com/user-attachments/assets/e1718869-4767-4fa5-9a63-f339d97dd8ed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.