aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
Commit message (Expand)AuthorAgeFilesLines
* Update amount error on update of send screen.Dan2018-05-313-23/+30
* Fix setting of token balance on account switch in send screen from field.Dan2018-05-313-3/+3
* Send refactor: fix error handling and form disabling in send form.Dan2018-05-268-47/+37
* Clean up for send refactor PR.Dan2018-05-255-15/+7
* Move formShouldBeDisabled from send-footer util to component.Dan2018-05-254-40/+72
* Fix order of button text in page-container-footer.Dan2018-05-252-10/+4
* Display correct titles and subtitles on send token and editing send transacti...Dan2018-05-258-14/+105
* Fix display of primary currency symbol in send amount rowDan2018-05-252-2/+8
* Send refactor: fix amount max button for tokens.Dan2018-05-242-2/+13
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-2462-1043/+1358
|\
| * Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-2345-971/+1280
| |\
| | * Update input field border on focusAlexander Tseung2018-05-221-1/+3
| | * Fix testsAlexander Tseung2018-05-211-11/+6
| | * Update designs for Add Token screenAlexander Tseung2018-05-2045-971/+1283
| * | Merge pull request #4295 from MetaMask/kumavis-patch-3Frankie2018-05-221-1/+2
| |\ \
| | * | token-util - warn via loglevel on token lookup failurekumavis2018-05-191-1/+2
| | |/
| * | Merge pull request #4316 from MetaMask/fix-signature-requestkumavis2018-05-221-2/+0
| |\ \
| | * | Fix signature request header textAlexander Tseung2018-05-211-2/+0
| | |/
| * | Merge pull request #4273 from brunobar79/fix-new-ui-popup-headerkumavis2018-05-221-2/+0
| |\ \
| | * | remove fix header heightBruno2018-05-171-2/+0
| | |/
| * / Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-178-18/+18
| |/
| * Merge pull request #4255 from MetaMask/i4233-dropdownskumavis2018-05-175-21/+58
| |\
| | * Fix account and network dropdowns in confirm screenAlexander Tseung2018-05-155-21/+58
| * | ui - unlock - remove setNetworkEndpoints calls from new unlock screenkumavis2018-05-172-3/+0
| * | ui - remove files accidently added by bad mergekumavis2018-05-172-328/+0
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-05-1745-317/+850
| |\ \
| | * | Add error message when passwords don't match in first time flow. Change input...Alexander Tseung2018-05-142-48/+54
| | |/
| | * Add TextField component to storybookAlexander Tseung2018-05-123-2/+25
| | * Add new unlock screen designAlexander Tseung2018-05-1222-569/+559
| | * Merge pull request #4196 from MetaMask/i3457-fontweightThomas Huang2018-05-0911-22/+2
| | |\
| | | * Change font weight from 300 to 400Alexander Tseung2018-05-0611-22/+2
| | * | Add storybook integrationAlexander Tseung2018-05-045-2/+96
| | |/
| | * Merge pull request #4156 from MetaMask/i4010-spinnerkumavis2018-05-039-10/+115
| | |\
| | | * Fix styling of the app spinnerAlexander Tseung2018-05-019-10/+115
| | * | Merge pull request #4162 from MetaMask/ui-actions-pify-importNewAccountkumavis2018-05-021-1/+1
| | |\ \
| | | * | ui - actions - importNewAccount - rethrow err on failurekumavis2018-05-021-1/+1
| * | | | lint - cleanup some unused variableskumavis2018-05-035-5/+0
| * | | | network - remove setNetworkEndpointskumavis2018-05-016-28/+1
| |/ / /
| * / / Handle Promise rejections when importing accounts (#4142)Paul Bouchon2018-05-012-0/+4
| |/ /
| * | ui - actions - importNewAccount - use async and pify for cleaner syntaxkumavis2018-05-011-24/+20
| * | Merge pull request #4059 from MetaMask/i-4033-seed-wordskumavis2018-05-0113-329/+354
| |\ \
| | * | Redirect to correct seed phrase screenAlexander Tseung2018-04-271-2/+2
| | * | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-231-1/+9
| | |\ \
| | * | | Use new design for reveal seed screen. Persist seed words only in first time ...Alexander Tseung2018-04-2312-285/+346
| | * | | Revert "Fix UI getting stuck in Reveal Seed screen"Alexander Tseung2018-04-222-27/+3
| * | | | Fix ShapeShift purchases on new UIbitpshr2018-04-291-6/+7
| * | | | Merge pull request #4113 from MetaMask/i4107-send-tokens-without-symbols-deci...kumavis2018-04-284-45/+43
| |\ \ \ \
| | * | | | Simplify return of existing token in getSymbolAndDecimalsDan2018-04-281-4/+1
| | * | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol or...Dan2018-04-283-20/+10
| | * | | | Wraps calls to symbol() and decimals() in try catchDan2018-04-283-30/+41
| | | |_|/ | | |/| |
| * / | | Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-273-12/+11
| |/ / /
* | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-152-48/+54
* | | | Import defaults in send_/Dan2018-05-1510-17/+18
* | | | Fix Button component path in page-container footer.Dan2018-05-151-1/+1
* | | | Add index.js files to send_ subdirectoriesDan2018-05-1513-0/+13
* | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-1462-1018/+1231
* | | | Tests for send.duck.jsDan2018-05-144-20/+167
* | | | Rename ducks/send.js to ducks/send.duck.jsDan2018-05-1415-14/+14
* | | | Add missing unit tests in send_/: now 100% function test coverage in send_/Dan2018-05-144-112/+298
* | | | Lint fixesDan2018-05-1410-31/+6
* | | | Unit tests for account-list-item, amount-max-button and send-amount-row compo...Dan2018-05-143-0/+381
* | | | Unit tests for from-dropdown; split out send-dropdown-list from from-dropdownDan2018-05-124-39/+260
* | | | SendRowErrorMessage component test.Dan2018-05-111-0/+28
* | | | Unit tests for send from, gas, to and wrapper row components.Dan2018-05-114-0/+403
* | | | Fix test descriptions and remove unnecessary proptypes.Dan2018-05-105-14/+10
* | | | Adds test for send, send-content, send-footer and send-header components.Dan2018-05-076-16/+516
* | | | Unit tests for containers, utils and selectors in send_/Dan2018-05-0544-73/+2506
* | | | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask...Dan2018-05-0112-16/+137
|\ \ \ \
| * \ \ \ Merge branch 'i3725-refactor-send-component-' into i3725-refactor-send-compon...Dan2018-05-01115-1509/+4596
| |\ \ \ \
| * | | | | Refactor page-container component structureAlexander Tseung2018-04-1113-75/+173
* | | | | | Delete dead send code.Dan2018-05-0110-723/+2
| |/ / / / |/| | | |
* | | | | Remove 'goHome' from send_Dan2018-05-012-4/+1
* | | | | Move getMaxModeOn selector to amount-max-button container.Dan2018-05-013-6/+10
* | | | | Use constants for send screen errors messages.Dan2018-05-014-9/+29
* | | | | Fix send-v2__form class in send-content.componentDan2018-05-011-1/+1
* | | | | Fix amount max button.Dan2018-05-015-7/+7
* | | | | Fix close button on send screenDan2018-04-302-4/+5
* | | | | Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-3024-155/+487
* | | | | Fixes to get tests passing.Dan2018-04-275-11/+11
* | | | | Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-2735-365/+330
* | | | | Core of the refactor completeDan2018-04-2734-489/+757
* | | | | Merge branch 'master' into i3725-refactor-send-componentDan2018-04-2546-196/+292
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3940 from nyatla/masterDan Finlay2018-04-243-1/+3
| |\ \ \ \
| | * | | | Reduced button padding.nyatla2018-04-101-0/+1
| | * | | | Expanded dropdown menu width of title.nyatla2018-04-101-1/+1
| | * | | | Changed mouse cursor to "pointer" on the cancel text at the top left of the p...nyatla2018-04-101-0/+1
| * | | | | Merge pull request #3968 from MetaMask/gh-3653Dan Finlay2018-04-249-12/+12
| |\ \ \ \ \
| | * | | | | Clean up network configAlexander Tseung2018-04-249-12/+12
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4028 from MetaMask/i4016-customrpcDan Finlay2018-04-241-6/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix custom RPC not redirecting to Settings pageAlexander Tseung2018-04-191-6/+8
| | | |_|/ | | |/| |
| * | | | Merge pull request #4030 from MetaMask/i4014-metamask-versionThomas Huang2018-04-201-1/+9
| |\ \ \ \
| | * | | | Show correct MetaMask version number in the Info pageAlexander Tseung2018-04-191-1/+9
| | |/ / /
| * / / / Fix exception thrown when revealing seed wordsAlexander Tseung2018-04-191-6/+18
| |/ / /
| * | | Merge pull request #3977 from MetaMask/i-3913-big-numberDan Finlay2018-04-194-25/+49
| |\ \ \
| | * | | Fix spinner layoutAlexander Tseung2018-04-184-24/+26
| | * | | Fix BigNumber exception in confirm-send-etherAlexander Tseung2018-04-181-3/+25
| * | | | Merge pull request #4004 from MetaMask/i3955-reveal-seedDan Finlay2018-04-192-3/+27
| |\ \ \ \
| | * | | | Fix UI getting stuck in Reveal Seed screenAlexander Tseung2018-04-192-3/+27
| * | | | | Merge pull request #3998 from MetaMask/i3988-checksummed-addressDan Finlay2018-04-199-24/+42
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Show checksummed addresses throughout the UIbitpshr2018-04-189-24/+42
| | |/ / /
| * | | | Merge branch 'master' into i3580-InternationalizeCurrencyDan Finlay2018-04-1822-105/+50
| |\| | |
| | * | | Fix confirmation popup not always openingAlexander Tseung2018-04-175-13/+18
| | * | | Merge branch 'master' into i3981-contract-ratesDan Finlay2018-04-1712-1/+12
| | |\ \ \
| | | * \ \ Merge pull request #3970 from MetaMask/i3651-removeGlobalLogDan Finlay2018-04-1711-0/+11
| | | |\ \ \
| | | | * | | Require loglevel singleton in each module that uses itbitpshr2018-04-1411-0/+11
| | | * | | | Fix action for setting localeDan Finlay2018-04-141-1/+1
| | | |/ / /
| | * | | | Maintain token prices using a background servicebitpshr2018-04-164-81/+6
| | * | | | Fetch token prices based on contract addressbitpshr2018-04-168-81/+85
| | |/ / /
| * | | | Lint fix.Dan2018-04-102-2/+2
| * | | | Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-1048-1069/+2621
| |\| | |
| * | | | Internationalize converted value in confirm screensDan2018-04-102-4/+36
| * | | | Internationalize converted value in currency-input.jsDan2018-04-101-10/+25
| * | | | Improve display of crypto currencies when selected as the 'Current Conversion'Dan2018-04-101-4/+13
| * | | | LintedDan Finlay2018-04-041-1/+1
| * | | | Internationalize currencyDan Finlay2018-04-041-1/+6
* | | | | second commitDan2018-04-1118-50/+461
* | | | | Merge branch 'master' into i3725-refactor-send-componentDan2018-04-1045-1044/+2589
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Fix integration testsAlexander Tseung2018-04-073-4/+6
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-062-2/+8
| |\ \ \ | | | |/ | | |/|
| * | | Fix editing transactionAlexander Tseung2018-04-061-2/+1
| * | | Revert "commit"Alexander Tseung2018-04-061-1/+2
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-063-3/+2
| |\ \ \
| * | | | commitAlexander Tseung2018-04-061-2/+1
| * | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-052-3/+4
| |\ \ \ \
| * | | | | Use new design for showing seed wordsAlexander Tseung2018-04-041-1/+13
| * | | | | commitAlexander Tseung2018-04-041-8/+2
| * | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-043-16/+36
| |\ \ \ \ \
| * | | | | | Fix transaction confirmationsAlexander Tseung2018-04-042-17/+32
| * | | | | | Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-0314-67/+321
| |\ \ \ \ \ \
| * | | | | | | Fix lint errorsAlexander Tseung2018-04-037-229/+2
| * | | | | | | Add withRouter to I18nProvider componentAlexander Tseung2018-04-031-1/+6
| * | | | | | | Refactor onboarding flowAlexander Tseung2018-04-029-47/+60
| * | | | | | | Fix conf-tx renderAlexander Tseung2018-03-312-2/+8
| * | | | | | | Fix merge conflictsAlexander Tseung2018-03-3174-470/+828
| |\ \ \ \ \ \ \
| * | | | | | | | Fix merge conflicts. Refactor renderPrimary into Home componentAlexander Tseung2018-03-319-606/+693
| * | | | | | | | Fix i18n merge conflictsAlexander Tseung2018-03-3079-531/+753
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-2913-33/+65
| * | | | | | | | | Fix merge conflictsAlexander Tseung2018-03-27126-4040/+3880
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix react-router related exceptionsAlexander Tseung2018-02-102-2/+2
| * | | | | | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-091-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-092-36/+28
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-0917-102/+432
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix lint errorsAlexander Tseung2018-02-024-10/+3
| * | | | | | | | | | | | | Checks if there is currently a send in progress before redirecting to default...Dan2018-02-011-3/+7
| * | | | | | | | | | | | | Fix merge conflicts from uat-nextAlexander Tseung2018-02-0116-153/+214
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-0118-225/+156
| * | | | | | | | | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-3060-955/+2053
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add route for signature requestAlexander Tseung2017-12-156-305/+454
| * | | | | | | | | | | | | | | Add initialized checks for first time flow routesAlexander Tseung2017-12-155-79/+56
| * | | | | | | | | | | | | | | Add route for Mascara confirm seedAlexander Tseung2017-12-152-3/+12
| * | | | | | | | | | | | | | | Fix lint errorsAlexander Tseung2017-12-154-14/+44
| * | | | | | | | | | | | | | | Add routes for mascaraAlexander Tseung2017-12-159-56/+123
| * | | | | | | | | | | | | | | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-1540-1464/+1976
* | | | | | | | | | | | | | | | first commitDan2018-04-0794-37/+845
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #3883 from danjm/i3685-define-event-privatekey-importkumavis2018-04-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | event object actually passed to this.createKeyringOnEnter in private-key.jsDan2018-04-051-1/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #3892 from alextsg/gh-3891kumavis2018-04-061-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix populating txParams with undefined dataAlexander Tseung2018-04-061-1/+6
* | | | | | | | | | | | | | | Merge pull request #3865 from MetaMask/openlinkinnewwindowThomas Huang2018-04-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:MetaMask/metamask-extension into openlink...Kevin Serrano2018-04-052-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make token helpscout link open in new tab.Kevin Serrano2018-04-041-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #3882 from MetaMask/i#3791Kevin Serrano2018-04-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change double-quotes to single-quotesThomas2018-04-051-1/+1
| * | | | | | | | | | | | | | Add target=_blank exportAsFileThomas2018-04-051-0/+1
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | Allow from and to address to be the same in new-ui.Dan2018-04-051-3/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | hot-fix new-ui - default to an object if identities is undefinedfrankiebee2018-04-051-1/+2
* | | | | | | | | | | | | Don't prevent user from setting an eth address in to field if there is no ens...Dan2018-04-051-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3834 from MetaMask/3734kumavis2018-04-042-15/+35
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Address feedbackDavid Yoo2018-04-042-8/+24
| * | | | | | | | | | | Address Add Token design feedbackDavid Yoo2018-04-032-7/+11
* | | | | | | | | | | | build - correctly set METAMASK_ENV via envifykumavis2018-04-041-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-033-16/+100
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #3825 from danjm/i3668-warnusertxsimulationfailsThomas Huang2018-04-033-16/+100
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Adds simulation failure error messages to confirm screen.Dan2018-04-033-0/+41
| | * | | | | | | | | | UpdateSendErrors only called when balance defined, recalled if balance updates.Dan2018-04-032-16/+59
* | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-039-33/+198
|\| | | | | | | | | | |
| * | | | | | | | | | | Ensure txParams are prefixed with 0x when sending.Dan2018-04-031-0/+4
| |/ / / / / / / / / /
| * | | | | | | | | | identicon - set blockies height and width to identicon diameterkumavis2018-03-311-3/+2
| * | | | | | | | | | Merge pull request #3774 from danjm/i3686-txparamundefined-sigrequestsintxlistkumavis2018-03-312-9/+17
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-3072-452/+818
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Ensure correct address used when rendering transfer transactions.Dan2018-03-291-1/+2
| | * | | | | | | | | | | Fix display of unapprovedMessages in txList (old and new ui); includes fix of...Dan2018-03-282-9/+16
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreenkumavis2018-03-316-21/+175
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Fix lint and testsDan2018-03-302-4/+4
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-3072-451/+817
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Show insufficient funds on confirm screen on first render.Dan2018-03-302-1/+21
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas.Dan2018-03-281-0/+3
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-2878-536/+660
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas.Dan2018-03-282-7/+56
| | * | | | | | | | | | Checking for sufficient balance in confirm ether screen; includes error messa...Dan2018-03-284-15/+97
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-03-316-21/+22
|\| | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artif...kumavis2018-03-3072-451/+817
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | ui - fix typo in settingskumavis2018-03-291-1/+1
| * | | | | | | | | | ui - add guard against unset localekumavis2018-03-291-1/+2
| * | | | | | | | | | ui - identicon - use relative link for ether logokumavis2018-03-291-1/+1
| * | | | | | | | | | ui - use relative location for imageskumavis2018-03-293-4/+4
| * | | | | | | | | | ui - fix relative url for deposit-ether-modalkumavis2018-03-291-1/+1
| * | | | | | | | | | ui - css - use relative path for fontskumavis2018-03-291-14/+14
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | network - use providerType for localhostkumavis2018-03-312-6/+7
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Stopping wrapping provider children in div; stop wrapping old-ui in provider.Dan2018-03-303-6/+5
* | | | | | | | | Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-2973-450/+817
|/ / / / / / / /
* | | | | | | | Merge pull request #3745 from danjm/i3723-fix-long-token-ammountskumavis2018-03-281-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Long token amounts in wallet are truncated with ellipsis.Dan2018-03-271-1/+8
* | | | | | | | | Merge pull request #3742 from danjm/i3705-prefix-to-address-with-0xkumavis2018-03-281-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prefixes to addresses with 0x before sending.Dan2018-03-271-1/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3741 from MetaMask/i3692-addtoken-address-undefinedkumavis2018-03-281-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prevent users from adding custom token if decimals is an empty string.Dan2018-03-271-1/+4
| |/ / / / / / / /
* | | | | | | | | ui - actions - fix log for background callkumavis2018-03-281-1/+1
* | | | | | | | | ui - settings - fix for currentLocalekumavis2018-03-281-2/+3
* | | | | | | | | ui - settings - derrive locales from indexkumavis2018-03-281-8/+1
* | | | | | | | | Remove comments and console.logsDan2018-03-272-2/+2
* | | | | | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-275-116/+258
|\| | | | | | | |
| * | | | | | | | Merge pull request #3680 from danjm/i3517-popup-newui-onboardingThomas Huang2018-03-271-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Pop uses new ui onboarding when in beta.Dan2018-03-231-3/+3
| | |/ / / / / / /
| * | | | | | | | Merge pull request #3710 from danjm/i3326-addtokenscreendesignupdateThomas Huang2018-03-273-113/+254
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into i3326-addtokenscreendesignupdateDan2018-03-2728-189/+182
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Use new header on add token confirmation screen.Dan2018-03-261-65/+68
| | * | | | | | | | | Updates Add token screen to latest design.Dan2018-03-243-99/+241
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #3695 from danjm/i3379-signtypedata-overflowThomas Huang2018-03-271-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Signed type data notification handles long messages.Dan2018-03-231-0/+1
| | |/ / / / / / /
* | | | | | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-2728-182/+178
|\| | | | | | | |
| * | | | | | | | Merge pull request #3721 from alextsg/cb-944Dan Finlay2018-03-2724-139/+149
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update button stylesAlexander Tseung2018-03-2624-139/+149
| | |/ / / / / / /
| * / / / / / / / Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-265-43/+30
| |/ / / / / / /
* | | | | | | | Default current locale in metamask reducer to empty string.Dan2018-03-241-1/+1
* | | | | | | | Memoize t function in metamask-connectDan2018-03-241-1/+7
* | | | | | | | Correct proptypes for t in new-account/create-form.jsDan2018-03-221-1/+1
* | | | | | | | Correct reprice title and subtitle key names.Dan2018-03-221-2/+2
* | | | | | | | Fix sender-to-recipient export and non-existent translation key.Dan2018-03-222-5/+3
* | | | | | | | Correct connect reference in confirm-send-ether, confirm-deploy-contract, net...Dan2018-03-223-3/+3
* | | | | | | | Lint fixesDan2018-03-2214-18/+18
* | | | | | | | Fix references to undefined 'this.props'Dan2018-03-222-25/+23
* | | | | | | | Remove console.logsDan2018-03-221-1/+0
* | | | | | | | Missed modifications of t() in merge resolution.Dan2018-03-223-4/+1
* | | | | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-2213-206/+298
|\| | | | | | |
| * | | | | | | ui - tx conf - only show special token tx conf screen for token sendkumavis2018-03-221-4/+8
| * | | | | | | Merge branch 'i3554-fix-editing-dapp-token-txs' of https://github.com/danjm/m...kumavis2018-03-223-5/+13
| |\ \ \ \ \ \ \
| | * | | | | | | Identify token transactions by method names token data, and not just whether ...Dan2018-03-203-5/+13
| * | | | | | | | Merge pull request #3624 from alextsg/cb-941kumavis2018-03-218-195/+271
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update confirm transaction screenAlexander Tseung2018-03-218-195/+271
| * | | | | | | | | Gas inputs can be changed by up and down arrows (#3598)Dan J Miller2018-03-212-0/+3
* | | | | | | | | | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-2261-437/+397
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-2130-163/+574
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #3635 from MetaMask/i3571-CompleteI18nTemplateskumavis2018-03-2111-107/+162
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add i18n to tx statusThomas2018-03-211-1/+26
| | * | | | | | | | | Merge branch 'master' into i3571-CompleteI18nTemplatesThomas2018-03-2120-57/+377
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add i18n in settings/infoThomas2018-03-211-14/+14
| | * | | | | | | | | | Started on Tx list i18nThomas2018-03-211-1/+1
| | * | | | | | | | | | i18n Import flowThomas2018-03-212-5/+5
| | * | | | | | | | | | I18n add-token.jsThomas2018-03-201-21/+22