Closed birchamp closed 1 year ago
Notes:
in TsvContent.js there is a setQuote() callback that informs the app information about the current tn or twl selected (see https://github.com/unfoldingWord/translation-helps-rcl/blob/main/src/components/TsvContent/TsvContent.js#L190).
In gateway edit we will have to add a state variable in WorkspaceContainer to keep track of the reference for the selected check. This checkReference would be passed as common property to the scripture cards.
const originalScriptureConfig = useScripture({
, we should pass checkReference for ref whenever it is defined. (see https://github.com/unfoldingWord/gateway-edit/blob/develop/src/components/WorkspaceContainer.js#L544)test procedure
edit the first note and change the reference to 1:14-18 and put some Greek words in the quote
screenShot 1
@elsylambert
Looks good in v1.2.0 build 9ebcb5b
Looks good with v1.2.0 build 1f1cfb0 QA
The card and current item that is in focus determines what is shown in the scripture pane.
DoD:
When the user browses the TN or TWL card, the scripture pane updates what verse or verses are shown based on whether there is a reference range.