ankane/blazer

[Idea] New / Edit state stored in localstorage

RStankov opened this issue ยท 2 comments

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.

Hi @RStankov, check out #436.

I see. Thanks for explaining.