Remove pagefind plugin from hyprnote #2768
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove pagefind plugin from hyprnote
Summary
Removes the
tauri-plugin-pagefindTauri plugin from the desktop application. This includes deleting the entire plugin directory and cleaning up all references across the codebase.Changes:
plugins/pagefind/directory (Rust code, TypeScript bindings, benchmarks, permissions)Cargo.tomlapps/desktop/src-tauri/Cargo.tomlapps/desktop/src-tauri/src/lib.rsapps/desktop/src-tauri/capabilities/default.json@hypr/plugin-pagefindfromapps/desktop/package.jsonpnpm-lock.yamlandCargo.lockto reflect removed dependenciesNote: The web app (
apps/web) uses a separatepagefindnpm package for static site search - this is unrelated to the Tauri plugin and was intentionally left unchanged.Updates since last revision
ERR_PNPM_OUTDATED_LOCKFILEReview & Testing Checklist for Human
apps/desktop/src/imports or calls@hypr/plugin-pagefindcommands (buildIndex,getBundlePath,clearIndex)actix-*packages removed (were pagefind dependencies) - confirm this is expectedRecommended test plan: Run
pnpm -F desktop tauri buildorpnpm -F desktop tauri devto verify the app compiles and runs without the pagefind plugin.Notes