blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
130 stars 23 forks source link

Feature/spinner control #213

Open crimsoncor opened 1 month ago

crimsoncor commented 1 month ago

Add a preference for Spinner granularity which can be set to 5, 10, or 15 seconds.

If a time value is entered for an exercise that cannot be shown in the spinner, then it will automatically show the text edit instead of the spinner. Changing the value to a valid spinner value will call the spinner to reappear. This addresses bug https://github.com/blockbasti/just_another_workout_timer/issues/197

Add a preference for tap to edit. When it is activated, spinners have to be tapped to cause them to work instead of always being active. you can also long press to enter the manual text edit mode.