mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 14:30:24 +01:00
[PR #293] feat: Add cURL Import Option In Dropdown Menu #215
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/293
Author: @dCodes03
Created: 11/5/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
bf1fdf0feat: Add cURL Import Option to Create Dropdown Menuf0e4699added cURL option somewhere else📊 Changes
3 files changed (+168 additions, -4 deletions)
View changed files
➕
src-web/components/ImportCurlDialog.tsx(+126 -0)📝
src-web/components/Sidebar.tsx(+33 -3)📝
src-web/hooks/useImportCurl.ts(+9 -1)📄 Description
Problem
Users had to discover the cURL import feature by accident (pasting into URL bar or via Import Data dialog, atleast I discovered it by accident). This made it hard to find and use.
Solution
Added a dedicated "cURL" option to the Create dropdown (Cmd+N) that opens a professional dialog for importing cURL commands.
feel free to close/ignore if unwanted
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.