aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages
Commit message (Collapse)AuthorAgeFilesLines
* Add Localhost 8545 for network dropdown namesThomas Huang2019-04-111-0/+4
|
* Only pass english function names to functionType metricDan Miller2019-04-093-13/+13
|
* Track seed phrase validation errors with MetaMetricsDan Miller2019-04-051-0/+18
|
* Remove NoticeController (#6382)Thomas Huang2019-04-023-214/+1
|
* Merge pull request #6375 from MetaMask/Version-6.3.1v6.3.1Thomas Huang2019-03-302-1/+9
|\ | | | | Version 6.3.1
| * Check token name constants against the lower case methodData name in conf tx ↵Dan Miller2019-03-301-1/+1
| | | | | | | | switch container.
| * Ensure correct confirm screen in case of smartcontract check failDan Miller2019-03-302-1/+9
| |
* | About tab copy changes; Update route for Info & Help in account menu (#6356)Chi Kei Chan2019-03-301-2/+2
|/
* Open retore-vault route from popup (#6353)Chi Kei Chan2019-03-271-1/+1
|
* Close transaction on close of notification window (#6340)Dan J Miller2019-03-261-1/+19
|
* New settings page rebased (#6333)Dan J Miller2019-03-2611-544/+857
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New setting tab * Add InfoTab * Add Advanced tab * Add Security Tab * Finish mobile view * Make new setting page responsive * Fix linter * Fix y scrolling * Update link in network dropdown * Fix e2e tests * Remove duplicate translation key * Resolve merge conflict * Only change settings header in popup view. * Place mobile-sync button in advanced-tab of settings
* Folder restructure (#6304)Chi Kei Chan2019-03-22132-0/+10047
* 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