rsparkyc / bsf-study-questions

Web app to
0 stars 0 forks source link

If we resize a text box, is there a place we can store that so we can restore that on a page refresh? #20

Open rsparkyc opened 1 year ago

rsparkyc commented 1 year ago

Perhaps there's a "question" per week that we can use to store state is a JSON blob? Otherwise, we can start by using local storage.

rsparkyc commented 12 months ago

But what would this do when switching to mobile? (Local storage would work fine in that case, but can we even resize on mobile?)