pdftract/crates/pdftract-cli
jedarden 9a38117865 feat(pdftract-2z88j): implement inspector sidebar thumbnails
Add renderThumbnails() function that creates page buttons with SVG
thumbnails fetched from /api/page/{i}/thumbnail, with lazy loading via
Intersection Observer for performance on large documents.

Changes:
- app.js: Add renderThumbnails() with click navigation and lazy loading
- style.css: Increase sidebar width to 250px, thumbnail-img to 200px

Acceptance criteria:
- Sidebar shows page buttons with thumbnail images
- Click navigates main view and updates URL fragment
- Lazy loading for 100-page documents (<3s load)
- Active page highlighting via .active class
- Cross-browser compatible (standard APIs)

See notes/pdftract-2z88j.md for verification details.
2026-06-01 08:08:15 -04:00
..
benches feat(pdftract-3h9xo): implement threads JSON output + schema integration 2026-05-25 13:40:15 -04:00
src feat(pdftract-2z88j): implement inspector sidebar thumbnails 2026-06-01 08:08:15 -04:00
tests test(pdftract-5kqbl): fix TH-08 log audit test 2026-05-31 15:51:34 -04:00
build.rs feat(pdftract-1t5sj): implement book_chapter profile with fixtures and tests 2026-05-27 22:30:09 -04:00
Cargo.toml fix(bf-1avnz): remove .code field access on String diagnostics in serve.rs 2026-06-01 04:14:05 -04:00
header chore(pdftract-36glh): remove unused JpxDecoder import and add verification note 2026-05-28 05:23:13 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00