Problem: Users comparing Gospel accounts may want to check the original Greek for a specific word or verse. Currently, they'd have to navigate to the reader to access the interlinear popup.
Solution: Enable the Greek word popup within the parallel Gospel view — clicking any verse opens the interlinear analysis for that specific verse.
Not included: Side-by-side Greek comparison across columns. Just the standard popup triggered from within the parallel view.
Expected user flow:
Same popup as reader — no visual changes needed.
Reuse: InterlinearPopup.svelte component.
Implementation: Add verse click handling + context menu to ParallelVerseView.svelte, wire up the "Greek/Hebrew" action to open the interlinear popup.
Files:
apps/web/src/lib/components/bible/ParallelVerseView.svelte (modify)apps/web/src/lib/components/bible/InterlinearPopup.svelte (reuse)Current: PLANNED Milestone: v2 Priority: Low — extends existing feature to another view
Dependencies: