James Prado
2075a416ae
Animate transaction notifications & fix styles ( #305 )
...
* Add disclaimer modal to footer
* Remove duplicate code & unnecessary styles
* Fix formatting noise
* remove un-used css style
* Fix tslint error & add media query for modals
* Nest Media Query
* Add react-transition-group
* Animate notifications with react-transition-group
* Identify issue with notifications getting overridden
* Update RTG (react-transition-group) to v2 & identify keys as animation issue
* Add unique id on successful transactions for unique keys
* update classNames, remove unused import
* Revert removing lodash
* Remove unnecessary test util
* Remove formatting noise
* Remove all formatting noise
* Update CSS & Change notification unique id
* Add unique id for each notification
2017-11-06 22:20:19 -08:00
Daniel Ternyak
a06298afa1
Refresh on Network Change ( #261 )
...
* 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
2017-10-03 21:37:06 -07:00
James Prado
6f7e3c27e2
Fix regressions introduced in #241 ( #247 )
...
* 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
2017-10-03 21:13:49 -07:00