Problem: When the user navigates to the next/previous verse in the interlinear popup (see Verse-by-Verse Navigation), their current word selections should be saved automatically — not lost.
Solution: When navigating to a new verse with the interlinear popup open, automatically save any word selections via the word selections API with a 500ms debounce.
Not included: Manual save confirmation or undo. Saves happen silently.
Expected behavior:
Invisible — no UI feedback. Saves happen silently in the background.
Implementation:
syncToServer() for current selectionsFiles:
apps/web/src/lib/components/bible/InterlinearPopup.svelte (modify)Current: PLANNED Milestone: v2 Priority: Medium — prevents data loss during study
Dependencies: