pdftract/crates/pdftract-cli/src
jedarden ba03d03f90 feat(pdftract-3mdb7): implement hover tooltips for inspector
- Update app.js setupTooltips() to show span attributes
  - Display text/font/confidence/bbox when available
  - Display block-ref/MCID/reading-idx when available server-side
  - Add edge detection for repositioning near viewport edges
  - Use 8px offset from cursor
- Update style.css tooltip styling per spec:
  - Light background (rgba(255,255,255,0.95))
  - Border: 1px solid #ccc
  - Monospace font family
  - 12px font size
  - No CSS transitions for 50ms appearance

Acceptance criteria:
- Tooltip appears within 50ms (no CSS transitions)
- Shows available data-* attrs as formatted rows
- mouseleave hides tooltip
- Auto-repositions near right/bottom edges
- XSS-safe via textContent (no innerHTML)

Phase: 7.9.6
2026-05-31 23:24:42 -04:00
..
doctor feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
grep fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
inspect feat(pdftract-3mdb7): implement hover tooltips for inspector 2026-05-31 23:24:42 -04:00
mcp fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
middleware fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
cache_cmd.rs feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
classify.rs fix: resolve compilation errors across codebase 2026-05-25 08:38:04 -04:00
codegen.rs feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
hash.rs fix(pyo3): correct extract_text_fn call in extract_markdown stub 2026-05-28 20:28:25 -04:00
header.rs chore(pdftract-36glh): remove unused JpxDecoder import and add verification note 2026-05-28 05:23:13 -04:00
lib.rs feat(pdftract-91e1i): HTTP fetch sequence implementation 2026-05-28 13:17:00 -04:00
main.rs feat(profiles): add profile infrastructure and initial fixtures 2026-05-31 15:10:51 -04:00
output.rs fix(pdftract-63ka2): AES-128 test buffer allocation for PKCS#7 padding 2026-05-28 01:30:33 -04:00
pages.rs fix(pdftract-25igv): fix emit! macro usage in codespace parser 2026-05-28 07:29:33 -04:00
panic_hook.rs wip: AcroForm improvements, debug tooling, test corpus, and fixture updates 2026-05-30 09:48:14 -04:00
password.rs feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
profiles_cmd.rs feat(profiles): add profile infrastructure and initial fixtures 2026-05-31 15:10:51 -04:00
serve.rs wip: AcroForm improvements, debug tooling, test corpus, and fixture updates 2026-05-30 09:48:14 -04:00
serve.rs.bak feat(pdftract-1t5sj): implement book_chapter profile with fixtures and tests 2026-05-27 22:30:09 -04:00
url.rs fix(pdftract-25igv): fix emit! macro usage in codespace parser 2026-05-28 07:29:33 -04:00
verify_receipt.rs feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00