fabilab / cell_atlas_approximations_HI

Human interface for cell atlas approximations
0 stars 1 forks source link

Implement browser default confirmation on page exit/refresh #47

Closed YingX97 closed 10 months ago

YingX97 commented 10 months ago

Hi Fabio, Here are the updates:

Initially, I have implemented a custom modal to hanle page exit confirmation. However, most of the browsers have restricted the ability to customize the page leave confirmation. So, let's just use the browser default one, Now, when users confirm their intent to leave, they are redirected from the mainboard back to the landing page. The code is ready for merging, but a review of the latest commit would be appreciated. Thank you.