suttacentral / bilara

Our Computer Aided Translation software
10 stars 8 forks source link

Prompt before leaving if there are uncommitted changes #30

Closed sujato closed 4 years ago

sujato commented 5 years ago

To avoid losing any data, Bilara should give you a modal to protect your data. Something like:

There are unsaved changes on the page.                                         ☒

<button>Discard</button>                                    <button>Save</button>

Use HTML <dialog> for this?