better messaging around actions done
This commit is contained in:
@@ -202,9 +202,12 @@ function useSocketHandler(linesData: MasterLineData[]) {
|
|||||||
console.error(
|
console.error(
|
||||||
"SOCKET | there was a problem with your app...connection closed likely due to idling or manual disconnect"
|
"SOCKET | there was a problem with your app...connection closed likely due to idling or manual disconnect"
|
||||||
);
|
);
|
||||||
toast(
|
// todo: figure out the right thing based on the situation whether it's a problem or user unplugs
|
||||||
"Disconnected due to idling or some other issue. Please reconnect or refresh to fix the problem."
|
// toast(
|
||||||
);
|
// "Disconnected due to idling or some other issue. Please reconnect or refresh to fix the problem."
|
||||||
|
// );
|
||||||
|
|
||||||
|
toast("unplugging");
|
||||||
setDesktopMode("flowState");
|
setDesktopMode("flowState");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user