mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #121] [MERGED] Add prompt() plugin API #57
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/121
Author: @gschier
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @gschier
Base:
master← Head:more-plugin-apis📝 Commits (3)
7e64d23More plugin APIs8f3d8eeMerge branch 'master' into more-plugin-apise04d52aMerge master and regen📊 Changes
26 files changed (+220 additions, -82 deletions)
View changed files
📝
plugin-runtime-types/package.json(+1 -1)📝
plugin-runtime-types/src/plugins/Context.ts(+9 -1)📝
plugin-runtime/src/index.worker.ts(+10 -0)📝
src-tauri/src/lib.rs(+43 -1)📝
src-tauri/src/template_callback.rs(+1 -0)📝
src-tauri/yaak_plugin_runtime/bindings/events.ts(+32 -12)📝
src-tauri/yaak_plugin_runtime/src/events.rs(+78 -8)📝
src-tauri/yaak_plugin_runtime/src/manager.rs(+1 -1)📝
src-web/components/CookieDropdown.tsx(+1 -1)📝
src-web/components/EnvironmentEditDialog.tsx(+1 -1)📝
src-web/components/GlobalHooks.tsx(+13 -0)📝
src-web/components/RequestMethodDropdown.tsx(+1 -1)📝
src-web/components/Sidebar.tsx(+1 -1)📝
src-web/components/TemplateFunctionDialog.tsx(+1 -0)📝
src-web/components/WorkspaceActionsDropdown.tsx(+0 -1)📝
src-web/components/core/Editor/twig/completion.ts(+2 -2)📝
src-web/components/core/Input.tsx(+2 -2)📝
src-web/components/core/PairEditor.tsx(+1 -2)📝
src-web/hooks/Prompt.tsx(+11 -17)📝
src-web/hooks/useCreateCookieJar.ts(+1 -1)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.