mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #89] [MERGED] Parse and import querystring on paste #40
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/89
Author: @gschier
Created: 9/15/2024
Status: ✅ Merged
Merged: 9/15/2024
Merged by: @gschier
Base:
master← Head:parse-query-on-paste📝 Commits (6)
0f05e89Import query params from URL4541749Fix null check5daab7cRename2449467Rename keybed1ed6Fix base urlf740256Decode params on import📊 Changes
5 files changed (+111 additions, -16 deletions)
View changed files
📝
src-web/components/RequestPane.tsx(+13 -9)📝
src-web/components/UrlParameterEditor.tsx(+3 -2)📝
src-web/components/core/Editor/Editor.tsx(+1 -1)➕
src-web/hooks/useImportQuerystring.ts(+69 -0)📝
src-web/hooks/useRequestEditor.tsx(+25 -4)📄 Description
This PR adds a new feature to:
https://feedback.yaak.app/p/paste-url-path-with-query-params-to-replace-existing-query
https://github.com/user-attachments/assets/3f0060b1-e666-4d85-931c-3ac88602d601
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.