Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update helpscout links to zenhub | Bobby Dresser | 2018-06-01 | 2 | -2/+2 |
| | |||||
* | Add new alert modals | Alexander Tseung | 2018-06-01 | 15 | -155/+271 |
| | |||||
* | Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵ | Alexander Tseung | 2018-06-01 | 14 | -37/+53 |
| | | | | style buttons | ||||
* | Prevent loading screen from overlaying the app bar (#4417) | Alexander Tseung | 2018-05-31 | 2 | -9/+2 |
| | |||||
* | 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 | 10 | -39/+215 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 34 | -481/+1106 |
|\ | | | | | 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 | 34 | -481/+1109 |
| | | |||||
* | | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 5 | -10/+10 |
|/ | |||||
* | Merge pull request #4255 from MetaMask/i4233-dropdowns | kumavis | 2018-05-17 | 2 | -6/+52 |
|\ | | | | | Fix account and network dropdowns in confirm screen | ||||
| * | Fix account and network dropdowns in confirm screen | Alexander Tseung | 2018-05-15 | 2 | -6/+52 |
| | | |||||
* | | 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 | 1 | -189/+0 |
| | | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 21 | -10/+681 |
|\ \ | | | | | | | | | | network-controller-remove-setNetworkEndpoints | ||||
| * | | Add error message when passwords don't match in first time flow. Change ↵ | Alexander Tseung | 2018-05-14 | 1 | -0/+5 |
| |/ | | | | | | | 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 | 12 | -196/+476 |
| | | |||||
| * | Add storybook integration | Alexander Tseung | 2018-05-04 | 3 | -0/+86 |
| | | |||||
| * | Merge pull request #4156 from MetaMask/i4010-spinner | kumavis | 2018-05-03 | 6 | -8/+91 |
| |\ | | | | | | | Fix styling of the app spinner | ||||
| | * | Fix styling of the app spinner | Alexander Tseung | 2018-05-01 | 6 | -8/+91 |
| | | | |||||
* | | | lint - cleanup some unused variables | kumavis | 2018-05-03 | 2 | -2/+0 |
| | | | |||||
* | | | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 2 | -5/+0 |
|/ / | |||||
* | | 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 | ||||
* | | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 5 | -147/+215 |
|\ \ | | | | | | | 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 | 4 | -145/+213 |
| | | | | | | | | | | | | | | | | flow | ||||
* | | | | Fix ShapeShift purchases on new UI | bitpshr | 2018-04-29 | 1 | -6/+7 |
| | | | | |||||
* | | | | Merge pull request #4113 from ↵ | kumavis | 2018-04-28 | 2 | -26/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | MetaMask/i4107-send-tokens-without-symbols-decimal-methods Wraps calls to symbol() and decimals() in try catch (Fixes #4107) | ||||
| * | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵ | Dan | 2018-04-28 | 2 | -18/+8 |
| | | | | | | | | | | | | | | | | | | | | or decimals. | ||||
| * | | | | Wraps calls to symbol() and decimals() in try catch | Dan | 2018-04-28 | 1 | -11/+9 |
| | |_|/ | |/| | | |||||
* / | | | 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 | ||||
* | | | Merge pull request #3968 from MetaMask/gh-3653 | Dan Finlay | 2018-04-24 | 5 | -8/+8 |
|\ \ \ | | | | | | | | | Clean up network config | ||||
| * | | | Clean up network config | Alexander Tseung | 2018-04-24 | 5 | -8/+8 |
| | |/ | |/| | |||||
* | | | 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 |
| |/ | |||||
* / | Show correct MetaMask version number in the Info page | Alexander Tseung | 2018-04-19 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #3977 from MetaMask/i-3913-big-number | Dan Finlay | 2018-04-19 | 2 | -10/+39 |
|\ | | | | | Fix BigNumber exception in confirm-send-ether | ||||
| * | Fix spinner layout | Alexander Tseung | 2018-04-18 | 2 | -9/+16 |
| | | |||||
| * | Fix BigNumber exception in confirm-send-ether | Alexander Tseung | 2018-04-18 | 1 | -3/+25 |
| | | |||||
* | | Merge pull request #3998 from MetaMask/i3988-checksummed-address | Dan Finlay | 2018-04-19 | 8 | -22/+29 |
|\ \ | |/ |/| | Show checksum addresses on UI | ||||
| * | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 8 | -22/+29 |
| | | |||||
* | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan Finlay | 2018-04-18 | 11 | -41/+27 |
|\| | |||||
| * | Fix confirmation popup not always opening | Alexander Tseung | 2018-04-17 | 2 | -7/+9 |
| | | |||||
| * | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 5 | -0/+5 |
| |\ | |||||
| | * | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 5 | -0/+5 |
| | | | |||||
| * | | Maintain token prices using a background service | bitpshr | 2018-04-16 | 1 | -1/+0 |
| | | | |||||
| * | | Fetch token prices based on contract address | bitpshr | 2018-04-16 | 4 | -34/+14 |
| |/ | |||||
* | | Lint fix. | Dan | 2018-04-10 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan | 2018-04-10 | 28 | -75/+2844 |
|\| | |||||
| * | Fix integration tests | Alexander Tseung | 2018-04-07 | 2 | -2/+6 |
| | | |||||
| * | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-06 | 1 | -1/+2 |
| |\ | | | | | | | | | | cb-254 | ||||
| * | | Fix editing transaction | Alexander Tseung | 2018-04-06 | 1 | -2/+1 |
| | | | |||||
| * | | Revert "commit" | Alexander Tseung | 2018-04-06 | 1 | -1/+2 |
| | | | | | | | | | | | | This reverts commit fa8500e09ad599837f6ad1b2dfc3530195a03b33. | ||||
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-06 | 1 | -0/+1 |
| |\| | | | | | | | | | | cb-254 | ||||
| * | | commit | Alexander Tseung | 2018-04-06 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-05 | 2 | -3/+4 |
| |\| | | | | | | | | | | cb-254 | ||||
| | * | hot-fix new-ui - default to an object if identities is undefined | frankiebee | 2018-04-05 | 1 | -1/+2 |
| | | | |||||
| | * | Don't prevent user from setting an eth address in to field if there is no ↵ | Dan | 2018-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | ens support. | ||||
| * | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-04 | 1 | -9/+12 |
| |\| | | | | | | | | | | cb-254 | ||||
| * | | Fix transaction confirmations | Alexander Tseung | 2018-04-04 | 1 | -14/+16 |
| | | | |||||
| * | | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 9 | -43/+257 |
| |\| | |||||
| * | | Fix lint errors | Alexander Tseung | 2018-04-03 | 3 | -4/+0 |
| | | | |||||
| * | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 4 | -15/+15 |
| | | | |||||
| * | | Fix conf-tx render | Alexander Tseung | 2018-03-31 | 1 | -1/+4 |
| | | | |||||
| * | | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 61 | -386/+673 |
| |\ \ | |||||
| * | | | Fix merge conflicts. Refactor renderPrimary into Home component | Alexander Tseung | 2018-03-31 | 6 | -361/+448 |
| | | | | |||||
| * | | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 62 | -456/+485 |
| |\ \ \ | |||||
| * | | | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 9 | -17/+36 |
| | | | | | |||||
| * | | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 83 | -2744/+2070 |
| |\ \ \ \ | |||||
| * | | | | | Fix react-router related exceptions | Alexander Tseung | 2018-02-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 2 | -36/+28 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into cb-254 | ||||
| * \ \ \ \ \ | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 4 | -19/+34 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into cb-254 | ||||
| * | | | | | | | Fix lint errors | Alexander Tseung | 2018-02-02 | 2 | -7/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 8 | -26/+78 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 12 | -115/+299 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 31 | -548/+731 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add route for signature request | Alexander Tseung | 2017-12-15 | 2 | -253/+321 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add initialized checks for first time flow routes | Alexander Tseung | 2017-12-15 | 4 | -71/+48 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix lint errors | Alexander Tseung | 2017-12-15 | 2 | -2/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 6 | -42/+83 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 22 | -177/+1989 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Internationalize converted value in confirm screens | Dan | 2018-04-10 | 2 | -4/+36 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Internationalize converted value in currency-input.js | Dan | 2018-04-10 | 1 | -10/+25 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Improve display of crypto currencies when selected as the 'Current Conversion' | Dan | 2018-04-10 | 1 | -4/+13 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Linted | Dan Finlay | 2018-04-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Internationalize currency | Dan Finlay | 2018-04-04 | 1 | -1/+6 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3580 | ||||
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 2 | -16/+89 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Adds simulation failure error messages to confirm screen. | Dan | 2018-04-03 | 2 | -0/+30 |
| | | | | | | | | | | |||||
| * | | | | | | | | | UpdateSendErrors only called when balance defined, recalled if balance updates. | Dan | 2018-04-03 | 2 | -16/+59 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 7 | -23/+166 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | identicon - set blockies height and width to identicon diameter | kumavis | 2018-03-31 | 1 | -3/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3774 from danjm/i3686-txparamundefined-sigrequestsintxlist | kumavis | 2018-03-31 | 2 | -9/+17 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix display of unapprovedMgs in txList; fix txParams undefined errors | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlist | Dan | 2018-03-30 | 53 | -288/+538 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Ensure correct address used when rendering transfer transactions. | Dan | 2018-03-29 | 1 | -1/+2 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fix display of unapprovedMessages in txList (old and new ui); includes fix ↵ | Dan | 2018-03-28 | 2 | -9/+16 |
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of undefined txParams. | ||||
| * | | | | | | | | | | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-31 | 4 | -11/+147 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | Checking for sufficient balance in tx confirmation screen | ||||
| | * | | | | | | | | | Fix lint and tests | Dan | 2018-03-30 | 2 | -4/+4 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | Dan | 2018-03-30 | 53 | -287/+537 |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | Show insufficient funds on confirm screen on first render. | Dan | 2018-03-30 | 2 | -1/+21 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas. | Dan | 2018-03-28 | 1 | -0/+3 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-28 | 54 | -346/+337 |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | Confirm send token detects if balance is sufficient for gas. | Dan | 2018-03-28 | 2 | -7/+56 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Checking for sufficient balance in confirm ether screen; includes error ↵ | Dan | 2018-03-28 | 2 | -5/+69 |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | messages for user. | ||||
* | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-03-31 | 3 | -5/+5 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-30 | 53 | -287/+537 |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | ci-artifacts | ||||
| * | | | | | | | | | ui - identicon - use relative link for ether logo | kumavis | 2018-03-29 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | ui - use relative location for images | kumavis | 2018-03-29 | 2 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | ui - fix relative url for deposit-ether-modal | kumavis | 2018-03-29 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | network - use providerType for localhost | kumavis | 2018-03-31 | 1 | -4/+4 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 53 | -287/+537 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | via a provider. | ||||
* | | | | | | | Remove comments and console.logs | Dan | 2018-03-27 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 10 | -48/+32 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #3721 from alextsg/cb-944 | Dan Finlay | 2018-03-27 | 8 | -15/+19 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update button styles | ||||
| | * | | | | | | Update button styles | Alexander Tseung | 2018-03-26 | 8 | -15/+19 |
| | | | | | | | | |||||
| * | | | | | | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 2 | -32/+13 |
| |/ / / / / / | |||||
* | | | | | | | Correct reprice title and subtitle key names. | Dan | 2018-03-22 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Fix sender-to-recipient export and non-existent translation key. | Dan | 2018-03-22 | 2 | -5/+3 |
| | | | | | | | |||||
* | | | | | | | Correct connect reference in confirm-send-ether, confirm-deploy-contract, ↵ | Dan | 2018-03-22 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-display. | ||||
* | | | | | | | Lint fixes | Dan | 2018-03-22 | 10 | -13/+14 |
| | | | | | | | |||||
* | | | | | | | Fix references to undefined 'this.props' | Dan | 2018-03-22 | 1 | -13/+13 |
| | | | | | | | |||||
* | | | | | | | Missed modifications of t() in merge resolution. | Dan | 2018-03-22 | 3 | -4/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-22 | 8 | -192/+269 |
|\| | | | | | | |||||
| * | | | | | | ui - tx conf - only show special token tx conf screen for token send | kumavis | 2018-03-22 | 1 | -4/+8 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'i3554-fix-editing-dapp-token-txs' of ↵ | kumavis | 2018-03-22 | 2 | -4/+11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/danjm/metamask-extension into danjm-i3554-fix-editing-dapp-token-txs | ||||
| | * | | | | | | Identify token transactions by method names token data, and not just whether ↵ | Dan | 2018-03-20 | 2 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they've been add via metamask. | ||||
| * | | | | | | | Merge pull request #3624 from alextsg/cb-941 | kumavis | 2018-03-21 | 4 | -182/+244 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update confirm transaction screen | ||||
| | * | | | | | | | Update confirm transaction screen | Alexander Tseung | 2018-03-21 | 4 | -182/+244 |
| | | | | | | | | | |||||
| * | | | | | | | | Gas inputs can be changed by up and down arrows (#3598) | Dan J Miller | 2018-03-21 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Up and down arrows can control gas inputs. * input-number.js just uses number type. | ||||
* | | | | | | | | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 45 | -283/+253 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t() call; t is just available on props. | ||||
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 7 | -47/+289 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n-translator-redux | ||||
| * | | | | | | | | Add i18n to tx status | Thomas | 2018-03-21 | 1 | -1/+26 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into i3571-CompleteI18nTemplates | Thomas | 2018-03-21 | 7 | -45/+260 |
| |\| | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 2 | -2/+6 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Don't block user from setting gas if estimating gas returns errors. (#3627) | Dan J Miller | 2018-03-20 | 2 | -2/+6 |
| | | |/ / / / / / | |||||
| | * | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 27 | -2155/+588 |
| | |\| | | | | | | |||||
| | * | | | | | | | Merge branch 'retry-tx-refractor' of ↵ | frankiebee | 2018-03-16 | 3 | -22/+49 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into retry-tx-refractor | ||||
| | | * | | | | | | | Set retry gasPrice to forceGasMin on confirm screen in cases where gas is ↵ | Dan | 2018-03-15 | 2 | -4/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not edited. | ||||
| | | * | | | | | | | Force gas min has correct precision and is set when editing gas if max. | Dan | 2018-03-15 | 3 | -7/+8 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Ensure changes from customize gas modal opened from confirm screen are ↵ | Dan | 2018-03-15 | 2 | -12/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | captured for non-tx transactions. | ||||
| | | * | | | | | | | Revert 'Set txMeta.time to reflect time of tx approval.' | Dan | 2018-03-15 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-16 | 1 | -4/+6 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-15 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 47 | -349/+386 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Fix more lint errors. | Dan | 2018-03-14 | 3 | -11/+2 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Remove unnecessary addition of nonce to state. | Dan | 2018-03-14 | 1 | -3/+0 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Make token confirmations compatible. | Dan | 2018-03-14 | 2 | -14/+88 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fix tx-list-item submitted check. | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use correct name for submittedTime field in tx-list.js | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use correct var name in new-ui showRetryButton | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Undefined check in showRetryButton | Dan | 2018-03-14 | 1 | -3/+4 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Styling for dropped. | Dan | 2018-03-14 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use new submittedTime field to correctly show retry button in old and new ui. | Dan | 2018-03-14 | 3 | -9/+9 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Set txMeta.time to reflect time of tx approval. | Dan | 2018-03-13 | 1 | -3/+3 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Improve phrasing of copy. | Dan | 2018-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fix gas calculation and nonce / forceGasMin state setting errors; retry ↵ | Dan | 2018-03-13 | 3 | -25/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | button shows on correct tx. | ||||
| | * | | | | | | | | | | Lint fixes. | Dan | 2018-03-09 | 1 | -2/+0 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-09 | 5 | -25/+28 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Adds inline opening of gas customization to confirm-send-ether screen. | Dan | 2018-03-09 | 2 | -10/+42 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵ | Dan | 2018-03-09 | 4 | -15/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | customize-gas-modal, and dependents. | ||||
| | * | | | | | | | | | | | Add html and css for responsive retry button. | Dan | 2018-03-09 | 1 | -0/+9 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Started on Tx list i18n | Thomas | 2018-03-21 | 1 | -1/+1 |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Lint fixes. | Dan | 2018-03-20 | 8 | -5/+14 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 1 | -6/+14 |
|\| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #3594 from danjm/i3344-improve-currency-input | Thomas Huang | 2018-03-20 | 1 | -6/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Currency input defaults to empty string | ||||
| | * | | | | | | | | | | | Currency input defaults to empty string | Dan | 2018-03-17 | 1 | -6/+14 |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | |||||
* | | | | | | | | | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵ | Dan | 2018-03-20 | 15 | -20/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reference. | ||||
* | | | | | | | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 26 | -2145/+572 |
|\| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Remove unused files from ui folder. (#3577) | anticlimactic | 2018-03-19 | 21 | -1626/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui. | ||||
| * | | | | | | | | | | | Fix styling on confirm-send-ether and confirm-send-token (#3600) | Alexander Tseung | 2018-03-17 | 3 | -225/+231 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Update Confirm Contract screen (#3597) | Alexander Tseung | 2018-03-17 | 3 | -294/+340 |
| |/ / / / / / / / / / | |||||
| * | | | / / / / / / | Update Deposit Eth icon (#3569) | Alexander Tseung | 2018-03-16 | 1 | -4/+6 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Handle i18n with redux. | Dan | 2018-03-16 | 56 | -303/+303 |
| | | | | | | | | | | |||||
* | | | | | | | | | | i18n - load locales manually | kumavis | 2018-03-15 | 29 | -45/+57 |
|/ / / / / / / / / | |||||
* | | / / / / / / | Fix translations whose substitutions params were not in arrays. | Dan | 2018-03-14 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge pull request #3495 from alextsg/cb-290 | kumavis | 2018-03-14 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Increase tap areas for menu buttons on mobile | ||||
| | * | | | | | | | | Increase tap areas for menu buttons on mobile | Alexander Tseung | 2018-03-10 | 1 | -5/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add missing opening parens to pag-container__subtitle | Thomas | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 2 | -54/+65 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Update deposit ether styling (#3510) | Alexander Tseung | 2018-03-13 | 2 | -53/+68 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-12 | 2 | -6/+6 |
|\| | | | | | | | | |||||
| * | | | | | | | | Add empty object default value for tokenData (#3493) | Alexander Tseung | 2018-03-09 | 1 | -2/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Update network colours for better accessibility. (#3469) | Dan J Miller | 2018-03-08 | 1 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | Correct caps of Send button on main screen. | Dan | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into i18n | Dan Finlay | 2018-03-07 | 1 | -16/+0 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into ImportAccountMessageV2 | kumavis | 2018-03-07 | 3 | -4/+23 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into ImportAccountMessageV2 | Dan Finlay | 2018-03-07 | 1 | -5/+4 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 6 | -18/+32 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove committed out merge code | Thomas | 2018-02-28 | 1 | -16/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Change Loose label to Imported | Thomas | 2018-02-28 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Correct merge conflict resolution errors. | Dan | 2018-03-07 | 1 | -7/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'master' into i18n | Dan | 2018-03-07 | 24 | -117/+277 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Shapeshift form handles market info unavailable errors. | Dan | 2018-03-07 | 3 | -4/+23 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Fixes shapeshift coin selection dropdown. (#3416) | Dan J Miller | 2018-03-06 | 1 | -5/+4 |
| | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Fix network menu for custom URLs (#3366) | Alexander Tseung | 2018-03-02 | 1 | -13/+27 |
| | | | | | | | | |||||
| * | | | | | | | Fix exception thrown when styleOverride is not present (#3364) | Alexander Tseung | 2018-03-02 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #3340 from danjm/i3338-contract-published-terminology | kumavis | 2018-03-01 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [NewUI] Replace 'Contract Published' label with 'Contract Deployment' | ||||
| | * | | | | | | | Replace 'Contract Published' with 'Contract Deployment' for clearer ↵ | Dan | 2018-02-28 | 2 | -2/+2 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | indication of contract tx state. | ||||
| * / / / / / / | Define event locally in onClickOutside method in account-dropdowns.js | Dan | 2018-03-01 | 2 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Try fixing notice screen synchronous state call | Dan Finlay | 2018-02-21 | 1 | -2/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #3200 from alextsg/cb-703 | kumavis | 2018-02-17 | 6 | -6/+6 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [NewUI] Remove accessing PropTypes from main React package | ||||
| | * | | | | | | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 6 | -6/+6 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #3209 from danjm/MM-634-newui-reset-account | Dan Finlay | 2018-02-14 | 3 | -6/+89 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [NewUI] Add reset account button to new UI. | ||||
| | * | | | | | | | Add reset account button to new UI. | Dan | 2018-02-09 | 3 | -6/+89 |
| | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Updates the styling of confirm send ether and token screens. (#3235) | Dan J Miller | 2018-02-13 | 2 | -18/+14 |
| | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fixes shapeshift txs so that they render in tx list. (#3208) | Dan J Miller | 2018-02-09 | 2 | -36/+28 |
| |/ / / / / | |||||
| * | | | | | Make blockies icon round to match identicons (#3205) | Alexander Tseung | 2018-02-08 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Fix alignment of ellipsis and address in wallet view. (#3198) | Dan J Miller | 2018-02-07 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Remove duplicate token balance on uat next. (#3195) | Dan J Miller | 2018-02-07 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Add functional integration testing to Add Token flow (#3189) | Alexander Tseung | 2018-02-06 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Wallet view supports screen sizes between 576px and 667px (#3193) | Dan J Miller | 2018-02-06 | 1 | -12/+17 |
| | |_|/ | |/| | | |||||
| * | | | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120) | Dan J Miller | 2018-02-01 | 2 | -10/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use tooltip for display of helper text in wallet views copy to clipboard feature. * Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change. * Remove unnecessary tabIndex attribute from wallet view address element. | ||||
* | | | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 26 | -77/+80 |
| | | | | |||||
* | | | | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 29 | -0/+29 |
| | | | | |||||
* | | | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 17 | -0/+17 |
| | | | | |||||
* | | | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 20 | -114/+103 |
| | | | | |||||
* | | | | first steps to i18n | Nick Doiron | 2018-01-23 | 30 | -144/+132 |
|/ / / | |||||
* | | | Merge branch 'uat' into newmaster | Chi Kei Chan | 2018-01-20 | 77 | -1258/+8026 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix transaction list font sizes, padding | Alexander Tseung | 2018-01-19 | 1 | -5/+1 |
| | | | |||||
| * | | Merge pull request #3024 from alextsg/cb-529 | Kevin Serrano | 2018-01-19 | 1 | -2/+2 |
| |\ \ | | | | | | | | | [NewUI] Update popout to fullscreen icon | ||||
| | * | | Update popout to fullscreen icon | Alexander Tseung | 2018-01-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | [NewUI] Send screen gas loading fixes (#3027) | Dan J Miller | 2018-01-18 | 1 | -1/+2 |
| |/ / | | | | | | | | | | | | | | | | * Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send. * Fix variable name. | ||||
| * | | Fix tx-list, confirmation screen styling | Alexander Tseung | 2018-01-18 | 1 | -5/+4 |
| | | | |||||
| * | | Merge pull request #3005 from alextsg/cb-385 | Chi Kei Chan | 2018-01-18 | 1 | -1/+3 |
| |\ \ | | | | | | | | | [NewUI] Fix rendering QR code in full screen old UI, hide unnecessary back button | ||||
| | * | | Fix rendering QR code in old UI, hide unnecessary back button | Alexander Tseung | 2018-01-17 | 1 | -1/+3 |
| | | | | |||||
| * | | | Readjust gas fees when switching networks on the send screen | Alexander Tseung | 2018-01-17 | 1 | -0/+1 |
| |/ / | |||||
| * | | Fix send screen value input | Alexander Tseung | 2018-01-16 | 1 | -3/+11 |
| | | | |||||
| * | | Fix Hide Token modal styling, popup positioning | Alexander Tseung | 2018-01-16 | 1 | -2/+2 |
| | | | |||||
| * | | New add account page with create and import options. | Dan | 2018-01-13 | 2 | -17/+9 |
| | | | |||||
| * | | Merge branch 'uat' into cb-388 | Chi Kei Chan | 2018-01-13 | 8 | -296/+452 |
| |\ \ | |||||
| | * | | [NewUI-flat] New deposit ether modal UI. (#2642) | Dan J Miller | 2018-01-13 | 7 | -295/+451 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos | ||||
| | * | | Fix logging out of old UI causing infinite spinner (#2914) | Alexander Tseung | 2018-01-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Change styling for network dropdown | Alexander Tseung | 2018-01-12 | 1 | -31/+10 |
| | | | | |||||
| * | | | Update styling for buttons, font weights | Alexander Tseung | 2018-01-12 | 6 | -14/+18 |
| | | | | |||||
| * | | | Update main view styling | Alexander Tseung | 2018-01-11 | 3 | -13/+5 |
| |/ / | |||||
| * | | Merge pull request #2799 from MetaMask/NewUI-flat | Alexander Tseung | 2017-12-23 | 17 | -141/+314 |
| |\ \ | | | | | | | | | Update UAT to version 4.0.5 | ||||
| | * \ | Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20 | Chi Kei Chan | 2017-12-21 | 4 | -57/+11 |
| | |\ \ | |||||
| | | * | | Add constanst for token transfer function signature. | Dan | 2017-12-21 | 1 | -0/+3 |
| | | | | | |||||
| | | * | | Lint fixes. | Dan | 2017-12-21 | 2 | -3/+1 |
| | | | | | |||||
| | | * | | Adds updateTransaction to background and used it to update after editing in ↵ | Dan | 2017-12-21 | 3 | -67/+6 |
| | | | | | | | | | | | | | | | | | | | | send-v2. | ||||
| | | * | | Canceled, edited transactions show edited amount. | Dan | 2017-12-21 | 2 | -2/+16 |
| | | | | | |||||
| | * | | | Merge branch 'master' into NewUI-flat | Dan | 2017-12-21 | 2 | -37/+94 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Hide fiat values on account details screen when eth/token value is 0. | Dan | 2017-12-21 | 3 | -3/+8 |
| | | | | | |||||
| | * | | | Hides the sidebar after the an account menu actions changes the screen ↵ | Dan | 2017-12-21 | 1 | -0/+6 |
| | | |/ | | |/| | | | | | | | | | behind the sidebar. |