mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 12:50:33 +01:00
[PR #227] [MERGED] Install plugins from remote directory #152
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/227
Author: @gschier
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @gschier
Base:
master← Head:plugin-directory📝 Commits (9)
89dfa79Search and install plugins PoCc5cf7a7Checksum46234fdTab sidebar for settingsbd3bbf6Fix nested tabs, and tweaks38ab1d8Table for plugin results2d549baDeep links working2ac8f77Focus window during deep links9751587Merge branch 'master' into plugin-directory54a6348More stuff📊 Changes
56 files changed (+1222 additions, -444 deletions)
View changed files
📝
packages/plugin-runtime-types/src/bindings/gen_events.ts(+1 -1)➕
packages/plugin-runtime-types/src/bindings/gen_search.ts(+5 -0)📝
packages/plugin-runtime/src/PluginInstance.ts(+15 -7)📝
src-tauri/Cargo.lock(+274 -18)📝
src-tauri/Cargo.toml(+14 -10)📝
src-tauri/capabilities/capabilities.json(+2 -1)📝
src-tauri/macos/entitlements.plist(+0 -4)📝
src-tauri/src/history.rs(+0 -12)➕
src-tauri/src/import.rs(+105 -0)📝
src-tauri/src/lib.rs(+26 -101)📝
src-tauri/src/notifications.rs(+2 -1)📝
src-tauri/src/plugin_events.rs(+2 -2)📝
src-tauri/src/uri_scheme.rs(+68 -19)📝
src-tauri/tauri.conf.json(+0 -1)📝
src-tauri/yaak-common/Cargo.toml(+3 -0)➕
src-tauri/yaak-common/src/api_client.rs(+23 -0)➕
src-tauri/yaak-common/src/error.rs(+19 -0)📝
src-tauri/yaak-common/src/lib.rs(+4 -1)➕
src-tauri/yaak-common/src/platform.rs(+23 -0)📝
src-tauri/yaak-crypto/Cargo.toml(+1 -1)...and 36 more files
📄 Description
🚧
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.