ourjapanlife / findadoc-web

Front-end repository for Find a Doc, Japan
https://findadoc.jp
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

Update mod panel modal logic #771

Closed ShizuokaTerrier closed 1 month ago

ShizuokaTerrier commented 1 month ago

Problem

The modal currently opens when a user tries to navigate away from the moderation submission edit page using the back button in the browser. Logically we should only do this if there is unsaved information written in the form that may be lost.

Success

The modal only appears when a user has entered information in the form and tries to leave the page without saving it.

Requirements

Implementation notes

Only the logic for the second if block condition needs changing the rest of the statement should not need refactoring.

NabbeunNabi commented 1 month ago

Closed as shown as the merge from #800