[PR #49] [MERGED] Download Active Response #19

Closed
opened 2025-12-29 07:18:55 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: download-responses


📝 Commits (2)

📊 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.

CleanShot 2024-06-10 at 10 24 07@2x

CleanShot 2024-06-10 at 10 23 47@2x


🔄 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/49 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `download-responses` --- ### 📝 Commits (2) - [`d11b534`](https://github.com/mountain-loop/yaak/commit/d11b53498701ad415c24d5a3c4e04b4c0f4335b9) Download any response - [`9625c9e`](https://github.com/mountain-loop/yaak/commit/9625c9eaebaa6d67743319de4583dc41526214be) Tweak banner ### 📊 Changes **14 files changed** (+190 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR prompts you to save un-previewable file types and adds an option to save to the response history. ![CleanShot 2024-06-10 at 10 24 07@2x](https://github.com/yaakapp/app/assets/587576/af15d09a-59e8-49a5-8c49-7d0bc50fa96f) ![CleanShot 2024-06-10 at 10 23 47@2x](https://github.com/yaakapp/app/assets/587576/c58a68dd-4023-458c-82a9-cb8c4ab5ee15) --- <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 07:18:55 +01:00
adam closed this issue 2025-12-29 07:18:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#19