openreader/src
Richard R a56aaa2be9 Refactor PDF parsing and rendering logic; migrate to compute-worker protocol
- Removed deprecated functions related to document parsing and blob storage in blobstore.ts.
- Introduced new PDF rendering logic in pdf-preview-renderer.ts and pdf-preview-pdfjs-runtime.ts.
- Updated previews-render.ts to utilize the new PDF rendering functions.
- Refactored user-whisper-align-job.ts to use the compute-worker client for alignment requests.
- Enhanced artifact.ts and operation.ts to validate parsed PDF artifacts and resolve current PDF parses.
- Updated snapshot.ts to align with new worker operation types.
- Adjusted runtime-config.ts to check for compute-worker availability.
- Modified types in parsed-pdf.ts and tts.ts to reflect changes in the compute-worker protocol.
- Added unit tests for PDF artifact validation and compute-worker client contract.
- Removed obsolete pdf-op-key.vitest.spec.ts test file.
2026-06-12 13:43:33 -06:00
..
app Refactor PDF parsing and rendering logic; migrate to compute-worker protocol 2026-06-12 13:43:33 -06:00
components fix(auth): prevent unwanted anonymous session after logout by tracking session state 2026-06-12 08:30:23 -06:00
contexts fix(epub): unify TTS word highlight mapping and normalization 2026-06-09 08:20:53 -06:00
db Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
hooks fix(epub): improve word-region cache invalidation for highlighting 2026-06-09 15:35:39 -06:00
lib Refactor PDF parsing and rendering logic; migrate to compute-worker protocol 2026-06-12 13:43:33 -06:00
types Refactor PDF parsing and rendering logic; migrate to compute-worker protocol 2026-06-12 13:43:33 -06:00
instrumentation.node.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
instrumentation.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
middleware.ts refactor(env): remove legacy no-auth mode and enforce required auth env vars 2026-05-31 12:09:37 -06:00