Closed cpsdqs closed 7 years ago
In conjunction with this, it may be good to have a better indicator for “you've been disconnected” than the flickering gif in the top-right corner which goes off-screen when you scroll
Yeah some overlay with "Reconnecting(flashing dots)" would be nice The whole reconnect thing is a little rough atm,I think one of the timers sometimes fires when it should be stopped and reloads it when it's no longer needed
On Sep 15, 2017 11:54 AM, "cpsdqs" notifications@github.com wrote:
In conjunction with this, it may be good to have a better indicator for “you've been disconnected” than the flickering gif in the top-right corner which goes off-screen when you scroll
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/espterm/espterm-firmware/issues/177#issuecomment-329737361, or mute the thread https://github.com/notifications/unsubscribe-auth/AB8lHgueeJmkA48wRvgIo5HdiC7VDBCMks5siklqgaJpZM4PYvsD .
I added this
is it in git? I still have the old behavior when the esp restarts
it is now
what a mess xD it works, with some glitches:
well the code for setting the status screen is in term.js:9–14, change it all you want
So about something related to this issue; why exactly does it reload when the ping is successful?
i think it's from back when the initial data load was done via ajax and not by sending i
to the WS.
now naturally the better solution would be to just re-open the socket
reloading the page also re-loads the window title that's atm not sent back with the initial load (i
). but that not happening is a minor drawback
Currently, it'll just show this and reload the page every few seconds