diff --git a/package-lock.json b/package-lock.json index 19e912e9..bcaefb16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18864,7 +18864,7 @@ }, "packages/plugin-runtime-types": { "name": "@yaakapp/api", - "version": "0.6.6", + "version": "0.7.0", "dependencies": { "@types/node": "^24.0.13" }, diff --git a/src-tauri/yaak-templates/package.json b/src-tauri/yaak-templates/package.json index ff45aa3a..f033c625 100644 --- a/src-tauri/yaak-templates/package.json +++ b/src-tauri/yaak-templates/package.json @@ -5,7 +5,7 @@ "main": "index.ts", "scripts": { "bootstrap": "npm run build", - "build": "wasm-pack build --target bundler" + "build": ". $HOME/.cargo/env && wasm-pack build --target bundler" }, "devDependencies": { "wasm-pack": "^0.13.1" diff --git a/src-web/components/HttpRequestPane.tsx b/src-web/components/HttpRequestPane.tsx index ccabdb27..0393cafb 100644 --- a/src-web/components/HttpRequestPane.tsx +++ b/src-web/components/HttpRequestPane.tsx @@ -332,24 +332,26 @@ export function HttpRequestPane({ style, fullHeight, className, activeRequest }: > {activeRequest && ( <> - - - - } - forceUpdateKey={updateKey} - isLoading={activeResponse != null && activeResponse.state !== 'closed'} - /> +
+
+ +
+
+ +
+