mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #49] [MERGED] Download Active Response #19
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/49
Author: @gschier
Created: 6/10/2024
Status: ✅ Merged
Merged: 6/11/2024
Merged by: @gschier
Base:
master← Head:download-responses📝 Commits (2)
d11b534Download any response9625c9eTweak banner📊 Changes
14 files changed (+190 additions, -35 deletions)
View changed files
📝
src-tauri/src/lib.rs(+23 -0)📝
src-web/components/RecentResponsesDropdown.tsx(+23 -3)📝
src-web/components/RequestPane.tsx(+9 -7)📝
src-web/components/ResponsePane.tsx(+8 -4)📝
src-web/components/core/Dropdown.tsx(+7 -7)📝
src-web/components/core/HotKeyLabel.tsx(+4 -2)📝
src-web/components/core/HotKeyList.tsx(+10 -9)📝
src-web/components/core/Icon.tsx(+3 -1)📝
src-web/components/core/InlineCode.tsx(+1 -1)➕
src-web/components/responseViewers/BinaryViewer.tsx(+27 -0)📝
src-web/hooks/usePinnedHttpResponse.ts(+9 -1)➕
src-web/hooks/useSaveResponse.tsx(+37 -0)📝
src-web/lib/data/mimetypes.ts(+25 -0)📝
src-web/lib/models.ts(+4 -0)📄 Description
This PR prompts you to save un-previewable file types and adds an option to save to the response history.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.