Problem: The Parallel Gospel view shows multiple Gospel accounts side by side, which is perfect for comparing how different Gospel writers described the same event. Adding interlinear access would let users compare the original Greek across Gospels.
Solution: Enable the Greek word popup within the Parallel Gospel view, so users can click any verse in any Gospel column to see its Greek word-by-word analysis.
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. Just enabled in the parallel view context.
Implementation:
ParallelVerseView.svelteInterlinearPopup with the selected verse's coordinatesReference: BibleGame had Greek popup inside the parallel view.
Files:
apps/web/src/lib/components/bible/ParallelVerseView.svelte (modify)apps/web/src/lib/components/bible/InterlinearPopup.svelte (reuse)Current: NEEDS_DESIGN Milestone: v2 Priority: Low — extends existing feature to another view
Design questions:
Dependencies: