-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
We have two painful issues w/ the Blazor reconnection experience:
- Circuits are disconnected and lead to a lost entry state for artists when they are in the middle of creating products. This is a known issue and is supposed to be fixed for .NET8. However, recent language does not give me the greatest of confidence this will actually be addressed as expected. So, we want to improve this scenario so that on entry screens we auto-save the form entry (stuffed in local storage, no doubt) and reload it when circuit is lost+re-established.
- The reconnect experience provides a nice big button when the server cannot be found (rare) but not when the server is found but circuit is lost (very common) 🤦♂️ We want to improve this so that the big awesome button is available to the user in every scenario https://stackoverflow.com/questions/58404533/how-can-i-change-the-could-not-reconnect-to-the-server-text-in-blazor
greenbrook
Metadata
Metadata
Assignees
Labels
No labels