mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
[PR #69] [MERGED] Request pane context #32
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/69
Author: @gschier
Created: 9/2/2024
Status: ✅ Merged
Merged: 9/2/2024
Merged by: @gschier
Base:
master← Head:request-pane-context📝 Commits (3)
205159aCheckpoint698b68aMerge branch 'master' into request-pane-contextc9cf4f7Click 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.