Problem: While comparing Gospel accounts, users may discover a verse they want to explore further through cross-references. Currently, they'd need to navigate to the reader first.
Solution: Add a "Cross-references" option to the verse context menu within the parallel Gospel columns, opening the existing CrossRefSidebar drawer.
Not included: Cross-references between the parallel Gospel columns themselves (the pericope system already handles that relationship).
Expected user flow:
Same sidebar as reader — 480px right drawer, ref cards, breadcrumbs, vote threshold.
Reuse: CrossRefSidebar.svelte component.
Implementation: Add verse context menu to ParallelVerseView.svelte with cross-ref trigger. Pass the specific (bookId, chapter, verse) from the clicked column.
Files:
apps/web/src/lib/components/bible/ParallelVerseView.svelte (modify)apps/web/src/lib/components/bible/CrossRefSidebar.svelte (reuse)Current: PLANNED Milestone: v2 Priority: Low — extends existing feature to another view
Dependencies: