masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Don't let page refresh delete all the user inputs #124

Closed masakudamatsu closed 4 years ago

masakudamatsu commented 4 years ago

The user refreshes the webpage when the website appears to be frozen or the UI appears broken, not when the user wants to start from scratch.

So deleting all the user inputs is not an ideal behavior.

We may want to keep the user inputs in the sessionStorage, and make it refill the user inputs upon reload