[x] Use Tabulator min.js files instead of using cdn ? - Try cdn for now will review in v2
[x] fix: loading screen shows even job was cancelled successfully
[x] Catch possible errors
[x] Handling json outputs ( beta )
[x] Update README to reflect the addition of this feature
[x] fix: When view already exists and the query is ran without the view in focus, it does not show until the query has finished running - As a work around we have added the run button in the panel as an entry point which would result in the panel always being in focus
[x] feat: Add run button in panel
[x] If running a query returns an error show the error somewhere ? - Perhaps worth catching most errors via dry run ?
[x] feat: ability to cancel the query
[x] feat: show statistics of the query ran
[x] fix: multiple jobs being initiated for the same query
[x] fix: if web panel is not active the query is not ran. Currently shows warning message
[x] fix: results are lost if web panel focus is lost
[x] feat: show time when query is ran
[x] feat: show time taken to run query
[x] feat: show row number against rows of the table
[x] fix: Loading shows even when there is no query being ran
[x] feat: Handle pre / post operations ? - Main query can depend on vars declared in pre_operations ? - check this
[x] fix: query does not show results when there is a assertion in the config - Maybe when there is assertions we can give the user the options to run assertions via command pallet ?
This PR
Version 2 ideas