ever-co/ever-traduora

Translation progress not displaying anymore

Ellpeck opened this issue · 2 comments

Describe the bug
The translation progress is not being displayed anymore on the Translations web view since one of the recent updates. It seems like the height being set to auto here causes the progress bar's height to be displayed as 0. As you can see in the screenshots, setting a specific height for this element using dev tools causes the progress bar to be displayed again.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Translations'
  2. See error

Expected behavior
The translation progress should display next to each language like it used to.

Screenshots
image
image

Environment (please complete the following information):

  • Device: Desktop
  • OS: Windows 10
  • Browser: Chrome
  • Version: 0.19.1

Still experience the same issue. The progress bar is styled with height: auto, which currently causes a height of 0.
(Experienced with the current docker image.)

@adkif can you please setup this project locally and take a look into this issue? Please ask @rahul-rathore-576 for help with setup / running. Thank you!