globalbibletools / gbt

https://interlinear.globalbibletools.com
15 stars 2 forks source link

feat: show progress in the translation view #417

Closed tycebrown closed 3 months ago

tycebrown commented 3 months ago

What has changed

Connected Issues

closes #411

QA Steps

  1. Go to a verse and hover over the progress bar. Confirm that the approved words to total words count is accurate.
  2. 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.
  3. 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.
  4. In VSCode navigate to TranslationToolbar. Manually replace the value of the local variable percentageFull variable to 25%. Reload the app.
  5. Confirm that the progress text is now displayed within the teal section of the progress bar.

    Post-Deployment