Currently, if a new client connects, you have to click the blue "Refresh" button to select it. It would be nice if this could happen automatically, especially when the user sees the "no clients connected" screen and has to click refresh a bunch.
My idea of doing this is to use Socket.IO along with Flask-SocketIO. When a new client connection is registered, an event could be emitted from Flask to the web page, telling it to re-query and update the UI.
Currently, if a new client connects, you have to click the blue "Refresh" button to select it. It would be nice if this could happen automatically, especially when the user sees the "no clients connected" screen and has to click refresh a bunch.
My idea of doing this is to use Socket.IO along with Flask-SocketIO. When a new client connection is registered, an event could be emitted from Flask to the web page, telling it to re-query and update the UI.