* configure gitignore * create CONFIG_NODE_CHANGE_INTENT action, action creator, and type * pass changeNodeIntent intstead of changeNode to Header * create saga for handling node changes that will refresh only when network changes
* Fix location query * Remove unnecessary polyfill * Fix tslint error & update history types * Parse search str using Node Query String * Revert "Parse search str using Node Query String" This reverts commit 0a482dabf29c3fbcbfd3112b974d6b98c14dca2e. * fix formatting * Add query-string * Rename App container to TabSection & pass it location prop * Add react-router withRouter HOC to NavigationLink * various adjustments/finalizations * Add location to props interface