miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.99k stars 727 forks source link

Fix enclosure playback speed indicator precision #2691

Closed ztec closed 5 months ago

ztec commented 5 months ago

The original idea was to have two digit precision at all time in order to ensure the length of the string is always the same. This prevents the UI button to move when pressed. I completely missed the first press as the precision was not right upon first click.

Before: Speed indicator is 1x

After: Speed indicator is not 1.00x

Do you follow the guidelines?