Clon1998 / mobileraker

A Flutter mobile app for Klipper/Moonraker
Other
487 stars 55 forks source link

Streamlining manually entered values #406

Closed iamrans0m00 closed 2 months ago

iamrans0m00 commented 2 months ago

Feature Request

Problem Description

When setting fields like fan speed/pins to enter a value you have to tap on the field and then delete the existing value and then can enter the correct value and then need to tap confirm

Proposed Solution

When the dialog comes up to enter the value -highlight the existing value -automatically bring up the numpad -also give the option to confirm the value by tapping on the done button on the numpad

Alternatives Considered

Not submitting this request and deal with the extra taps.

Additional Context

None


Checklist To help us understand your feature request, please ensure you've covered the following points:

Your input is valuable in shaping the development of our project. Thank you for taking the time to submit your feature request!

Clon1998 commented 2 months ago

Greate Idea! I actually implemented something similar in other parts of the app.

Just committed the changes :)