aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/higher-order-components
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-2213-300/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-236-0/+62
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Use Parity on-chain registry only when is needed (#6052)Esteban MiƱo2019-01-231-3/+16
| | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response
* Add unit testsAlexander Tseung2018-09-201-0/+43
|
* Add withModalProps HOCAlexander Tseung2018-09-202-0/+22
|
* Fix e2e testsAlexander Tseung2018-08-241-10/+8
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-6/+16
|
* Add withMethodData HOC, add higher-order-component folderAlexander Tseung2018-08-244-0/+152