wger-project / flutter

Flutter fitness/workout app for wger
GNU Affero General Public License v3.0
528 stars 231 forks source link

Set weight interface seems clumsy #628

Closed ysalmon closed 6 days ago

ysalmon commented 1 month ago

Steps to Reproduce

  1. open wger app for android
  2. in the Weight section, click +

In addition :

  1. click the - or + around the displayed weight.

Expected results: 1.2. The selected date for adding a weight measurement should be today.

  1. Increment or decrement in weight should be practical, ie. either 0.1 kg or 0.05 kg.

Actual results: 1.2. The selected date is the day before (maybe because that was the day for which a measurement was last stored).

  1. The weight increment/decrement is 0.25 kg, which is impractical when your scale gives measurements in steps of 0.1 kg.
rao-suraj commented 3 weeks ago

I can work on this if you want it to get changed.

Dieterbe commented 6 days ago

this was bothering me too. the fix has been merged, and should appear in the playstore/appstore soon