You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to have a dialog that will ask for confirmation if I press F5 while I'm editing my code. Most of my editors (Visual Studio/Code) have F5 as a "Run" shortcut, so sometimes out of habit, I press F5 and lose my entire code.
Describe the solution you'd like
If you are on the page /kata/, show a confirmation dialog before reloading the page if F5 is pressed.
Describe alternatives you've considered
I should not press F5 haha.