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
Is your feature request related to a problem? Please describe.
Currently, the ws connection alert is handled by adding an anchored div to the end of the document and setting the site's location to the anchor. This spills the url, moves the focus of the page and it doesn't disappear upon reconnecting.
Describe the solution you'd like
make the warning an overlay
prepend an equally spaced div to the page to avoid blocking functionality of the UI, which might also work without ws
let the user chose whether to display the above div
let the user chose whether to display the alert
clear the overlay upon reconnection, don't display the alert, if the reconnection was done within the webchannels_server_gone_alert_timeout
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the ws connection alert is handled by adding an anchored div to the end of the document and setting the site's location to the anchor. This spills the url, moves the focus of the page and it doesn't disappear upon reconnecting.
Describe the solution you'd like
webchannels_server_gone_alert_timeout
The text was updated successfully, but these errors were encountered: