[PR #69] [MERGED] Request pane context #32

Closed
opened 2025-12-29 08:31:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: request-pane-context


📝 Commits (3)

  • 205159a Checkpoint
  • 698b68a Merge branch 'master' into request-pane-context
  • c9cf4f7 Click to focus path param

📊 Changes

12 files changed (+200 additions, -76 deletions)

View changed files

📝 package-lock.json (+2 -2)
📝 package.json (+1 -0)
📝 src-web/components/DefaultLayout.tsx (+20 -17)
src-web/components/RequestEditorContext.tsx (+58 -0)
📝 src-web/components/RequestPane.tsx (+16 -6)
📝 src-web/components/UrlParameterEditor.tsx (+18 -0)
📝 src-web/components/core/Editor/Editor.tsx (+8 -3)
📝 src-web/components/core/Editor/twig/templateTags.ts (+0 -8)
📝 src-web/components/core/Editor/url/highlight.ts (+5 -5)
📝 src-web/components/core/PairEditor.tsx (+64 -28)
📝 src-web/components/core/PairOrBulkEditor.tsx (+8 -4)
📝 src-web/main.tsx (+0 -3)

📄 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/69 **Author:** [@gschier](https://github.com/gschier) **Created:** 9/2/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `request-pane-context` --- ### 📝 Commits (3) - [`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 ### 📊 Changes **12 files changed** (+200 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -0) 📝 `src-web/components/DefaultLayout.tsx` (+20 -17) ➕ `src-web/components/RequestEditorContext.tsx` (+58 -0) 📝 `src-web/components/RequestPane.tsx` (+16 -6) 📝 `src-web/components/UrlParameterEditor.tsx` (+18 -0) 📝 `src-web/components/core/Editor/Editor.tsx` (+8 -3) 📝 `src-web/components/core/Editor/twig/templateTags.ts` (+0 -8) 📝 `src-web/components/core/Editor/url/highlight.ts` (+5 -5) 📝 `src-web/components/core/PairEditor.tsx` (+64 -28) 📝 `src-web/components/core/PairOrBulkEditor.tsx` (+8 -4) 📝 `src-web/main.tsx` (+0 -3) </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 08:31:04 +01:00
adam closed this issue 2025-12-29 08:31:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak-mountain-loop#32