aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove betaUI preference state, replace with completedUiMigrationWhymarrh Whitby2019-02-051-5/+3
|
* Add visual indicator when displaying a cached balance (#5854)Dan J Miller2019-01-301-0/+1
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | * 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
* Adds network loading retry / error screen.Dan Miller2018-12-131-2/+2
|
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-1/+1
| | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-1/+1
| | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* Remove .onlyThomas2018-10-311-1/+1
|
* Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is ↵Thomas2018-10-311-23/+95
| | | | dispatched
* Merge branch 'develop' into reducersThomas2018-10-312-36/+1468
|\
| * Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-1/+1
| |
| * Fix blockies icons overriding contract map icons. Refactor Identicon ↵Alexander Tseung2018-10-251-36/+0
| | | | | | | | component (#5599)
| * test - add actions unit tests (#5369)Thomas Huang2018-10-101-0/+1468
| | | | | | | | | | | | | | | | * Actions.spec.js * Error handling tests * Lint
* | Isolate variables to individual testsThomas2018-10-311-53/+64
| |
* | ReducersThomas2018-10-102-0/+1491
|/
* Some Ui teststmashuang2018-09-255-1/+307
|
* Point add-token unit test to old-ui component.Dan2018-02-081-1/+1
|
* Clean up test, remove react & mountWithStoreThomas2018-01-311-3/+2
|
* Set address to default with empty string, add test validation.Thomas2018-01-311-0/+44