Hi and thanks for implementing multiple progress bars!
I decided to test the functionality right away - everything works as it should. The only thing missing is the alignment of the labels.
For example:
```text-progress-bar
Player 1: 10/10
Player 2: 3/3
Player 126: 7/7
fill:⚽
```\
In this example, the label Player 126 has 10 characters and the other two have 8 characters each. As a result, the progress bars are shifted by the difference in character offsets. Perhaps I would like to have the same behavior as in tables, or automatically set a fixed offset (but there is a risk that the different lengths of different fonts may differ significantly) so that all progress bars start at the same level.
Hi and thanks for implementing multiple progress bars!
I decided to test the functionality right away - everything works as it should. The only thing missing is the alignment of the labels.
For example:
In this example, the label
Player 126has 10 characters and the other two have 8 characters each. As a result, the progress bars are shifted by the difference in character offsets. Perhaps I would like to have the same behavior as in tables, or automatically set a fixed offset (but there is a risk that the different lengths of different fonts may differ significantly) so that all progress bars start at the same level.