openreader/src/components
Richard R 9f25e05cce feat(previews): implement document preview generation and caching
- Add document preview caching logic with in-memory and persisted storage.
- Implement S3 blobstore functions for managing document previews.
- Create rendering functions for PDF and EPUB cover images to JPEG format.
- Introduce database schema and functions for managing document preview metadata.
- Add unit tests for rendering PDF and EPUB previews.
2026-02-12 16:05:03 -07:00
..
auth feat: add user preferences and document progress syncing 2026-02-11 13:58:16 -07:00
doclist feat(previews): implement document preview generation and caching 2026-02-12 16:05:03 -07:00
documents refactor(documents): migrate from IndexedDB to server-backed storage with caching 2026-02-08 11:15:57 -07:00
icons update(auth): enhance rate limiting with device/IP backstops and improve UI 2026-01-25 14:38:31 -07:00
player refactor(auth): bootstrap anonymous sessions via AuthLoader 2026-01-28 02:39:44 -07:00
views refactor(auth): bootstrap anonymous sessions via AuthLoader 2026-01-28 02:39:44 -07:00
AudiobookExportModal.tsx fix(ui): adjust modal positioning for responsive design 2026-01-25 15:13:02 -07:00
CodeBlock.tsx feat: improve document list and self-hosting clarity 2025-11-22 15:18:46 -07:00
ConfirmDialog.tsx fix(ui): adjust modal positioning for responsive design 2026-01-25 15:13:02 -07:00
DocumentHeaderMenu.tsx refactor(audiobooks): migrate audiobook pipeline to object storage 2026-02-11 02:44:34 -07:00
DocumentSelectionModal.tsx fix(ui): adjust modal positioning for responsive design 2026-01-25 15:13:02 -07:00
DocumentSettings.tsx docs: reorganize documentation structure and fix word highlight behavior 2026-02-11 06:03:51 -07:00
DocumentSkeleton.tsx refactor(documents): migrate from IndexedDB to server-backed storage with caching 2026-02-08 11:15:57 -07:00
DocumentUploader.tsx refactor(documents): migrate from IndexedDB to server-backed storage with caching 2026-02-08 11:15:57 -07:00
Footer.tsx refactor(auth): bootstrap anonymous sessions via AuthLoader 2026-01-28 02:39:44 -07:00
Header.tsx update(auth): enhance rate limiting with device/IP backstops and improve UI 2026-01-25 14:38:31 -07:00
HomeContent.tsx feat(ui): implement better document grid with file previews 2025-12-12 13:13:49 -07:00
PrivacyModal.tsx refactor(auth): bootstrap anonymous sessions via AuthLoader 2026-01-28 02:39:44 -07:00
ProgressCard.tsx refactor: overhaul document storage and audiobook architecture 2026-01-19 14:22:21 -07:00
ProgressPopup.tsx refactor: overhaul document storage and audiobook architecture 2026-01-19 14:22:21 -07:00
SettingsModal.tsx feat(previews): implement document preview generation and caching 2026-02-12 16:05:03 -07:00
Spinner.tsx feat(auth): add user authentication and rate limiting 2026-01-24 17:36:11 -07:00
ZoomControl.tsx refactor(audiobook): standardize chapter regeneration APIs and UX 2025-11-16 21:10:32 -07:00