miniflux / v2

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

Fix enclosure playback speed indicator precision #2691

Closed ztec closed 2 weeks ago

ztec commented 2 weeks 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?