[PR #257] [MERGED] Explicitly set the request layout #181

Closed
opened 2025-12-29 07:19:42 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: layout-controls


📝 Commits (4)

  • fcf07ab Explicitly set the request layout
  • 3ead91b Tweak
  • faf62a6 Don't show license check failures on badge
  • fa09f4a Merge 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.

  • Add new layout icon to top-right of app
  • Remove the auto-layout switching (was neat but also annoying)
  • Remove the command palette icon (not very useful anyway)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/257 **Author:** [@gschier](https://github.com/gschier) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `layout-controls` --- ### 📝 Commits (4) - [`fcf07ab`](https://github.com/mountain-loop/yaak/commit/fcf07ab536e24831b74d1c612aff86704c5b5cfa) Explicitly set the request layout - [`3ead91b`](https://github.com/mountain-loop/yaak/commit/3ead91b4106dcc25bbd73b9a06afcfbbee256179) Tweak - [`faf62a6`](https://github.com/mountain-loop/yaak/commit/faf62a6c6c5be10268bb22d5ae5c53a158fb44a2) Don't show license check failures on badge - [`fa09f4a`](https://github.com/mountain-loop/yaak/commit/fa09f4a252dde2b978b5d910852d6c8b03cc758e) Merge branch 'main' into layout-controls ### 📊 Changes **8 files changed** (+41 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. - Add new layout icon to top-right of app - Remove the auto-layout switching (was neat but also annoying) - Remove the command palette icon (not very useful anyway) https://github.com/user-attachments/assets/e1718869-4767-4fa5-9a63-f339d97dd8ed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:42 +01:00
adam closed this issue 2025-12-29 07:19:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#181