mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #268] [CLOSED] feat: Move HTTP method dropdown above URL bar & add Rust toolchain check #193
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/268
Author: @abhinav0git
Created: 10/18/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
a207db0feat: HTTP method dropdown above the URL bar instead of inside it, new build command which ensures the Rust toolchain is initialized before building the WebAssembly project3a0509fMerge branch 'mountain-loop:main' into main5e1948aBump @yaakapp/api version to 0.7.0 in plugin-runtime-types📊 Changes
3 files changed (+23 additions, -20 deletions)
View changed files
📝
package-lock.json(+1 -1)📝
src-tauri/yaak-templates/package.json(+1 -1)📝
src-web/components/HttpRequestPane.tsx(+21 -18)📄 Description
Changes
HTTP Method Selector Placement
Build Process Enhancement
Dependency Version Update
@yaakapp/apito v0.7.0 in plugin-runtime-types(p.s. great tool btw, I absolutely loved it. Any feedback is welcomed 😊)
.
.
edit: i was facing major issues while setting up the project on my mac, was getting "cargo: command not found" so i have added this extra tool initialisation in the build command
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.