openreader/src/hooks
Richard Roberson 773778ee90 feat(epub): add custom reader navigation and TOC
- Implement custom previous/next page buttons for EPUB viewer.
- Display current page number out of total pages.
- Introduce an in-viewer, toggleable table of contents (TOC) for quick chapter navigation.
- Hide default `react-reader` navigation arrows and title bar to prevent redundancy.
- Adjust `react-reader` styles to optimize content area and ensure custom controls are visible.
- Update description for EPUB theme setting in document settings.
- Add `ChevronLeftIcon` and `ChevronRightIcon` to icon library.
- Update Playwright tests to reflect new navigation button labels.
2025-11-22 01:33:53 -07:00
..
audio refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00
epub feat(epub): add custom reader navigation and TOC 2025-11-22 01:33:53 -07:00
html refactor(core): standardize module structure and enhance TTS types 2025-11-16 15:12:35 -07:00
pdf refactor(core): standardize module structure and enhance TTS types 2025-11-16 15:12:35 -07:00
useTimeEstimation.ts feat(audiobook): add chapter-based export with UI and API 2025-11-11 13:32:30 -07:00