Idea is to have a new tab in the sidebar, next to the attributes that keeps track of all queries we executred on the current datasource, along with some statistics like execution time and last execution
Queries in the history list are clickable; click one will reload that query and execute it.
Note: we have some code now to turn the query state into a url hash, and this automatically updates the browser history. I think any further history functinoality should build further on that.
Idea is to have a new tab in the sidebar, next to the attributes that keeps track of all queries we executred on the current datasource, along with some statistics like execution time and last execution
Queries in the history list are clickable; click one will reload that query and execute it.