The TranslationViewdisplays a book progress bar directly below the TranslationToolbar
Connected Issues
closes #411
QA Steps
Go to a verse and hover over the progress bar. Confirm that the approved words to total words count is accurate.
Approve a gloss for a word and hover over the progress bar again. Confirm that the approved words count has gone up by one and the total words count has remained the same.
Link two words and give them an approved gloss. Confirm that the approved words count has gone up by two and the total words count has remained the same.
In VSCode navigate to TranslationToolbar. Manually replace the value of the local variable percentageFull variable to 25%. Reload the app.
Confirm that the progress text is now displayed within the teal section of the progress bar.
What has changed
TranslationView
displays a book progress bar directly below theTranslationToolbar
Connected Issues
closes #411
QA Steps
TranslationToolbar
. Manually replace the value of the local variablepercentageFull
variable to 25%. Reload the app.Post-Deployment