| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds tests for button group component. | Dan Miller | 2018-07-24 | 1 | -0/+97 |
* | Add ButtonGroup component | Alexander Tseung | 2018-07-24 | 5 | -0/+151 |
* | Merge pull request #4822 from whymarrh/show-more-address | Whymarrh Whitby | 2018-07-19 | 2 | -3/+3 |
|\ |
|
| * | Show first four characters of account after 0x in wallet | Whymarrh Whitby | 2018-07-18 | 1 | -1/+1 |
| * | Show first four characters of account after 0x in tx list | Whymarrh Whitby | 2018-07-18 | 1 | -2/+2 |
* | | Don't set txData to an empty string | Whymarrh Whitby | 2018-07-18 | 1 | -1/+1 |
* | | Inline single-use vars in send-footer.utils | Whymarrh Whitby | 2018-07-18 | 1 | -3/+1 |
* | | Send data along with other tx params | Whymarrh Whitby | 2018-07-18 | 7 | -16/+66 |
* | | Hook up send component w/ UPDATE_SEND_HEX_DATA action | Whymarrh Whitby | 2018-07-18 | 3 | -5/+28 |
* | | Add updateSendHexData action | Whymarrh Whitby | 2018-07-18 | 2 | -0/+17 |
* | | Add hex data row to send screen | Whymarrh Whitby | 2018-07-18 | 5 | -2/+43 |
|/ |
|
* | Use Number constructor for number conversion. Use existing noConversionRateAv... | Alexander Tseung | 2018-07-18 | 2 | -4/+4 |
* | Merge develop | Alexander Tseung | 2018-07-18 | 3 | -1746/+0 |
* | Fix tests | Alexander Tseung | 2018-07-18 | 2 | -1/+5 |
* | Add fallback when no function found, fix network colors, add fiat values for ... | Alexander Tseung | 2018-07-18 | 16 | -104/+313 |
* | Remove unused confirm transaction files | Alexander Tseung | 2018-07-18 | 4 | -299/+23 |
* | Merge pull request #4815 from MetaMask/i4783-retry | Alexander Tseung | 2018-07-18 | 2 | -20/+14 |
|\ |
|
| * | Increase clickable area and padding of Retry Transaction bar | Alexander Tseung | 2018-07-17 | 2 | -20/+14 |
* | | lint fix | Sara Reynolds | 2018-07-17 | 1 | -6/+4 |
* | | Fix edge cases and add translation compatibility | Sara Reynolds | 2018-07-17 | 1 | -6/+12 |
* | | Update onlyRenderConversions function to method and account for edge cases | Sara Reynolds | 2018-07-17 | 1 | -26/+24 |
* | | Fixes conversion status for tokens without conversion rates | Sara Reynolds | 2018-07-17 | 1 | -14/+29 |
|/ |
|
* | Fix send import paths in confirm tx components | Whymarrh Whitby | 2018-07-16 | 2 | -3/+3 |
* | Fix send import path in customize gas modal | Whymarrh Whitby | 2018-07-16 | 1 | -1/+1 |
* | Fix send import path in ToAutoComplete | Whymarrh Whitby | 2018-07-16 | 1 | -1/+1 |
* | Fix lint warnings in the send/ directory. | Dan | 2018-07-16 | 4 | -32/+28 |
* | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 124 | -20/+142 |
* | Merge pull request #4715 from BitGuildPlatform/to-autocomplete | Dan J Miller | 2018-07-14 | 3 | -121/+142 |
|\ |
|
| * | fix classname | TrejGun | 2018-07-05 | 1 | -1/+4 |
| * | Merge branch 'develop' into to-autocomplete | Анна | 2018-07-05 | 29 | -41/+90 |
| |\ |
|
| * | | fixes #4664 | trejgun | 2018-07-03 | 3 | -121/+139 |
* | | | Merge pull request #4702 from BitGuildPlatform/contextTypes | Dan J Miller | 2018-07-14 | 14 | -60/+57 |
|\ \ \ |
|
| * \ \ | Merge branch 'develop' into contextTypes | TrejGun | 2018-07-05 | 29 | -41/+90 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | convert contextType to static prop for refactored components | trejgun | 2018-07-05 | 14 | -60/+57 |
| | |/
| |/| |
|
* | | | Merge pull request #4766 from whymarrh/null-translations | Whymarrh Whitby | 2018-07-13 | 4 | -41/+18 |
|\ \ \ |
|
| * | | | Remove unneeded MetaMaskConnect connect wrapper | Whymarrh Whitby | 2018-07-12 | 2 | -28/+1 |
| * | | | Fallback to English and then the key for I18nProvider#t | Whymarrh Whitby | 2018-07-12 | 2 | -11/+16 |
| * | | | Inline locale variable in fetchLocale fn | Whymarrh Whitby | 2018-07-12 | 1 | -2/+1 |
* | | | | Add tooltip to new tab icon in tx-view | Whymarrh Whitby | 2018-07-12 | 1 | -4/+8 |
* | | | | Add tooltip to menu icon in tx-view | Whymarrh Whitby | 2018-07-12 | 1 | -9/+16 |
* | | | | Merge pull request #4691 from MetaMask/i4404-confirm-refactor | Alexander Tseung | 2018-07-12 | 102 | -553/+4311 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix font sizes, colors. Include data tab for send-eth transaction confirmatio... | Alexander Tseung | 2018-07-12 | 4 | -4/+20 |
| * | | | 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 |
|\ \ \ |
|
| * | | | 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. | Dan | 2018-07-05 | 18 | -17/+320 |
* | | | | | Merge pull request #4733 from whymarrh/fix-setstate-warnings | Whymarrh Whitby | 2018-07-06 | 3 | -0/+14 |
|\ \ \ \ \ |
|
| * | | | | | 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 | 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 | 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. | 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 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | 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 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #4716 from MetaMask/i4663-clearErrorMessages | Dan J Miller | 2018-07-04 | 2 | -0/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 | 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 | Sara Reynolds | 2018-06-30 | 8 | -24/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #4640 from weijiekoh/develop | Dan J Miller | 2018-06-30 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 based estimate for token sends to be updated once recipient address speci... | Dan | 2018-06-29 | 3 | -0/+11 |
| |/ / / / |
|
* | | | | | 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. | 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 |
|\ \ \ \ |
|
| * | | | | 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 in... | Dan | 2018-06-27 | 4 | -6/+79 |
* | | | | | Merge pull request #4674 from MetaMask/removeOnlyTests | Thomas Huang | 2018-06-29 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | 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... | Dan | 2018-06-19 | 4 | -6/+79 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancements | Dan J Miller | 2018-06-28 | 6 | -41/+71 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | 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 non-ex... | Dan | 2018-06-15 | 6 | -22/+43 |
| * | | | | 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 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | 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 |
| | |_|/
| |/| | |
|
* | | | | 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 |
|\ \ \ |
|
| * | | | 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 sendi... | Dan | 2018-06-19 | 2 | -3/+8 |
| * | | | 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 amou... | Dan | 2018-06-19 | 2 | -5/+11 |
| * | | | 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 |
|/ / |
|
* | | Merge pull request #4566 from MetaMask/notice-phishing | Dan Finlay | 2018-06-15 | 4 | -14/+14 |
|\ \ |
|
| * | | 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 |
| |\ |
|
| | * | 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 acc... | Dan | 2018-05-31 | 4 | -16/+46 |
| * | | | | 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 |
| * | | | | 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 |
| * | | | Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow | Dan J Miller | 2018-06-05 | 2 | -4/+13 |
| |\ \ \ |
|
| | * | | | 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 ('0'... | Dan | 2018-06-02 | 1 | -2/+2 |
* | | | 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 i3914-fix-newui-send-gas-e... | Dan | 2018-06-01 | 52 | -421/+758 |
|\ \ \ |
|
| * | | | Remove .only | Dan | 2018-06-01 | 1 | -1/+1 |
| * | | | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask... | Dan | 2018-06-01 | 6 | -153/+92 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-nume... | Dan J Miller | 2018-06-01 | 6 | -153/+92 |
| | |\ \ \ |
|
| | | * | | | 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 st... | Alexander Tseung | 2018-06-01 | 16 | -62/+79 |
| | | |/
| | |/| |
|
| | * | | 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 |
* | | | | 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 |
* | | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ... | Dan | 2018-05-31 | 3 | -6/+6 |
* | | | | 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 transacti... | Dan | 2018-05-25 | 8 | -14/+105 |
* | | 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 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 |
| |\ \ |
|
| | * | | 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 | 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 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 | 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 network... | kumavis | 2018-05-17 | 45 | -317/+850 |
| |\ \ |
|
| | * | | Add error message when passwords don't match in first time flow. Change input... | Alexander Tseung | 2018-05-14 | 2 | -48/+54 |
| | |/ |
|
| | * | 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 | 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 | 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 | 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 |
| |/ / |
|
| * | | 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 |
| |\ \ |
|
| | * | | 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 |
| | |\ \ |
|
| | * | | | Use new design for reveal seed screen. Persist seed words only in first time ... | Alexander Tseung | 2018-04-23 | 12 | -285/+346 |
| | * | | | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 2 | -27/+3 |
| * | | | | Fix ShapeShift purchases on new UI | bitpshr | 2018-04-29 | 1 | -6/+7 |
| * | | | | Merge pull request #4113 from MetaMask/i4107-send-tokens-without-symbols-deci... | kumavis | 2018-04-28 | 4 | -45/+43 |
| |\ \ \ \ |
|
| | * | | | | Simplify return of existing token in getSymbolAndDecimals | Dan | 2018-04-28 | 1 | -4/+1 |
| | * | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol or... | Dan | 2018-04-28 | 3 | -20/+10 |
| | * | | | | 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 |
| |/ / / |
|
| * | | | 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 compo... | Dan | 2018-05-14 | 3 | -0/+381 |
* | | | | 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 |