lllin000_PaperForge/paperforge/plugin
LLLin000 32e69a6c7b Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths
- Remove paperforge/plugin/src/services/db.ts (sql.js wrapper, initDatabase/searchMetadata/SearchResultItem)
- Remove paperforge/plugin/sql-wasm.wasm (644KB binary)
- Remove sql.js and @types/sql.js from package.json; npm install to update lockfile
- dashboard.ts: remove import of db.ts, remove _sqlJsInitialized/_sqlJsFailed state,
  remove the sql.js search path block entirely — all searches go straight to CLI spawn.
  Clean up stale comments.
- Bundle drops from 346KB to 167KB; 6 test files / 58 tests still pass
2026-07-10 23:07:26 +08:00
..
.husky A2: check table ownership (consumed_table_block_keys) before _SKIPPED_BODY_ROLES in render loop 2026-06-25 22:27:35 +08:00
docs/design Merge branch 'ocr-v2' 2026-06-29 02:03:23 +08:00
src Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
tests feat: surface drift state and invalidate maintenance cache 2026-07-05 16:52:17 +08:00
.lintstagedrc Add pre-commit hooks (husky + lint-staged + prettier) 2026-06-25 16:42:34 +08:00
.prettierrc Add pre-commit hooks (husky + lint-staged + prettier) 2026-06-25 16:42:34 +08:00
esbuild.config.mjs chore(plugin): add esbuild.config.mjs 2026-05-24 16:53:21 +08:00
main.js Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
manifest.json bump: 1.5.14 -> 1.5.15 2026-06-01 19:46:46 +08:00
package-lock.json Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
package.json Delete sql.js: remove db.ts, wasm, dependency, and all sql.js code paths 2026-07-10 23:07:26 +08:00
styles.css feat: real-time metadata search via sql.js with 200ms debounce 2026-07-10 02:49:31 +08:00
tsconfig.json chore(plugin): finalize TS migration -- delete legacy testable.js 2026-05-24 17:33:22 +08:00
versions.json chore: add 1.5.13 to versions.json 2026-05-25 12:25:30 +08:00
vitest.config.ts test(plugin): switch vitest config to .ts test files 2026-05-24 17:29:06 +08:00