[Idea] New / Edit state stored in localstorage
RStankov opened this issue ยท 2 comments
RStankov commented
Hi,
Thanks for your work. Blazer is one of the first gems I add to any new project ๐
Problem
When working on complex queries, I spend 10-20 minutes in a new/edit form. Then, for some reason, I click back or close the tab and lose the query. ๐ซฃ
Solution
The form's contents can be stored in localStorage or sessionStorage, so it will remain there when we re-open the form.
If you find this useful, I can open PR for it.
RStankov commented
I see. Thanks for explaining.