Problem: When studying verses in the parables or themes views, users may want to explore cross-references — but the sidebar is currently only available in the main reader.
Solution: Add the same "Cross-references" context menu option to verse interactions in parables and themes detail pages, opening the CrossRefSidebar drawer.
Not included: A dedicated cross-reference view within these pages. Just the existing sidebar drawer triggered from verse interactions.
Expected user flow:
Same sidebar as reader — consistent experience across all views.
Reuse: CrossRefSidebar.svelte — same component.
Implementation: Add verse click handling and context menu to parables/themes detail pages, passing the selected verse to CrossRefSidebar.
Files:
apps/web/src/routes/(app)/themes/[id]/+page.svelte (modify)apps/web/src/routes/(app)/parables/[id]/+page.svelte (modify)apps/web/src/lib/components/bible/CrossRefSidebar.svelte (reuse)Current: PLANNED Milestone: v2 Priority: Low — extends existing feature to additional views
History:
Dependencies: