openreader/src
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
..
app refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00
components feat(epub): add custom reader navigation and TOC 2025-11-22 01:33:53 -07:00
contexts refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00
hooks feat(epub): add custom reader navigation and TOC 2025-11-22 01:33:53 -07:00
lib refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00
types refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00
utils refactor(client): centralize client-side API calls and refine types 2025-11-21 23:33:41 -07:00