Problem: When a user finds an interesting verse in search results, they may want to explore its cross-references without navigating away from the search page.
Solution: Add a "Cross-references" option to search result interactions, opening the existing CrossRefSidebar drawer directly from the search page.
Not included: Inline cross-ref display within results. Just the sidebar drawer.
Expected user flow:
Same sidebar as reader — 480px right drawer, ref cards, internal breadcrumbs, vote threshold.
Reuse: CrossRefSidebar.svelte component.
Implementation: Add verse interaction + context menu to search results, wire up CrossRefSidebar.
Files:
apps/web/src/routes/(app)/search/+page.svelte (modify)apps/web/src/lib/components/bible/CrossRefSidebar.svelte (reuse)Current: PLANNED Milestone: Foundation Priority: Low — extends existing feature to search context
Dependencies: