* global store init
* Moved query data to new component
* Removed unwanted code
* Removed data queries prop drilling
* Moved query state out of editor
* Added unsafe to componentWillReceiveProps
* Selected first query when the version is changed
* Fixed bug on renaming query
* Fixed issue on dark theme
* Fixed running query on page load in viewer
* Query manager refactor init
* Added global data source in store
* Disabled devtools on production
* Fixed bug on selecting query after deletion
* Reset store when editor is loaded
* Moved query manager to functional component
* Fixed conflict issues
* Fixed infinite loop on tooljetDB
* Set the store name and updated devtools logic
* Fixed issue on displaying draft query from data sources
* Updated comments on the store
* Fixed bug on changing data source and creating query from data source
* Fixed bug on showing unsaved changes popup
* Fixed issue on showing confirmation modal everytime without any changes
* Fixed issues on query renaming
* Fixed issue on creating restAPI query
* Fixed issue on running runJS, runPY
* Fixed toast bug on running query after renaming it
* Fallback - toast bug on running query after renaming it
* Fixed issue on running query after app switch
* Fixed bug on running query with save button click
* Fixed bugs on displaying query notifications
* Hidden the copilot tooltip on the toggles