PASSAGES: two languages possible, STET: fully specified passage bolding#289
Merged
PurpleGuitar merged 44 commits intoWycliffeAssociates:doc-dev.walink.orgfrom Feb 20, 2026
Conversation
...based on availability of passages for language chosen.
This is a better option than using all non localized names if any one localized book name is missing. This way we localize book names as much as possible and where that is not possible, English names are used which serves to highlight content issues for later fix by content experts.
By request of PO
Make it more obvious to user that passage is not available in the language chosen.
Programmatically creating styles for available and unavailable passages and then using them allows the document user to change the styles per document if desired. Wider table per request of PO
Properly show state and in particular available vs. chosen of passages.
And cleanup/simplification
This makes checkboxes behave as expected when selected and then hitting next and then going back to select passages page or when selecting back and then going back to select passages page. Cleanup of logic
This makes checkboxes behave as expected when selected and then hitting next and then going back to select passages page or when selecting back and then going back to select passages page. Cleanup of logic
docxcompose -> docxcompose3 because the latter doesn't use pkg_resources which is no longer supported. Constrain pip to <26 because pip-tools is not yet ready for pip 26.
Fix bug where initial load of passages basket could fail to capture updated state of available passages. Now the basket always stays in sync with asynchronous reactive updates to stores.
This allows playwright to run more tests in parallel
Slow things down a bit to help with tests passing
PurpleGuitar
approved these changes
Feb 20, 2026
f25c064
into
WycliffeAssociates:doc-dev.walink.org
14 of 15 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves issues: #287, #288 and #286