hmc-whisk / jsLDA

A React based version of jsLDA with brand new features added on
Other
0 stars 0 forks source link

Add warning about losing progress before page unloading #190

Closed mia1024 closed 3 years ago

mia1024 commented 3 years ago

Currently, already trained model is not saved when the page is unloaded. However, users may not expect this behavior and therefore losing work-in-progress due to a page refresh. So, a warning about losing any not-downloaded page training progress should be added.

Alternatively, trained models can be saved in LocalStorage automatically.