mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #110] [MERGED] Improved querystring import on paste #46
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/110
Author: @gschier
Created: 9/25/2024
Status: ✅ Merged
Merged: 9/25/2024
Merged by: @gschier
Base:
master← Head:better-query-import📝 Commits (4)
fb9bc78Query import on paste replaces entire URLd95a597Remove unnecessary compare4a2f6a3Tweaka101d5eOnly overwrite if there's a querystring📊 Changes
5 files changed (+36 additions, -25 deletions)
View changed files
📝
src-web/components/RequestPane.tsx(+2 -1)📝
src-web/components/UrlBar.tsx(+3 -0)📝
src-web/components/core/Editor/Editor.tsx(+17 -2)📝
src-web/components/core/Input.tsx(+3 -0)📝
src-web/hooks/useImportQuerystring.ts(+11 -22)📄 Description
This PR:
Fixes #105
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.