[PR #70] [MERGED] Request pane context #34

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/70
Author: @gschier
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @gschier

Base: masterHead: request-pane-context


📝 Commits (6)

  • 205159a Checkpoint
  • 698b68a Merge branch 'master' into request-pane-context
  • c9cf4f7 Click to focus path param
  • 1d7735f No more context
  • 2aeaeb5 Forgot a file
  • ef9f0a9 Merge branch 'master' into request-pane-context

📊 Changes

6 files changed (+73 additions, -7 deletions)

View changed files

📝 src-web/components/RecentResponsesDropdown.tsx (+1 -1)
📝 src-web/components/RequestPane.tsx (+2 -2)
📝 src-web/components/UrlParameterEditor.tsx (+3 -2)
📝 src-web/components/core/Editor/Editor.tsx (+1 -1)
📝 src-web/hooks/useCopyHttpResponse.ts (+1 -1)
src-web/hooks/useRequestEditor.tsx (+65 -0)

📄 Description

No description provided


🔄 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/70 **Author:** [@gschier](https://github.com/gschier) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `request-pane-context` --- ### 📝 Commits (6) - [`205159a`](https://github.com/mountain-loop/yaak/commit/205159a402bc07094515ed4dc2df38368b484851) Checkpoint - [`698b68a`](https://github.com/mountain-loop/yaak/commit/698b68a7c878b1696a5737fe2c7c8e87cd61c9ab) Merge branch 'master' into request-pane-context - [`c9cf4f7`](https://github.com/mountain-loop/yaak/commit/c9cf4f73fc3d3a75bbdf6c6c65ef2b6cd61e9e90) Click to focus path param - [`1d7735f`](https://github.com/mountain-loop/yaak/commit/1d7735f28d155b204f5bf5e35e4c1ad2cb1fa11c) No more context - [`2aeaeb5`](https://github.com/mountain-loop/yaak/commit/2aeaeb590445534515db693b369a3a80b3187f80) Forgot a file - [`ef9f0a9`](https://github.com/mountain-loop/yaak/commit/ef9f0a9b082bded6d5ba393922d218c3de02019d) Merge branch 'master' into request-pane-context ### 📊 Changes **6 files changed** (+73 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/RecentResponsesDropdown.tsx` (+1 -1) 📝 `src-web/components/RequestPane.tsx` (+2 -2) 📝 `src-web/components/UrlParameterEditor.tsx` (+3 -2) 📝 `src-web/components/core/Editor/Editor.tsx` (+1 -1) 📝 `src-web/hooks/useCopyHttpResponse.ts` (+1 -1) ➕ `src-web/hooks/useRequestEditor.tsx` (+65 -0) </details> ### 📄 Description _No description provided_ --- <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:18:59 +01:00
adam closed this issue 2025-12-29 07:18:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#34