fleet/frontend/redux
Mike Stone 01e7ac2b6c Create query (#382)
* API call to create queries

* Add queries to redux

* create query when query form is submitted

* Redirect to ShowQueryPage after creating query

* Removes theme dropdown and NewQuery component header

* Extract NewQueryPage component state to redux state

* Pass logic down to NewQuery component as props

* Changes NewQuery component name to QueryComposer

* Render NewQueryPage for /queries/:id route

* Update ReduxConfig for loading a single resource

* QueryPage tests

* Get query when the query page loads

* catch errors when query is invalid

* Renames UpdateQueryForm to QueryForm to re-usability

* Changes InputField to a controlled component

* Always render the Query Form on Query Pages
2016-11-07 11:42:39 -05:00
..
middlewares Update eslint (#337) 2016-10-21 19:13:41 -04:00
nodes Create query (#382) 2016-11-07 11:42:39 -05:00
utilities Cleaning JavaScript imports and if statements (#327) 2016-10-19 16:22:18 -04:00
reducers.js Cleaning JavaScript imports and if statements (#327) 2016-10-19 16:22:18 -04:00
store.js Cleaning JavaScript imports and if statements (#327) 2016-10-19 16:22:18 -04:00