raycast-linux/src-tauri
ByteAtATime 66f40dc607
refactor: move plugin list request and discovery logic to backend
This commit removes the `sendPluginList` function and its associated calls from the frontend. The plugin discovery logic is now handled directly in the Tauri backend, which is the first step in moving the sidecar to purely be about running plugins.
2025-07-09 09:54:26 -07:00
..
capabilities feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
icons Initial commit 2025-06-10 11:24:18 -07:00
SoulverWrapper feat(extensions): implement basic heuristic for extension incompatibility 2025-07-05 20:33:12 -07:00
src refactor: move plugin list request and discovery logic to backend 2025-07-09 09:54:26 -07:00
.gitignore chore: ignore tauri sidecar binaries 2025-06-15 12:53:10 -07:00
build.rs chore: correctly include swift so libraries at runtime 2025-07-03 14:38:00 -07:00
Cargo.lock feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
Cargo.toml test(backend): add initial tests for soulver, encryption, and snippet engine 2025-07-02 15:10:12 -07:00
tauri.conf.dev.json feat: add dev tauri config 2025-06-18 19:53:15 -07:00
tauri.conf.json chore: correctly include swift so libraries at runtime 2025-07-03 14:38:00 -07:00