openreader/src
Richard Roberson d5ec96d395
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled
feat(ui): implement better document grid with file previews
- Introduces `DocumentPreview` component to display rich previews for documents.
- PDFs generate a thumbnail of their first page.
- EPUBs extract and display their cover image.
- HTML, TXT, and Markdown files show a text snippet.
- Refactors document list and folder views to a responsive grid layout.
- Expands main content areas to accommodate the new grid.
- Updates Dockerfile to use Node.js LTS image.
- Updates various development and runtime dependencies.
2025-12-12 13:13:49 -07:00
..
app feat(ui): implement better document grid with file previews 2025-12-12 13:13:49 -07:00
components feat(ui): implement better document grid with file previews 2025-12-12 13:13:49 -07:00
contexts fix(tts): ensure robust caching for audio and alignments 2025-11-22 01:57:27 -07:00
hooks feat(epub): add custom reader navigation and TOC 2025-11-22 01:33:53 -07:00
lib feat(ui): implement better document grid with file previews 2025-12-12 13:13:49 -07:00
types feat: improve document list and self-hosting clarity 2025-11-22 15:18:46 -07:00
utils refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00