aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages
Commit message (Expand)AuthorAgeFilesLines
* Address book send plus contact list (#6914)Dan J Miller2019-08-0156-595/+2741
* Remove unused props from routes and network dropdown (#6919)Mark Stacey2019-07-291-63/+5
* Override `ownProps` with state props in `SignatureRequest` (#6911)Mark Stacey2019-07-261-8/+0
* Remove `seedWords` completely from metamask state (#6920)Mark Stacey2019-07-263-15/+1
* Remove unused `seedPhrase` prop (#6913)Mark Stacey2019-07-251-8/+1
* Single asset dropdown fix (#6900)Kristian Tapia2019-07-242-2/+9
* Re enable the setMouseUserState styles. (#6860)Terry Smith2019-07-161-1/+3
* Remove stray period from Learn More link (#6853)Whymarrh Whitby2019-07-161-1/+1
* Add translation support for Learn more and All done on end-of-flow (#6847)Terry Smith2019-07-151-2/+2
* Merge pull request #6832 from MetaMask/master-rebasedThomas Huang2019-07-132-42/+63
|\
| * Version 6.7.2 gas limit fix (#6786)Dan J Miller2019-07-052-42/+63
* | Remove unused expressions (#6839)Mark Stacey2019-07-121-1/+1
* | Create MetaFoxLogo component (#6819)ryanml2019-07-105-65/+10
* | Address various UI styling issues (#6744)Dan J Miller2019-07-095-168/+19
* | Declare variables before use (#6806)Mark Stacey2019-07-061-12/+12
|/
* Remove UiMigrationAnnouncement and associated state (#6794)Whymarrh Whitby2019-07-041-2/+0
* Added Confirmation Modal for Delete Network (#6776)Akshit Kr Nagpal2019-07-023-11/+15
* Merge pull request #6765 from MetaMask/masterDan Finlay2019-07-024-9/+42
|\
| * Fixes display of confirm screen token decimals by not relying on confirmTrans...Dan Miller2019-06-283-9/+38
| * Add simulation failure to tx confirmation when transaction simulationFailsThomas2019-06-261-0/+4
* | Handle invalid strings during seed phrase import (#6743)Whymarrh Whitby2019-06-282-4/+93
* | Fix seed phrase import back button (#6758)Mark Stacey2019-06-271-0/+1
* | Fixes #6760, correct PropTypes for nextRoute (#6761)ryanml2019-06-271-1/+1
|/
* 4byte fallback (#6551)Whymarrh Whitby2019-06-186-94/+95
* Add delete to custom RPC form (#6718, #6650)Dan J Miller2019-06-177-58/+205
* Fix styles on 'import account' page, update help link (#6700)Kirill Goncharov2019-06-171-2/+4
* Feature: sync with mobile v2 (#6673)Esteban MiƱo2019-06-121-3/+26
* Revert "fixed #5524"Jenny Pollack2019-06-071-16/+5
* lint cleanupMathew Kamkar2019-05-251-2/+0
* Enable Ledger hardware wallet support on FirefoxMathew Kamkar2019-05-251-6/+0
* Ensures that transactions cannot be confirmed if gas limit is below 21000. (#...Dan J Miller2019-05-231-0/+9
* Remove unused fn arguments in AmountMaxButtonWhymarrh Whitby2019-05-211-1/+1
* Improved UX for sweeping accounts (#6488)Etienne Dusseault2019-05-2110-31/+137
* fixed #5524Alex Ivasyuv2019-05-151-5/+16
* Update auto-logout to recognize idle time in background (#6593)Whymarrh Whitby2019-05-141-12/+5
* Fix RPC URL message key casing (#6595)Whymarrh Whitby2019-05-101-1/+1
* New settings custom rpc form (#6490)Dan J Miller2019-05-109-4/+810
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-0915-23/+19
* Auto logout after specific time (#6558)Chi Kei Chan2019-05-095-6/+171
* Remove KNOWN_ADDRESS_ERROR from error objects (#6578)Chi Kei Chan2019-05-092-7/+6
* Use metricsEvent in AmountMaxButton componentWhymarrh Whitby2019-05-082-5/+15
* Allow dragging seed phrase during Confirm Seed Phrase (#6557)Chi Kei Chan2019-05-076-127/+565
* Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410)kumavis2019-05-042-8/+8
* Use tOrKey for actionKey in ConfirmTransactionBaseWhymarrh Whitby2019-05-011-1/+3
* Add subheader to all settings subviews (#6502)Chi Kei Chan2019-04-292-5/+39
* Ensure home screen does not render if there are unapproved txs (#6501)Dan J Miller2019-04-272-8/+18
* Revert "Adds 4byte registry fallback to getMethodData() (#6435)"Thomas Huang2019-04-271-1/+1
* Merge pull request #6481 from MetaMask/address-prop-types-errorsThomas Huang2019-04-182-2/+2
|\
| * Ensure future tokens add decimals as numbers while supporting numbers and str...Dan Miller2019-04-182-2/+2
* | Make height consistent on all row in send-content (#6480)Chi Kei Chan2019-04-182-3/+0
* | Merge pull request #6477 from MetaMask/metrics-screen-button-typeThomas Huang2019-04-181-1/+1
|\ \ | |/ |/|
| * Update button type on metrics opt-in screen.Dan Miller2019-04-181-1/+1
* | Fix PropTypes validation in send-asset-rowChi Kei Chan2019-04-181-1/+1
* | Add token selection to the send screen (#6445)Chi Kei Chan2019-04-18122-5/+8230
|/
* feature: add Goerli support (#6459)Paul Bouchon2019-04-181-0/+4
* Merge pull request #6444 from MetaMask/localhost-network-dropdownThomas Huang2019-04-171-0/+4
|\
| * Add Localhost 8545 for network dropdown namesThomas Huang2019-04-111-0/+4
* | Adds 4byte registry fallback to getMethodData() (#6435)Dan J Miller2019-04-171-1/+1
* | Update buttons & colors to match design system (#6446)Chi Kei Chan2019-04-1722-44/+27
|/
* 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
|\
| * Check token name constants against the lower case methodData name in conf tx ...Dan Miller2019-03-301-1/+1
| * 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
* Folder restructure (#6304)Chi Kei Chan2019-03-22132-0/+10047