Archive prompts for the 34th commit

This commit is contained in:
Alex Erdei 2025-05-07 23:01:24 +01:00
parent 545413d2ce
commit 9d109e6302
1 changed files with 10 additions and 0 deletions

10
prompts/commit34.txt Normal file
View File

@ -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?