diff --git a/prompts/commit34.txt b/prompts/commit34.txt new file mode 100644 index 0000000..ab18c7f --- /dev/null +++ b/prompts/commit34.txt @@ -0,0 +1,10 @@ +The last fix before deployment is the online status, when someone +closes the browser window, without signing out. Although we +handle the event which is visibility change to send the request, +the browser closes before the request is sent. Fix this in the +backend.js file and remove the unnecessary before unload listener +from the UserAccount component. + +How about if someone just hides the browser window on mobile for +example? +