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
Currently users don't know whether they are connected or not. If their network disconnects and they click around, parts of the site might load without issue and others will just disappear entirely. This can be frustrating even though it's not on our end.
Requirements
Sails Socket should detect the interruption. We should use this existing structure and make this more visible to the end user.
A toast should be fine for now, although we should consider whether it's worth disabling access entirely until the connection is resumed.
How to Demo
Log into the platform locally with the server running
Disconnect the server
Verify that connection interrupted visual is shown
Development Tasks
look into what's available to us through Sails socket library
determine visual approach
implement dialogue
The text was updated successfully, but these errors were encountered:
Details
Currently users don't know whether they are connected or not. If their network disconnects and they click around, parts of the site might load without issue and others will just disappear entirely. This can be frustrating even though it's not on our end.
Requirements
How to Demo
Development Tasks
The text was updated successfully, but these errors were encountered: