From 9d109e6302fed60259eabee1fced546640d4f8c5 Mon Sep 17 00:00:00 2001 From: Alex Erdei Date: Wed, 7 May 2025 23:01:24 +0100 Subject: [PATCH] Archive prompts for the 34th commit --- prompts/commit34.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 prompts/commit34.txt 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? +