Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4691 from MetaMask/i4404-confirm-refactor | Alexander Tseung | 2018-07-12 | 102 | -553/+4311 |
|\ | | | | | Refactor and redesign confirm transaction views | ||||
| * | Fix font sizes, colors. Include data tab for send-eth transaction ↵ | Alexander Tseung | 2018-07-12 | 4 | -4/+20 |
| | | | | | | | | confirmations that have data | ||||
| * | Fix multiple signature requests showing an infinite spinner | Alexander Tseung | 2018-07-11 | 1 | -2/+11 |
| | | |||||
| * | Add unit tests for confirmTransaction duck and util | Alexander Tseung | 2018-07-10 | 2 | -0/+812 |
| | | |||||
| * | Fix existing unit tests | Alexander Tseung | 2018-07-08 | 1 | -4/+7 |
| | | |||||
| * | Various fixes from PR comments | Alexander Tseung | 2018-07-07 | 14 | -154/+216 |
| | | |||||
| * | Use eth-method-registry to get method data | Alexander Tseung | 2018-07-07 | 8 | -34/+112 |
| | | |||||
| * | Display newest transaction | Alexander Tseung | 2018-07-07 | 3 | -5/+5 |
| | | |||||
| * | Refactor data flow, signature request routing | Alexander Tseung | 2018-07-07 | 9 | -117/+185 |
| | | |||||
| * | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 97 | -545/+3255 |
| | | |||||
* | | Prevent users from submitting password multiple times on the unlock screen | Alexander Tseung | 2018-07-11 | 3 | -38/+40 |
|/ | |||||
* | Merge pull request #4648 from MetaMask/update-import-from-seed-screen | Dan J Miller | 2018-07-06 | 3 | -152/+172 |
|\ | | | | | Update import from seed screen on new ui. | ||||
| * | Delete old restore vault file. | Dan | 2018-07-06 | 3 | -341/+163 |
| | | |||||
| * | Update import from seed screen on new ui. | Dan | 2018-07-05 | 3 | -1/+199 |
| | | |||||
* | | Merge pull request #4694 from MetaMask/i4660-improve-send-token-error-ui | Dan J Miller | 2018-07-06 | 18 | -17/+320 |
|\ \ | | | | | | | Improve send token error ux. | ||||
| * | | Improve send token error ux. | Dan | 2018-07-05 | 18 | -17/+320 |
| | | | |||||
* | | | Merge pull request #4733 from whymarrh/fix-setstate-warnings | Whymarrh Whitby | 2018-07-06 | 3 | -0/+14 |
|\ \ \ | | | | | | | | | Fix setState warnings in components using TokenTracker | ||||
| * | | | Don't update token balances after tracker is stopped | Whymarrh Whitby | 2018-07-05 | 3 | -0/+10 |
| | | | | |||||
| * | | | Remove TokenTracker listeners when unmounting component | Whymarrh Whitby | 2018-07-05 | 2 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #4734 from whymarrh/txlistitem-setstate-warning | Whymarrh Whitby | 2018-07-06 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | Prevent calling setState in TxListItem after unmount | ||||
| * | | | | Prevent calling setState in TxListItem after unmount | Whymarrh Whitby | 2018-07-05 | 1 | -0/+9 |
| |/ / / | |||||
* | | | | Merge pull request #4617 from TrejGun/fix-new-line | Dan J Miller | 2018-07-06 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | fix white spaces in signature | ||||
| * | | | | fix white spaces in signature | trejgun | 2018-06-20 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4686 from MetaMask/tweak-token-list-amount-style | Dan J Miller | 2018-07-05 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Ensures token list amount is in its own row. | ||||
| * | | | | Ensures token list amount is in its own row. | Dan | 2018-07-05 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4685 from MetaMask/estimate-gasprice-background-newui | Dan J Miller | 2018-07-05 | 1 | -14/+20 |
|\ \ \ \ | | | | | | | | | | | Use background gas price estimation method in new ui. | ||||
| * | | | | Improve error and promise resolution handling in action.js updateGasData(). | Dan | 2018-07-05 | 1 | -13/+14 |
| | | | | | |||||
| * | | | | Remove unnecessary anonymous function call in actions.js gas estimation. | Dan | 2018-07-04 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | Use background gas price estimation method in new ui. | Dan | 2018-06-29 | 1 | -8/+14 |
| | | | | | |||||
* | | | | | fixes 4666 | Sara Reynolds | 2018-07-04 | 1 | -2/+5 |
| | | | | | |||||
* | | | | | :qw | Sara Reynolds | 2018-07-04 | 1 | -10/+0 |
| |/ / / |/| | | | | | | | | | | | | | | | :wq q | ||||
* | | | | Merge pull request #4716 from MetaMask/i4663-clearErrorMessages | Dan J Miller | 2018-07-04 | 2 | -0/+2 |
|\ \ \ \ | |_|_|/ |/| | | | fixes #4663 - Clear Error Messages when Importing Accounts are Successful | ||||
| * | | | fixes 4663 | Sara Reynolds | 2018-07-04 | 2 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #4654 from TrejGun/bignumber | Dan J Miller | 2018-07-04 | 2 | -1/+23 |
|\ \ \ \ | | | | | | | | | | | fixes #4307 BigNumber casting issue | ||||
| * | | | | lint | trejgun | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | change numbers | trejgun | 2018-06-24 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | remove .only | trejgun | 2018-06-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixes #4307 BigNumber casting issue | trejgun | 2018-06-24 | 2 | -1/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4633 from MetaMask/i4580-import-account-errors | Alexander Tseung | 2018-07-04 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Show all errors on account creation screen. | ||||
| * | | | | Check that error is defined in import-account error catch. | Dan | 2018-06-29 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Show all errors on account creation screen. | Dan | 2018-06-29 | 2 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4699 from TrejGun/removeLeadingZeroes | Dan J Miller | 2018-07-04 | 3 | -4/+36 |
|\ \ \ \ | |_|_|/ |/| | | | move removeLeadingZeroes to utils, add test | ||||
| * | | | move removeLeadingZeroes to utils, add test | trejgun | 2018-07-02 | 3 | -4/+36 |
| | | | | |||||
* | | | | eslint --fix . | brunobar79 | 2018-07-03 | 20 | -22/+22 |
| | | | | |||||
* | | | | Merge pull request #4687 from snreynolds/i4623-getConvertedCurrency | Dan J Miller | 2018-06-30 | 8 | -24/+9 |
|\ \ \ \ | | | | | | | | | | | fixes #4623 | ||||
| * | | | | fixes #4623 | Sara Reynolds | 2018-06-30 | 8 | -24/+9 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4640 from weijiekoh/develop | Dan J Miller | 2018-06-30 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Fix for #4639: display values of EIP712 typed boolean fields in the signing prompt | ||||
| * | | | | removed stray console.log | Koh Wei Jie | 2018-06-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fixed blank boolean field for typed signing for new UI | Koh Wei Jie | 2018-06-22 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #4647 from MetaMask/fix-overflow-currency-display | Dan J Miller | 2018-06-30 | 3 | -2/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix issues with scrollbar in currency display. | ||||
| * | | | | | Improve attribute syntax in send-amount-row.component.js | Dan J Miller | 2018-06-30 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Remove input arrows for send screen amount row on firefox. | Dan | 2018-06-29 | 3 | -0/+11 |
| | | | | | | |||||
| * | | | | | Fix issues with scrollbar in currency display. | Dan | 2018-06-29 | 2 | -2/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4690 from MetaMask/i4662-token-gas-estimate-ux | Dan Finlay | 2018-06-29 | 3 | -0/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Set base estimate for token sends to be updated once recipient address specified | ||||
| * | | | | | Set based estimate for token sends to be updated once recipient address ↵ | Dan | 2018-06-29 | 3 | -0/+11 |
| |/ / / / | | | | | | | | | | | | | | | | specified. | ||||
* | | | | | Merge pull request #4634 from MetaMask/i4503-touch-up-shpshft-button-style | Thomas Huang | 2018-06-29 | 2 | -7/+26 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix style of shapeshift screen in deposit modal. | ||||
| * | | | | Fix style of shapeshift screen in deposit modal. | Dan | 2018-06-22 | 2 | -7/+26 |
| |/ / / | |||||
* | | | | Merge pull request #4678 from MetaMask/e2e-beta-tests-upgrade | Dan J Miller | 2018-06-29 | 1 | -4/+8 |
|\ \ \ \ | | | | | | | | | | | E2e beta tests upgrade | ||||
| * | | | | Fix send token tests in beta ui e2e tests. | Dan | 2018-06-27 | 1 | -4/+8 |
| | | | | | |||||
| * | | | | Only show the customize gas modal if the estimateGas call is not currently ↵ | Dan | 2018-06-27 | 4 | -6/+79 |
| | | | | | | | | | | | | | | | | | | | | in flight. | ||||
* | | | | | Merge pull request #4674 from MetaMask/removeOnlyTests | Thomas Huang | 2018-06-29 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove .only on test | ||||
| * | | | | | Remove .only on test | tmashuang | 2018-06-27 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #4677 from MetaMask/customize-gas-loading-wait | Dan J Miller | 2018-06-28 | 4 | -6/+79 |
|\ \ \ \ \ | | | | | | | | | | | | | Only show the customize gas modal if the estimateGas call is not currently in flight. | ||||
| * | | | | | Only show the customize gas modal if the estimateGas call is not currently ↵ | Dan | 2018-06-19 | 4 | -6/+79 |
| | |_|/ / | |/| | | | | | | | | | | | | | in flight. | ||||
* | | | | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancements | Dan J Miller | 2018-06-28 | 6 | -41/+71 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [new-ui] Improve ENS input errors and update ens validation on network change | ||||
| * | | | | Remove commented out code in ens-input. | Dan | 2018-06-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge branch 'develop' into i4409-i4410-ens-input-enhancements | Dan | 2018-06-20 | 19 | -56/+205 |
| |\| | | | |||||
| * | | | | ENS input in send form shows distinct errors for invalid addresses and ↵ | Dan | 2018-06-15 | 6 | -22/+43 |
| | | | | | | | | | | | | | | | | | | | | non-existent addresses. | ||||
| * | | | | ENS name revalidates on network change. | Dan | 2018-06-13 | 1 | -23/+33 |
| | | | | | |||||
* | | | | | Merge pull request #4627 from TrejGun/gas-fee-display | Dan J Miller | 2018-06-27 | 8 | -57/+121 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | refactor gas-fee-display component | ||||
| * | | | | fix default import | trejgun | 2018-06-23 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | lint | trejgun | 2018-06-21 | 2 | -3/+13 |
| | | | | | |||||
| * | | | | refactor gas-fee-display component | trejgun | 2018-06-21 | 8 | -57/+111 |
| | |_|/ | |/| | | | | | | | | | | #4622 | ||||
* | | | | Scroll large amounts in the send component | Whymarrh Whitby | 2018-06-21 | 2 | -4/+6 |
| | | | | |||||
* | | | | Handle large token balances in tx list hero | Whymarrh Whitby | 2018-06-21 | 4 | -5/+21 |
| |_|/ |/| | | |||||
* | | | Merge pull request #4584 from MetaMask/fix-send-token | kumavis | 2018-06-19 | 11 | -19/+140 |
|\ \ \ | | | | | | | | | Add hex-prefix to gas estimate result | ||||
| * | | | On send screen amount change, updateGas call now includes current to address. | Dan | 2018-06-19 | 6 | -4/+37 |
| | | | | |||||
| * | | | Send screen returns simple gas cost if no to address specified when not ↵ | Dan | 2018-06-19 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | sending token. | ||||
| * | | | Remove leading zeroes from send screen amount row input. | Dan | 2018-06-19 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix currency-display.js rendering of token amounts. | Dan | 2018-06-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Revert to updating amount on blur of input change; update gas on blur of ↵ | Dan | 2018-06-19 | 2 | -5/+11 |
| | | | | | | | | | | | | | | | | amount input change; validate onchange. | ||||
| * | | | Fix unit tests | Alexander Tseung | 2018-06-16 | 1 | -3/+8 |
| | | | | |||||
| * | | | Estimate gas limit when the token amount changes. Fix amount input | Alexander Tseung | 2018-06-16 | 4 | -16/+18 |
| | | | | |||||
| * | | | Update send.utils.js estimateGas tests. | Dan | 2018-06-15 | 2 | -5/+20 |
| | | | | |||||
| * | | | Add a buffer to new ui gas estimates | Dan | 2018-06-15 | 2 | -2/+52 |
| | | | | |||||
| * | | | Add hex-prefix to gas estimate result | Alexander Tseung | 2018-06-15 | 2 | -4/+4 |
| |/ / | |||||
* / / | View address of an added token (#4591) | Csaba S | 2018-06-19 | 2 | -22/+37 |
|/ / | | | | | | | | | | | * adding menu actions for tokens * apply common style | ||||
* | | Merge pull request #4566 from MetaMask/notice-phishing | Dan Finlay | 2018-06-15 | 4 | -14/+14 |
|\ \ | | | | | | | Push new notice on recent phishing incidents | ||||
| * | | notices - replace getLatestNotice with getNextNotice | kumavis | 2018-06-14 | 4 | -14/+14 |
| |/ | |||||
* / | add help link to eth_sign warning | Bobby Dresser | 2018-06-12 | 2 | -1/+14 |
|/ | |||||
* | Access correct property from state in confirm screen components gatherTxMeta() | Dan | 2018-06-08 | 2 | -2/+2 |
| | |||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-07 | 13 | -63/+90 |
|\ | |||||
| * | Merge pull request #4418 from MetaMask/handle-import-account-failure-in-ui | kumavis | 2018-06-07 | 4 | -19/+47 |
| |\ | | | | | | | Handle errors for null selected address after Importing account (json or private key) | ||||
| | * | Merge branch 'develop' into handle-import-account-failure-in-ui | Dan | 2018-06-05 | 13 | -28/+143 |
| | |\ | |||||
| | * \ | Merge branch 'develop' into handle-import-account-failure-in-ui | Dan | 2018-06-03 | 34 | -227/+366 |
| | |\ \ | |||||
| | * | | | Fix then-catch + error handling in import-account | Dan | 2018-05-31 | 2 | -4/+2 |
| | | | | | |||||
| | * | | | Importing account by json and private key shows error and does not change ↵ | Dan | 2018-05-31 | 4 | -16/+46 |
| | | | | | | | | | | | | | | | | | | | | account if no selectedAddress comes after import. | ||||
| * | | | | i18n - ja improvements | 03-26 | 2018-06-07 | 6 | -16/+34 |
| | | | | | |||||
| * | | | | Render the accounts in keyring order | Whymarrh Whitby | 2018-06-06 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Remove unused identities reducer from UI | Whymarrh Whitby | 2018-06-06 | 2 | -22/+0 |
| | | | | | |||||
| * | | | | Remove selectedIdentity prop from wallet view | Whymarrh Whitby | 2018-06-06 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selectedIdentity property is computed based on the selectedAddress which means that using both the selectedAddress and the selectedIdentity is redundant. In the case of the Array#find call on the set of keyrings, we wouldn't have a situation where one is included and the other isn't. This changeset removes the selectedIdentity from the wallet view because it isn't needed. | ||||
| * | | | | Ensure selectedAddress exists when render wallet | Whymarrh Whitby | 2018-06-06 | 1 | -0/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 15 | -30/+145 |
|\| | | | |||||
| * | | | Update hide-token-confirmation-modal.js to use new modalState schema (#4482) | Dan J Miller | 2018-06-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Update hide-token-confirmation-modal.js to use new modalState schema (added in 41e38fe55). * Fix modalState props | ||||
| * | | | Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow | Dan J Miller | 2018-06-05 | 2 | -4/+13 |
| |\ \ \ | | | | | | | | | | | Token name is not hidden in wallet if balance is exceptionally long. | ||||
| | * | | | Fix ellipses | Alexander Tseung | 2018-06-01 | 1 | -5/+6 |
| | | | | | |||||
| | * | | | Token name is not hidden in wallet if balance is exceptionally long. | Dan | 2018-06-01 | 2 | -3/+11 |
| | |/ / | |||||
| * | / | Indicate the current selected account on the popup account view (#4445) | Alexander Tseung | 2018-06-05 | 8 | -21/+127 |
| | |/ | |/| | |||||
| * | | update helpscout links to zenhub | Bobby Dresser | 2018-06-01 | 2 | -2/+2 |
| | | | |||||
* | | | Simplify recipient code check in send.utils estimateGas | Dan | 2018-06-05 | 1 | -4/+5 |
| | | | |||||
* | | | Default currency-display valueToRender to empty string when not readOnly ↵ | Dan | 2018-06-02 | 1 | -2/+2 |
| | | | | | | | | | | | | ('0' if readOnly). | ||||
* | | | Fix calculation of data property for gas estimation on token transfers. | Dan | 2018-06-02 | 7 | -47/+41 |
| | | | |||||
* | | | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-06-01 | 52 | -421/+758 |
|\ \ \ | | | | | | | | | | | | | i3914-fix-newui-send-gas-estimation | ||||
| * | | | Remove .only | Dan | 2018-06-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'i3725-refactor-send-component-' of ↵ | Dan | 2018-06-01 | 6 | -153/+92 |
| |\ \ \ | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component- | ||||
| | * \ \ | Merge pull request #4386 from ↵ | Dan J Miller | 2018-06-01 | 6 | -153/+92 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/i4077-replace-currency-input-with-numeric-input Replace currency-input.js with NumericInput | ||||
| | | * | | | Improve input width calculation in currency-display.js | Dan | 2018-06-01 | 1 | -3/+2 |
| | | | | | | |||||
| | | * | | | Fix currency display send integration tests. | Dan | 2018-05-31 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Delete currency-input.js | Dan | 2018-05-30 | 2 | -114/+0 |
| | | | | | | |||||
| | | * | | | Remove currency input from input-number | Dan | 2018-05-30 | 1 | -4/+4 |
| | | | | | | |||||
| | | * | | | Stop using external NumericInput component. | Dan | 2018-05-30 | 1 | -8/+15 |
| | | | | | | |||||
| | | * | | | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 4 | -38/+85 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-01 | 45 | -268/+665 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | Add new alert modals | Alexander Tseung | 2018-06-01 | 16 | -165/+287 |
| | | | | | |||||
| | * | | | Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵ | Alexander Tseung | 2018-06-01 | 16 | -62/+79 |
| | | |/ | | |/| | | | | | | | | | style buttons | ||||
| | * | | Prevent loading screen from overlaying the app bar (#4417) | Alexander Tseung | 2018-05-31 | 4 | -12/+4 |
| | | | | |||||
| | * | | Fix error handling on incorrect password (#4401) | Alexander Tseung | 2018-05-31 | 1 | -11/+9 |
| | | | | |||||
| | * | | Add notification for dropped retry transactions (#4363) | Alexander Tseung | 2018-05-30 | 14 | -68/+294 |
| | | | | |||||
| | * | | Fix add-token token list placeholder width (#4365) | Alexander Tseung | 2018-05-30 | 1 | -0/+4 |
| | | | | |||||
| | * | | Fix text field labels of first time flow. Add text fields to storybook (#4389) | Alexander Tseung | 2018-05-29 | 2 | -44/+80 |
| | | | | |||||
| | * | | newui - unlock - dont catch errors unrelated to tryUnlockMetamask | kumavis | 2018-05-29 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix scrolling in Deposit Ether modal (#4336) | Alexander Tseung | 2018-05-24 | 1 | -2/+4 |
| | | | | |||||
* | | | | Improve efficiency of estimateGasPriceFromRecentBlocks | Dan | 2018-05-31 | 1 | -10/+5 |
| | | | | |||||
* | | | | test - send-utils.test - lint fix | kumavis | 2018-05-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Gas estimation uses block gas limit as fallback if query.estimateGas returns ↵ | Dan | 2018-05-31 | 2 | -5/+39 |
| | | | | | | | | | | | | | | | | an expected error. | ||||
* | | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 14 | -64/+109 |
| | | | | |||||
* | | | | Support smaller decimals in currency-display | Dan | 2018-05-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Estimate gas using same algorithm as backend. | Dan | 2018-05-31 | 12 | -98/+153 |
| | | | | |||||
* | | | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵ | Dan | 2018-05-31 | 13 | -55/+203 |
| | | | | | | | | | | | | | | | | method. | ||||
* | | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ↵ | Dan | 2018-05-31 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | symbol. | ||||
* | | | | Rename gas change actions. | Dan | 2018-05-31 | 4 | -22/+22 |
| | | | | |||||
* | | | | Split out getGasEstimate logic from updateGasTotal | Dan | 2018-05-31 | 1 | -3/+12 |
|/ / / | |||||
* | | | Update amount error on update of send screen. | Dan | 2018-05-31 | 3 | -23/+30 |
| | | | |||||
* | | | Fix setting of token balance on account switch in send screen from field. | Dan | 2018-05-31 | 3 | -3/+3 |
| |/ |/| | |||||
* | | Send refactor: fix error handling and form disabling in send form. | Dan | 2018-05-26 | 8 | -47/+37 |
| | | |||||
* | | Clean up for send refactor PR. | Dan | 2018-05-25 | 5 | -15/+7 |
| | | |||||
* | | Move formShouldBeDisabled from send-footer util to component. | Dan | 2018-05-25 | 4 | -40/+72 |
| | | |||||
* | | Fix order of button text in page-container-footer. | Dan | 2018-05-25 | 2 | -10/+4 |
| | | |||||
* | | Display correct titles and subtitles on send token and editing send ↵ | Dan | 2018-05-25 | 8 | -14/+105 |
| | | | | | | | | transaction screens. | ||||
* | | Fix display of primary currency symbol in send amount row | Dan | 2018-05-25 | 2 | -2/+8 |
| | | |||||
* | | Send refactor: fix amount max button for tokens. | Dan | 2018-05-24 | 2 | -2/+13 |
| | | |||||
* | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-24 | 63 | -1052/+1358 |
|\| | |||||
| * | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 45 | -971/+1280 |
| |\ | | | | | | | Update designs for Add Token screen | ||||
| | * | Update input field border on focus | Alexander Tseung | 2018-05-22 | 1 | -1/+3 |
| | | | |||||
| | * | Fix tests | Alexander Tseung | 2018-05-21 | 1 | -11/+6 |
| | | | |||||
| | * | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 45 | -971/+1283 |
| | | | |||||
| * | | Merge pull request #4295 from MetaMask/kumavis-patch-3 | Frankie | 2018-05-22 | 1 | -1/+2 |
| |\ \ | | | | | | | | | ui - token-util - warn via loglevel on token lookup failure | ||||
| | * | | token-util - warn via loglevel on token lookup failure | kumavis | 2018-05-19 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge pull request #4316 from MetaMask/fix-signature-request | kumavis | 2018-05-22 | 1 | -2/+0 |
| |\ \ | | | | | | | | | Fix signature request header text | ||||
| | * | | Fix signature request header text | Alexander Tseung | 2018-05-21 | 1 | -2/+0 |
| | |/ | |||||
| * | | Merge pull request #4273 from brunobar79/fix-new-ui-popup-header | kumavis | 2018-05-22 | 1 | -2/+0 |
| |\ \ | | | | | | | | | Remove fix modal header height | ||||
| | * | | remove fix header height | Bruno | 2018-05-17 | 1 | -2/+0 |
| | |/ | |||||
| * / | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 8 | -18/+18 |
| |/ | |||||
| * | Merge pull request #4255 from MetaMask/i4233-dropdowns | kumavis | 2018-05-17 | 5 | -21/+58 |
| |\ | | | | | | | Fix account and network dropdowns in confirm screen | ||||
| | * | Fix account and network dropdowns in confirm screen | Alexander Tseung | 2018-05-15 | 5 | -21/+58 |
| | | | |||||
| * | | ui - unlock - remove setNetworkEndpoints calls from new unlock screen | kumavis | 2018-05-17 | 2 | -3/+0 |
| | | | |||||
| * | | ui - remove files accidently added by bad merge | kumavis | 2018-05-17 | 2 | -328/+0 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 45 | -317/+850 |
| |\ \ | | | | | | | | | | | | | network-controller-remove-setNetworkEndpoints | ||||
| | * | | Add error message when passwords don't match in first time flow. Change ↵ | Alexander Tseung | 2018-05-14 | 2 | -48/+54 |
| | |/ | | | | | | | | | | input field styling in first time flow | ||||
| | * | Add TextField component to storybook | Alexander Tseung | 2018-05-12 | 3 | -2/+25 |
| | | | |||||
| | * | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 22 | -569/+559 |
| | | | |||||
| | * | Merge pull request #4196 from MetaMask/i3457-fontweight | Thomas Huang | 2018-05-09 | 11 | -22/+2 |
| | |\ | | | | | | | | | Change font weight from 300 to 400 | ||||
| | | * | Change font weight from 300 to 400 | Alexander Tseung | 2018-05-06 | 11 | -22/+2 |
| | | | | |||||
| | * | | Add storybook integration | Alexander Tseung | 2018-05-04 | 5 | -2/+96 |
| | |/ | |||||
| | * | Merge pull request #4156 from MetaMask/i4010-spinner | kumavis | 2018-05-03 | 9 | -10/+115 |
| | |\ | | | | | | | | | Fix styling of the app spinner | ||||
| | | * | Fix styling of the app spinner | Alexander Tseung | 2018-05-01 | 9 | -10/+115 |
| | | | | |||||
| | * | | Merge pull request #4162 from MetaMask/ui-actions-pify-importNewAccount | kumavis | 2018-05-02 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | ui - actions - importNewAccount - rethrow err on failure | ||||
| | | * | | ui - actions - importNewAccount - rethrow err on failure | kumavis | 2018-05-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | lint - cleanup some unused variables | kumavis | 2018-05-03 | 6 | -13/+0 |
| | | | | | |||||
| * | | | | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 7 | -29/+1 |
| |/ / / | |||||
| * / / | Handle Promise rejections when importing accounts (#4142) | Paul Bouchon | 2018-05-01 | 2 | -0/+4 |
| |/ / | | | | | | | | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement | ||||
| * | | ui - actions - importNewAccount - use async and pify for cleaner syntax | kumavis | 2018-05-01 | 1 | -24/+20 |
| | | | |||||
| * | | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 13 | -329/+354 |
| |\ \ | | | | | | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow. | ||||
| | * | | Redirect to correct seed phrase screen | Alexander Tseung | 2018-04-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-23 | 1 | -1/+9 |
| | |\ \ | | | | | | | | | | | | | | | | i-4033-seed-words | ||||
| | * | | | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 12 | -285/+346 |
| | | | | | | | | | | | | | | | | | | | | flow | ||||
| | * | | | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 2 | -27/+3 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
| * | | | | Fix ShapeShift purchases on new UI | bitpshr | 2018-04-29 | 1 | -6/+7 |
| | | | | | |||||
| * | | | | Merge pull request #4113 from ↵ | kumavis | 2018-04-28 | 4 | -45/+43 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/i4107-send-tokens-without-symbols-decimal-methods Wraps calls to symbol() and decimals() in try catch (Fixes #4107) | ||||
| | * | | | | Simplify return of existing token in getSymbolAndDecimals | Dan | 2018-04-28 | 1 | -4/+1 |
| | | | | | | |||||
| | * | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵ | Dan | 2018-04-28 | 3 | -20/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | or decimals. | ||||
| | * | | | | Wraps calls to symbol() and decimals() in try catch | Dan | 2018-04-28 | 3 | -30/+41 |
| | | |_|/ | | |/| | | |||||
| * / | | | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 3 | -12/+11 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay | ||||
| * | | | i18n-helper - wrap fallback in brackets to help indicate something is wrong | kumavis | 2018-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Return key instead of empty string on i18n fail | Dan Finlay | 2018-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | i18n-helper - abort on i18n failure | kumavis | 2018-04-25 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-15 | 2 | -48/+54 |
| | | | | |||||
* | | | | Import defaults in send_/ | Dan | 2018-05-15 | 10 | -17/+18 |
| | | | | |||||
* | | | | Fix Button component path in page-container footer. | Dan | 2018-05-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add index.js files to send_ subdirectories | Dan | 2018-05-15 | 13 | -0/+13 |
| | | | | |||||
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 63 | -1019/+1233 |
| | | | | |||||
* | | | | Tests for send.duck.js | Dan | 2018-05-14 | 4 | -20/+167 |
| | | | | |||||
* | | | | Rename ducks/send.js to ducks/send.duck.js | Dan | 2018-05-14 | 15 | -14/+14 |
| | | | | |||||
* | | | | Add missing unit tests in send_/: now 100% function test coverage in send_/ | Dan | 2018-05-14 | 4 | -112/+298 |
| | | | | |||||
* | | | | Lint fixes | Dan | 2018-05-14 | 10 | -31/+6 |
| | | | | |||||
* | | | | Unit tests for account-list-item, amount-max-button and send-amount-row ↵ | Dan | 2018-05-14 | 3 | -0/+381 |
| | | | | | | | | | | | | | | | | components. | ||||
* | | | | Unit tests for from-dropdown; split out send-dropdown-list from from-dropdown | Dan | 2018-05-12 | 4 | -39/+260 |
| | | | | |||||
* | | | | SendRowErrorMessage component test. | Dan | 2018-05-11 | 1 | -0/+28 |
| | | | | |||||
* | | | | Unit tests for send from, gas, to and wrapper row components. | Dan | 2018-05-11 | 4 | -0/+403 |
| | | | | |||||
* | | | | Fix test descriptions and remove unnecessary proptypes. | Dan | 2018-05-10 | 5 | -14/+10 |
| | | | | |||||
* | | | | Adds test for send, send-content, send-footer and send-header components. | Dan | 2018-05-07 | 6 | -16/+516 |
| | | | | |||||
* | | | | Unit tests for containers, utils and selectors in send_/ | Dan | 2018-05-05 | 44 | -73/+2506 |
| | | | | |||||
* | | | | Merge branch 'i3725-refactor-send-component-' of ↵ | Dan | 2018-05-01 | 12 | -16/+137 |
|\ \ \ \ | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component- | ||||
| * \ \ \ | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-05-01 | 118 | -1513/+4604 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | i3725-refactor-send-component-2 | ||||
| * | | | | | Refactor page-container component structure | Alexander Tseung | 2018-04-11 | 13 | -75/+173 |
| | | | | | | |||||
* | | | | | | Delete dead send code. | Dan | 2018-05-01 | 10 | -723/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Remove 'goHome' from send_ | Dan | 2018-05-01 | 2 | -4/+1 |
| | | | | | |||||
* | | | | | Move getMaxModeOn selector to amount-max-button container. | Dan | 2018-05-01 | 3 | -6/+10 |
| | | | | | |||||
* | | | | | Use constants for send screen errors messages. | Dan | 2018-05-01 | 4 | -9/+29 |
| | | | | | |||||
* | | | | | Fix send-v2__form class in send-content.component | Dan | 2018-05-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix amount max button. | Dan | 2018-05-01 | 5 | -7/+7 |
| | | | | | |||||
* | | | | | Fix close button on send screen | Dan | 2018-04-30 | 2 | -4/+5 |
| | | | | | |||||
* | | | | | Further refactors; includes refactor of send-v2.js and associated container | Dan | 2018-04-30 | 24 | -155/+487 |
| | | | | | |||||
* | | | | | Fixes to get tests passing. | Dan | 2018-04-27 | 5 | -11/+11 |
| | | | | | |||||
* | | | | | Lint fixes and alphabetization for i3725-refactor-send-component | Dan | 2018-04-27 | 35 | -365/+330 |
| | | | | | |||||
* | | | | | Core of the refactor complete | Dan | 2018-04-27 | 34 | -489/+757 |
| | | | | | |||||
* | | | | | Merge branch 'master' into i3725-refactor-send-component | Dan | 2018-04-25 | 49 | -200/+300 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #3940 from nyatla/master | Dan Finlay | 2018-04-24 | 3 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Small layout and cursor problem fix. | ||||
| | * | | | | Reduced button padding. | nyatla | 2018-04-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Title overflowed in Japanese. | ||||
| | * | | | | Expanded dropdown menu width of title. | nyatla | 2018-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Title overflowed in Japanese. | ||||
| | * | | | | Changed mouse cursor to "pointer" on the cancel text at the top left of the ↵ | nyatla | 2018-04-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | page. | ||||
| * | | | | | Merge pull request #3968 from MetaMask/gh-3653 | Dan Finlay | 2018-04-24 | 10 | -13/+17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Clean up network config | ||||
| | * | | | | | Clean up network config | Alexander Tseung | 2018-04-24 | 10 | -13/+17 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge pull request #4028 from MetaMask/i4016-customrpc | Dan Finlay | 2018-04-24 | 1 | -6/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Fix custom RPC not redirecting to Settings page | ||||
| | * | | | | Fix custom RPC not redirecting to Settings page | Alexander Tseung | 2018-04-19 | 1 | -6/+8 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #4030 from MetaMask/i4014-metamask-version | Thomas Huang | 2018-04-20 | 1 | -1/+9 |
| |\ \ \ \ | | | | | | | | | | | | | Show correct MetaMask version number in the Info page | ||||
| | * | | | | Show correct MetaMask version number in the Info page | Alexander Tseung | 2018-04-19 | 1 | -1/+9 |
| | |/ / / | |||||
| * / / / | Fix exception thrown when revealing seed words | Alexander Tseung | 2018-04-19 | 1 | -6/+18 |
| |/ / / | |||||
| * | | | Merge pull request #3977 from MetaMask/i-3913-big-number | Dan Finlay | 2018-04-19 | 4 | -25/+49 |
| |\ \ \ | | | | | | | | | | | Fix BigNumber exception in confirm-send-ether | ||||
| | * | | | Fix spinner layout | Alexander Tseung | 2018-04-18 | 4 | -24/+26 |
| | | | | | |||||
| | * | | | Fix BigNumber exception in confirm-send-ether | Alexander Tseung | 2018-04-18 | 1 | -3/+25 |
| | | | | | |||||
| * | | | | Merge pull request #4004 from MetaMask/i3955-reveal-seed | Dan Finlay | 2018-04-19 | 2 | -3/+27 |
| |\ \ \ \ | | | | | | | | | | | | | Fix UI getting stuck in Reveal Seed screen | ||||
| | * | | | | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 2 | -3/+27 |
| | | | | | | |||||
| * | | | | | Merge pull request #3998 from MetaMask/i3988-checksummed-address | Dan Finlay | 2018-04-19 | 10 | -26/+44 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Show checksum addresses on UI | ||||
| | * | | | | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 10 | -26/+44 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan Finlay | 2018-04-18 | 24 | -107/+52 |
| |\| | | | |||||
| | * | | | Fix confirmation popup not always opening | Alexander Tseung | 2018-04-17 | 5 | -13/+18 |
| | | | | | |||||
| | * | | | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 14 | -3/+14 |
| | |\ \ \ | |||||
| | | * \ \ | Merge pull request #3970 from MetaMask/i3651-removeGlobalLog | Dan Finlay | 2018-04-17 | 13 | -2/+13 |
| | | |\ \ \ | | | | | | | | | | | | | | | Remove reliance on window.log | ||||
| | | | * | | | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 13 | -2/+13 |
| | | | | | | |