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 using the controller to perform actions that require confirmation as arm, disarm, etc... The confirmation pop-up isn't appearing. Now that we've implemented global enable/disable for slide to confirm lib in #761 and added the ability to confirm via the controller in #822 we need to ensure that all actions requiring confirmation, such as arming and disarming, work with the controller, not just through the UI.
The text was updated successfully, but these errors were encountered:
Joystick buttons can be made intentionally hard to press accidentally (by physical design), and can also be composite actions already (by software configuration), in which case they shouldn't always need an additional confirmation step that requires removing hands from the joystick (e.g. like the "emergency stop" button on machinery, or using a modifier keyas the confirmation of intent).
We should have a discussion on the desired behaviour here, because "take your hands off the joystick" doesn't seem like a practical default to me. If implementing nuanced behaviour is also impractical then my personal preference would be to encourage good practices when configuring the joystick profiles, rather than requiring confirmations off the joystick.
When using the controller to perform actions that require confirmation as arm, disarm, etc... The confirmation pop-up isn't appearing. Now that we've implemented global enable/disable for slide to confirm lib in #761 and added the ability to confirm via the controller in #822 we need to ensure that all actions requiring confirmation, such as arming and disarming, work with the controller, not just through the UI.
The text was updated successfully, but these errors were encountered: