You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user needs to change an existing remote's option that is far in the prompt chain, they need to select "Next" many times in order to get there. In CLI it would be simple, as it just requires pressing Enter to keep the current config value and go to the next one. On a touch screen, the default dialog behavior of adjusting its size to contents invites the user for a whack-a-mole game. It could be better to make the dialog always occupy full screen, even if the empty space may not be visually appealing.
Additionally, some way to go back to the previous prompt would be very useful in this scenario (in case the user happens to click "Next" one time too many).
The text was updated successfully, but these errors were encountered:
This makes it easier to reach the UI elements one-handed and prevents
the dialog action buttons from shifting.
Fixes: #9
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Good point about the whack-a-mole. I've added a new option in #15 that makes all dialog boxes show up at the bottom of the screen. This should keep the reset/cancel/next buttons always in the same place. The appearance of the dialog itself is still exactly the same, except it only grows upwards now, instead of both upwards and downwards.
Additionally, some way to go back to the previous prompt would be very useful in this scenario (in case the user happens to click "Next" one time too many).
This is unfortunately not possible with rclone's interactive configuration API.
When a user needs to change an existing remote's option that is far in the prompt chain, they need to select "Next" many times in order to get there. In CLI it would be simple, as it just requires pressing Enter to keep the current config value and go to the next one. On a touch screen, the default dialog behavior of adjusting its size to contents invites the user for a whack-a-mole game. It could be better to make the dialog always occupy full screen, even if the empty space may not be visually appealing.
Additionally, some way to go back to the previous prompt would be very useful in this scenario (in case the user happens to click "Next" one time too many).
The text was updated successfully, but these errors were encountered: