bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
196 stars 130 forks source link

WebUSB pairing UI is unwieldy #322

Closed Geoffree3 closed 4 years ago

Geoffree3 commented 4 years ago

Why does it requires 5 clicks in different parts of the screen to pair a micro:bit? 1) why do we have to be shown the "First time here" message a 1000 times? Couldn't there be a cookie to record that we've seen this? 2) why cannot a double-click on the micro:bit in the list connect (without having to press 'connect') or even better if there is only 1 in the list, which appear to me to be the case all the time, connect automatically without have to select at all?

Geoffree3 commented 4 years ago

moved to microsoft/pxt