OpenRoberta / robertalab-usbprogram-nxt

USB connection for NXT
Apache License 2.0
0 stars 1 forks source link

[UX] Automatically close "robot disconnected" message when robot is re-connected #1

Open stex opened 5 years ago

stex commented 5 years ago

Currently, there is a warning message when the robot has been disconnected, most likely to run a program without the USB cable attached.

When re-connecting the robot, I always have to close this popup before the main program recognizes the robot again which gets quite annoying over time.

I'd suggest to either display the disconnect warning in a snackbar element or automatically close the popup when the robot is re-connected (which might be more difficult as the main program most likely halted on display)