ankane / blazer

Business intelligence made simple
MIT License
4.5k stars 471 forks source link

[Idea] New / Edit state stored in localstorage #472

Closed RStankov closed 3 months ago

RStankov commented 4 months ago

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.

ankane commented 3 months ago

Hi @RStankov, check out #436.

RStankov commented 3 months ago

I see. Thanks for explaining.