You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change segment view to allow for infinite scroll within a book
* Fix external scrRef change-related issues (UNFINISHED)
* Adjust animation/fade timing
* Refactor scrRef navigation with new hook
* Post-refactor adjustments
* Hoist SegmentListView into own component, fix lingering external nav fade/realignment timing issues, add chapter markers and associated setting
* Cleanup
* Fix snapping issues
* Extract useLatestRef/useRecenterSnap hooks, fix verse-0 echo nav
* Add shared hooks to reduce odds of drift
* Minor improvements
* Minor adjustments
* Stabilize duplicate results from PAPI scripture picker
* Update doc
* Fix alignment issues when toggling Continuous Scroll Mode
* Prevent scroll from going past final segment
* Clear timeout for stale fade-in
* Add same verse ref guard to handleSegmentSelect
* Improve test coverage
* Minor adjustments
* Refactor useSegmentWindow hook
* Fix flicker after external nav double-sends new ref
* Address review findings: navigation edge cases, dropdown stacking, verse-0 dead code (#103)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* Cleanup
---------
Co-authored-by: D. Ror. <imnasnainaec@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
"%interlinearizer_viewOption_hideInactiveLinkButtons%": "Hide out-of-segment link buttons",
19
19
"%interlinearizer_viewOption_simplifyPhrases%": "Show phrase controls on focus only",
20
+
"%interlinearizer_viewOption_chapterLabelInVerse%": "Show chapter in verse label",
20
21
"%interlinearizer_projectSettings_hideInactiveLinkButtons%": "Hide Out-of-Segment Link Buttons",
21
22
"%interlinearizer_projectSettings_hideInactiveLinkButtonsDescription%": "Hide link buttons between phrases in segments that are not currently active",
22
23
"%interlinearizer_projectSettings_simplifyPhrases%": "Show Phrase Controls on Focus Only",
23
24
"%interlinearizer_projectSettings_simplifyPhrasesDescription%": "Hide interactive controls (split, unlink, remove-token) on phrases that are not currently focused, leaving only their style change on hover",
25
+
"%interlinearizer_projectSettings_chapterLabelInVerse%": "Show Chapter in Verse Label",
26
+
"%interlinearizer_projectSettings_chapterLabelInVerseDescription%": "Mark chapter boundaries by labeling the first verse of each chapter as chapter:verse instead of showing an inline chapter header above it",
24
27
"%interlinearizer_linkButton_crossSegmentDisabledTooltip%": "Cross-segment phrases are not supported. This link button is outside the current segment.",
0 commit comments