Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add announcement for users migrated to the new UI | Whymarrh Whitby | 2019-02-05 | 1 | -0/+30 |
| | |||||
* | EIP-1102 updates (#6006) | Paul Bouchon | 2019-01-31 | 1 | -4/+4 |
| | | | | | | * Update privacy notice * Respond to 1102 messages using tab ID | ||||
* | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 1 | -2/+19 |
| | | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method | ||||
* | Prevent send to token warning (#6058) | Esteban Miño | 2019-01-24 | 1 | -0/+9 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding | ||||
* | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -1/+7 |
| | | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response | ||||
* | Prevent users from changing the From field in the send screen (#5922) | Alexander Tseung | 2018-12-14 | 1 | -8/+0 |
| | | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests | ||||
* | Adds network loading retry / error screen. | Dan Miller | 2018-12-13 | 1 | -1/+11 |
| | |||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -3/+3 |
| | |||||
* | Adds speed up slide-in gas customization sidebar | Dan Miller | 2018-12-04 | 1 | -1/+26 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 1 | -28/+14 |
| | |||||
* | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 1 | -1/+1 |
| | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 1 | -7/+0 |
| | |||||
* | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 1 | -0/+7 |
| | |||||
* | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 1 | -0/+21 |
| | |||||
* | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -6/+6 |
| | |||||
* | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | test - add actions unit tests (#5369) | Thomas Huang | 2018-10-10 | 1 | -4/+8 |
| | | | | | | | | * Actions.spec.js * Error handling tests * Lint | ||||
* | Merge pull request #5329 from whymarrh/confirm-features | Whymarrh Whitby | 2018-10-02 | 1 | -0/+42 |
|\ | | | | | Add batch reject to confirm screen | ||||
| * | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 1 | -0/+42 |
| | | |||||
* | | Update gas when hex data changes on send screen | Whymarrh Whitby | 2018-10-01 | 1 | -0/+2 |
|/ | |||||
* | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 1 | -0/+14 |
| | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
* | Merge pull request #5216 from MetaMask/tx-cancel | Frankie | 2018-09-11 | 1 | -0/+25 |
|\ | | | | | Add createCancelTransaction method | ||||
| * | Add createCancelTransaction method | Alexander Tseung | 2018-09-11 | 1 | -0/+25 |
| | | |||||
* | | Clear old seed words when importing new seed words | Whymarrh Whitby | 2018-09-11 | 1 | -2/+8 |
|/ | |||||
* | Merge pull request #5129 from MetaMask/add-sidebar-component | Dan J Miller | 2018-09-05 | 1 | -1/+5 |
|\ | | | | | Add sidebar component | ||||
| * | Adds sidebar component and refactors slide in wallet view sidebar to use it. | Dan Miller | 2018-08-29 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #5155 from MetaMask/i5154-confirm-spinner | Alexander Tseung | 2018-08-29 | 1 | -0/+4 |
|\ \ | |/ |/| | Fix infinite spinner on failed transactions | ||||
| * | Fix infinite spinner on failed transactions | Alexander Tseung | 2018-08-29 | 1 | -0/+4 |
| | | |||||
* | | typo watchAsset imageUrl to image | Esteban MIno | 2018-08-24 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-21 | 1 | -11/+77 |
|\| | |||||
| * | good progress adding paths | brunobar79 | 2018-08-14 | 1 | -9/+18 |
| | | |||||
| * | refactor to support multiple hw wallets | brunobar79 | 2018-08-11 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #4897 from MetaMask/qr-code-scan | Bruno Barbieri | 2018-08-11 | 1 | -1/+38 |
| |\ | | | | | | | QR Code Scanner | ||||
| | * | add comment | brunobar79 | 2018-08-09 | 1 | -0/+5 |
| | | | |||||
| | * | fix merge conflicts | brunobar79 | 2018-08-08 | 1 | -1/+2 |
| | |\ | |||||
| | * | | added crossbrowser support and error handling | brunobar79 | 2018-08-01 | 1 | -1/+25 |
| | | | | |||||
| | * | | use existing modals | brunobar79 | 2018-07-31 | 1 | -24/+0 |
| | | | | |||||
| | * | | fix merge conflicts | brunobar79 | 2018-07-27 | 1 | -9/+64 |
| | |\ \ | |||||
| | * | | | working without injection | brunobar79 | 2018-07-25 | 1 | -15/+26 |
| | | | | | |||||
| | * | | | camera working back and forth | brunobar79 | 2018-07-24 | 1 | -0/+21 |
| | | | | | |||||
| * | | | | Get nonce for showing retry button using ethQuery transaction count. | Dan Miller | 2018-08-09 | 1 | -0/+20 |
| | |_|/ | |/| | | |||||
* | | | | correct behavior when notification is closed when popup | Esteban MIno | 2018-08-17 | 1 | -9/+14 |
| | | | | |||||
* | | | | add support for images base64 and urls on new ui | Esteban MIno | 2018-08-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | refactor unused code | Esteban MIno | 2018-08-08 | 1 | -5/+5 |
| | | | | |||||
* | | | | Merge branch 'develop' into WatchTokenFeature | Esteban Miño | 2018-08-08 | 1 | -1/+2 |
|\| | | | |||||
| * | | | add & delete tokens per network | Esteban MIno | 2018-07-27 | 1 | -1/+2 |
| | |/ | |/| | |||||
* | | | watch token on old ui | Esteban MIno | 2018-08-08 | 1 | -0/+9 |
| | | | |||||
* | | | new confirm add suggested token component | Esteban MIno | 2018-08-07 | 1 | -10/+9 |
| | | | |||||
* | | | fix duplicated action | Esteban MIno | 2018-08-07 | 1 | -6/+0 |
| | | | |||||
* | | | eth_watchToken working | Esteban MIno | 2018-08-04 | 1 | -0/+24 |
|/ / | |||||
* / | Add close window support to signature requests. Move logic to actions | Alexander Tseung | 2018-07-24 | 1 | -9/+64 |
|/ | |||||
* | Merge pull request #4625 from MetaMask/initial-trezor-support | Bruno Barbieri | 2018-07-20 | 1 | -0/+125 |
|\ | | | | | Initial trezor support | ||||
| * | added new global alert | brunobar79 | 2018-07-19 | 1 | -0/+18 |
| | | |||||
| * | Merge branch 'develop' into initial-trezor-support | brunobar79 | 2018-07-17 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-13 | 1 | -20/+50 |
| |\ \ | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | forget device and autiload account features added | brunobar79 | 2018-07-12 | 1 | -0/+44 |
| | | | | |||||
| * | | | account removal is working | brunobar79 | 2018-07-11 | 1 | -0/+21 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-07 | 1 | -14/+20 |
| |\ \ \ | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| * \ \ \ | fix merge conflicts | brunobar79 | 2018-07-02 | 1 | -1/+20 |
| |\ \ \ \ | |||||
| * | | | | | initial trezor support | Bruno | 2018-06-10 | 1 | -0/+42 |
| | | | | | | |||||
* | | | | | | Add updateSendHexData action | Whymarrh Whitby | 2018-07-18 | 1 | -0/+9 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens. | ||||
* | | | | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -20/+50 |
| |_|/ |/| | | |||||
* | | | 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 |
| |/ |/| | |||||
* | | Only show the customize gas modal if the estimateGas call is not currently ↵ | Dan | 2018-06-19 | 1 | -1/+20 |
|/ | | | | in flight. | ||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-07 | 1 | -4/+6 |
|\ | |||||
| * | Merge branch 'develop' into handle-import-account-failure-in-ui | Dan | 2018-06-03 | 1 | -10/+16 |
| |\ | |||||
| * | | Importing account by json and private key shows error and does not change ↵ | Dan | 2018-05-31 | 1 | -4/+6 |
| | | | | | | | | | | | | account if no selectedAddress comes after import. | ||||
* | | | Fix calculation of data property for gas estimation on token transfers. | Dan | 2018-06-02 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-06-01 | 1 | -18/+32 |
|\ \ \ | | | | | | | | | | | | | i3914-fix-newui-send-gas-estimation | ||||
| * \ \ | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-01 | 1 | -18/+32 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Add new alert modals | Alexander Tseung | 2018-06-01 | 1 | -10/+16 |
| | |/ | |||||
| | * | Add notification for dropped retry transactions (#4363) | Alexander Tseung | 2018-05-30 | 1 | -8/+16 |
| | | | |||||
* | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 1 | -1/+6 |
| | | | |||||
* | | | Estimate gas using same algorithm as backend. | Dan | 2018-05-31 | 1 | -4/+15 |
| | | | |||||
* | | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵ | Dan | 2018-05-31 | 1 | -44/+7 |
| | | | | | | | | | | | | method. | ||||
* | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ↵ | Dan | 2018-05-31 | 1 | -2/+1 |
| | | | | | | | | | | | | symbol. | ||||
* | | | Rename gas change actions. | Dan | 2018-05-31 | 1 | -8/+8 |
| | | | |||||
* | | | Split out getGasEstimate logic from updateGasTotal | Dan | 2018-05-31 | 1 | -3/+12 |
|/ / | |||||
* | | Send refactor: fix amount max button for tokens. | Dan | 2018-05-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-24 | 1 | -23/+28 |
|\| | |||||
| * | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 1 | -0/+23 |
| |\ | | | | | | | Update designs for Add Token screen | ||||
| | * | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 1 | -0/+23 |
| | | | |||||
| * | | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 1 | -6/+6 |
| |/ | |||||
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 1 | -1/+3 |
| |\ | | | | | | | | | | network-controller-remove-setNetworkEndpoints | ||||
| | * | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 1 | -0/+2 |
| | | | |||||
| | * | ui - actions - importNewAccount - rethrow err on failure | kumavis | 2018-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 1 | -18/+0 |
| |/ | |||||
| * | ui - actions - importNewAccount - use async and pify for cleaner syntax | kumavis | 2018-05-01 | 1 | -24/+20 |
| | | |||||
| * | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -1/+43 |
| | | | | | | | | flow | ||||
| * | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 1 | -14/+2 |
| | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
* | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 1 | -54/+70 |
| | | |||||
* | | Further refactors; includes refactor of send-v2.js and associated container | Dan | 2018-04-30 | 1 | -10/+60 |
| | | |||||
* | | Merge branch 'master' into i3725-refactor-send-component | Dan | 2018-04-25 | 1 | -29/+30 |
|\ \ | |||||
| * | | Fix exception thrown when revealing seed words | Alexander Tseung | 2018-04-19 | 1 | -6/+18 |
| |/ | |||||
| * | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 1 | -2/+14 |
| | | |||||
| * | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 1 | -0/+1 |
| |\ | |||||
| | * | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -0/+1 |
| | | | |||||
| * | | Maintain token prices using a background service | bitpshr | 2018-04-16 | 1 | -52/+6 |
| | | | |||||
| * | | Fetch token prices based on contract address | bitpshr | 2018-04-16 | 1 | -23/+45 |
| |/ | |||||
* | | Merge branch 'master' into i3725-refactor-send-component | Dan | 2018-04-10 | 1 | -54/+128 |
|\| | |||||
| * | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 1 | -2/+3 |
| |\ | |||||
| * | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 1 | -2/+3 |
| | | | |||||
| * | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -1/+41 |
| |\ \ | |||||
| * \ \ | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -46/+101 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 1 | -0/+40 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into cb-254 | ||||
| * \ \ \ \ | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 1 | -1/+12 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 1 | -12/+96 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Add route for signature request | Alexander Tseung | 2017-12-15 | 1 | -34/+97 |
| | | | | | | | | |||||
| * | | | | | | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -30/+50 |
| | | | | | | | | |||||
* | | | | | | | | first commit | Dan | 2018-04-07 | 1 | -0/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | network - use providerType for localhost | kumavis | 2018-03-31 | 1 | -2/+3 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | ui - actions - fix log for background call | kumavis | 2018-03-28 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 1 | -1/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | i18n-translator-redux | ||||
| * | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 1 | -1/+9 |
| |\ \ \ \ \ | |||||
| * | | | | | | Lint fixes. | Dan | 2018-03-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-09 | 1 | -39/+87 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵ | Dan | 2018-03-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | customize-gas-modal, and dependents. | ||||
* | | | | | | | | Lint fixes. | Dan | 2018-03-20 | 1 | -1/+0 |
| | | | | | | | | |||||
* | | | | | | | | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -1/+42 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 1 | -40/+87 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #3470 from danjm/newui-onboarding-fonts | kumavis | 2018-03-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Change fonts in new-ui onboarding to Roboto, with weight 400. | ||||
| | * | | | | | | Update first time flow button fonts, and first-time-flow default font, to ↵ | Dan | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roboto. | ||||
| * | | | | | | | Fix flashing to Log in screen after logging in or restoring from seed phrase ↵ | Alexander Tseung | 2018-03-08 | 1 | -45/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3466) | ||||
| * | | | | | | | Merge pull request #3409 from scsaba/seed-phrase-verification | Dan Finlay | 2018-03-08 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Add seed phrase verification script into background process | ||||
| | * | | | | | | verify seedwords on log in | Csaba Solya | 2018-03-04 | 1 | -0/+7 |
| | | | | | | | | |||||
* | | | | | | | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 1 | -0/+8 |
|/ / / / / / / | |||||
* | / / / / / | Shapeshift form handles market info unavailable errors. | Dan | 2018-03-07 | 1 | -0/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Fix NewUI reveal seed flow. (#3410) | Dan J Miller | 2018-03-03 | 1 | -2/+3 |
|/ / / / / | |||||
* | | | | | Render loading inside notice screen, and don't set isLoading from ↵ | Dan | 2018-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | unMarkPasswordForgotten. | ||||
* | | | | | Only open a new window on restore from seed if in extension view. | Dan | 2018-02-14 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Remove chrome focus outline for mouse users. (#3230) | Dan J Miller | 2018-02-13 | 1 | -0/+10 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'uat' into uat-next | Dan | 2018-02-08 | 1 | -0/+16 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into uat | Dan | 2018-02-08 | 1 | -0/+16 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | added reset account feature | Bruno Barbieri | 2018-01-31 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | [NewUI] Opens to full screen when restoring from seed. (#3201) | Dan J Miller | 2018-02-08 | 1 | -0/+24 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call. | ||||
* | | | | Fix bug stemming from erroneously persistant unlock failure error message. ↵ | Dan J Miller | 2018-01-30 | 1 | -0/+10 |
|/ / / | | | | | | | | | | (#3123) | ||||
* | | | Adding one or more tokens sets the selected token before returning the user ↵ | Dan J Miller | 2018-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | to the main screen. (#2995) | ||||
* | | | New add account page with create and import options. | Dan | 2018-01-13 | 1 | -0/+18 |
| | | | |||||
* | | | [NewUI-flat] New deposit ether modal UI. (#2642) | Dan J Miller | 2018-01-13 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+5 |
| | | | |||||
* | | | Track usage of old and new UI (#2794) | Alexander Tseung | 2017-12-23 | 1 | -4/+33 |
| | | | | | | | | | [NewUI] Track usage of old and new UI | ||||
* | | | Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20 | Chi Kei Chan | 2017-12-21 | 1 | -0/+19 |
|\ \ \ | |||||
| * | | | Adds updateTransaction to background and used it to update after editing in ↵ | Dan | 2017-12-21 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | send-v2. | ||||
| * | | | Canceled, edited transactions show edited amount. | Dan | 2017-12-21 | 1 | -0/+19 |
| | | | | |||||
* | | | | Merge branch 'master' into NewUI-flat | Dan | 2017-12-21 | 1 | -0/+15 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Fix retry action | Dan Finlay | 2017-12-07 | 1 | -2/+2 |
| | | | |||||
| * | | View tx after editing state to unconfirmed | Dan Finlay | 2017-12-07 | 1 | -1/+9 |
| | | | |||||
| * | | Fix action | Dan Finlay | 2017-12-07 | 1 | -2/+2 |
| | | | |||||
| * | | Add retry background method and action | Dan Finlay | 2017-12-07 | 1 | -0/+6 |
| | | | |||||
* | | | [NewUI] Hide UI toggle in mascara (#2772) | Dan J Miller | 2017-12-21 | 1 | -5/+2 |
| |/ |/| | | | | | | | | | * Hides old-UI on mascara. * Improve code clarity in select-app.js | ||||
* | | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UI | Chi Kei Chan | 2017-12-08 | 1 | -0/+9 |
|\ \ | |||||
| * | | Update max amount behaviour to meet new specs. | Dan | 2017-12-07 | 1 | -0/+9 |
| | | | |||||
* | | | Show user notifications after switch between UIs | Dan | 2017-12-05 | 1 | -0/+4 |
| | | | |||||
* | | | New-ui actions accomodates old-ui. | Dan | 2017-12-05 | 1 | -7/+10 |
| | | | |||||
* | | | Add UI selection | Dan | 2017-12-05 | 1 | -0/+29 |
|/ / | |||||
* | | making eslint happy | Jason Clark | 2017-11-26 | 1 | -2/+2 |
| | | |||||
* | | toggle wired up to preferences property store | Jason Clark | 2017-11-25 | 1 | -6/+17 |
| | | |||||
* | | incremental commit | Clark, Jason (Contractor) | 2017-11-24 | 1 | -0/+9 |
| | | |||||
* | | Create single action for updating all of send in redux state. | Dan | 2017-11-15 | 1 | -0/+9 |
| | | |||||
* | | Allow editing of send ether. | Dan | 2017-11-15 | 1 | -0/+21 |
| | | |||||
* | | Token balance in send state; validating sufficient tokens, validation ↵ | Dan | 2017-11-07 | 1 | -0/+9 |
| | | | | | | | | updates on 'from' switching. | ||||
* | | More lint fixes | Dan | 2017-11-02 | 1 | -6/+6 |
| | | |||||
* | | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -0/+2 |
| | | |||||
* | | Fix Settings/Info screen being visible on logout (#2490) | Alexander Tseung | 2017-10-27 | 1 | -1/+42 |
| | | |||||
* | | Allow editing account name in account details modal | Alexander Tseung | 2017-10-26 | 1 | -9/+17 |
| | | |||||
* | | Fix send token bug. | Dan | 2017-10-26 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-25 | 1 | -46/+103 |
|\| | |||||
| * | Add Import With Seed Phrase | Chi Kei Chan | 2017-10-21 | 1 | -4/+14 |
| | | |||||
| * | Fix linter | Chi Kei Chan | 2017-10-21 | 1 | -1/+1 |
| | | |||||
| * | ShapeShift Integration | Chi Kei Chan | 2017-10-21 | 1 | -3/+21 |
| | | |||||
| * | Fix merge conflict; separate onboarding buy screen | Chi Kei Chan | 2017-10-21 | 1 | -0/+9 |
| | | |||||
| * | Add Go to Coinbase; Show Buy Ether after signup | Jacky Chan | 2017-10-21 | 1 | -1/+1 |
| | | |||||
| * | Implement Import Account Screen | Jacky Chan | 2017-10-21 | 1 | -10/+17 |
| | | |||||
| * | Add BackupPhraseScreen | Jacky Chan | 2017-10-21 | 1 | -7/+11 |
| | | |||||
| * | Add NoticeScreen | Jacky Chan | 2017-10-21 | 1 | -13/+15 |
| | | |||||
| * | Add UniqueImageScreen | Jacky Chan | 2017-10-21 | 1 | -10/+17 |
| | | |||||
* | | Clear send state on cancelling and signing. | Dan | 2017-10-24 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'NewUI-flat' into merge | Chi Kei Chan | 2017-10-19 | 1 | -38/+393 |
|\ \ | |/ |/| | |||||
| * | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -0/+10 |
| | | |||||
| * | Move all of send state to metamask state. | Dan | 2017-10-19 | 1 | -0/+46 |
| | | |||||
| * | Get from and update addressBook in send-v2 | Dan | 2017-10-19 | 1 | -1/+1 |
| | | |||||
| * | wip | Chi Kei Chan | 2017-10-18 | 1 | -0/+9 |
| | | |||||
| * | Enable send-v2 functionality. | Dan | 2017-10-18 | 1 | -0/+14 |
| | | |||||
| * | Customize Gas connected to state | Dan | 2017-10-16 | 1 | -0/+20 |
| | | |||||
| * | Clear selected token when changing network. | Dan | 2017-10-09 | 1 | -4/+11 |
| | | |||||
| * | Removes old/second setProviderType method from before merge (commit bd99bc2e) | Dan | 2017-10-05 | 1 | -9/+0 |
| | | |||||
| * | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-04 | 1 | -8/+8 |
| |\ | |||||
| * | | Enables remove token and ensures add/remove update the list without need for ↵ | Dan | 2017-10-04 | 1 | -5/+30 |
| | | | | | | | | | | | | refresh. | ||||
| * | | Shapeshift deposit tx modal. | Dan | 2017-10-02 | 1 | -1/+4 |
| | | | |||||
| * | | Query for gas estimates | Chi Kei Chan | 2017-09-29 | 1 | -2/+2 |
| | | | |||||
| * | | Keep privateKey out of state and clear it after closing export private key ↵ | Dan | 2017-09-28 | 1 | -13/+26 |
| | | | | | | | | | | | | modal. | ||||
| * | | Gets gas and price estimates when send components mount. | Dan | 2017-09-27 | 1 | -2/+2 |
| | | | |||||
| * | | Refactor to store estimated gas and price in local state, return promise ↵ | Dan | 2017-09-26 | 1 | -42/+18 |
| | | | | | | | | | | | | from actions. | ||||
| * | | Estimate gasPrice and gasLimit in send screen. | Dan | 2017-09-26 | 1 | -0/+57 |
| | | | |||||
| * | | get identities from getState() instead of passing from caller, only set new ↵ | Dan | 2017-09-23 | 1 | -2/+3 |
| | | | | | | | | | | | | account label if label set. | ||||
| * | | New account modal now allows for addition of account name. | Dan | 2017-09-23 | 1 | -2/+18 |
| | | | |||||
| * | | Integrate Add Token | Chi Kei Chan | 2017-09-22 | 1 | -8/+31 |
| | | | |||||
| * | | Merge branch 'master' into nm | Chi Kei Chan | 2017-09-19 | 1 | -0/+13 |
| |\ \ | |||||
| * | | | Clear token selection when changing account. | Dan | 2017-09-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add token exchange rates | Chi Kei Chan | 2017-09-13 | 1 | -0/+24 |
| | | | | |||||
| * | | | Improve styling in Confirmation Screen; Show decoded send token data | Chi Kei Chan | 2017-09-13 | 1 | -1/+0 |
| | | | | |||||
| * | | | Added signTokenTx; Adding token confirmation screen | Chi Kei Chan | 2017-09-12 | 1 | -0/+16 |
| | | | | |||||
| * | | | Show confirm transaction screen when clicking a pending transaction in the list. | Dan | 2017-09-08 | 1 | -3/+4 |
| | | | | |||||
| * | | | Send Token screen partial UI | Chi Kei Chan | 2017-09-07 | 1 | -0/+8 |
| | | | | |||||
| * | | | Adding Token transaction detail screen | Chi Kei Chan | 2017-09-06 | 1 | -0/+9 |
| | | | | |||||
| * | | | Send tx working; user is taken to confirm page with correct transaction ↵ | Dan | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | information. | ||||
| * | | | Clean up send.js and eth-balance.js with es6. | Dan | 2017-08-31 | 1 | -3/+3 |
| | | | | |||||
| * | | | Hook up showAddToken to dropdown menu item in account options dropdown | sdtsui | 2017-08-23 | 1 | -2/+1 |
| | | | | |||||
| * | | | Extend modal implementation and state management to accomodate multiple ↵ | sdtsui | 2017-08-21 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | modal types | ||||
| * | | | [WIP] Extract network dropdown into own component | sdtsui | 2017-08-14 | 1 | -0/+18 |
| | | | | |||||
| * | | | Add actions and reducers for global modal | sdtsui | 2017-08-09 | 1 | -0/+17 |
| | | | | |||||
| * | | | Merge branch 'master' into feat/mm-ui-5 | sdtsui | 2017-08-07 | 1 | -3/+6 |
| |\ \ \ | |||||
| * | | | | Integrate slideout menu with tx view | sdtsui | 2017-08-03 | 1 | -0/+15 |
| | | | | | |||||
| * | | | | Hook up responsive sidebar | sdtsui | 2017-08-03 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'upstream/master' | Sergey Ukustov | 2017-10-03 | 1 | -25/+8 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | network - remove long dead etherscan provider code | kumavis | 2017-09-30 | 1 | -10/+0 |
| | | | | | |||||
| * | | | | network - convert localhost from custom rpc to network type | kumavis | 2017-09-30 | 1 | -15/+8 |
| | |_|/ | |/| | | |||||
* / | | | Add eth_signTypedData handler | Sergey Ukustov | 2017-09-30 | 1 | -0/+27 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:davidp94/metamask-extension into ↵ | Kevin Serrano | 2017-09-08 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | | | | | rejectallunapproved | ||||
| * | | | fix goHome | davidp94 | 2017-08-15 | 1 | -2/+6 |
| | | | | |||||
| * | | | remove unused action type | davidp94 | 2017-08-15 | 1 | -1/+0 |
| | | | | |||||
| * | | | cancel all txs | DavidNinja | 2017-08-15 | 1 | -0/+8 |
| | | | | |||||
* | | | | Transition to home view after tx error | Dan Finlay | 2017-08-17 | 1 | -18/+5 |
|/ / / | |||||
* | | | Merge branch 'master' into NewUI | kumavis | 2017-08-04 | 1 | -3/+6 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | fix cancelTransaction not reciving a callback | frankiebee | 2017-08-04 | 1 | -3/+6 |
| | | |||||
* | | Remove unused parameter | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | |||||
* | | Fix custom provider indication | Dan Finlay | 2017-07-27 | 1 | -1/+1 |
| | | |||||
* | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+1031 |
| | | |||||
* | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -1031/+0 |
|/ | |||||
* | Fix token adding bug | Dan Finlay | 2017-06-28 | 1 | -1/+3 |
| | |||||
* | Add ability to add tokens to token list | Dan Finlay | 2017-06-16 | 1 | -0/+14 |
| | | | | Fiex #1616 | ||||
* | Create add token button and template view | Dan Finlay | 2017-06-15 | 1 | -1/+10 |
| | |||||
* | Persist selected account tab | Dan Finlay | 2017-06-15 | 1 | -4/+21 |
| | | | | Also improve error handling with token balances. | ||||
* | ui - remove web3, use eth-query | kumavis | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -3/+3 |
| | |||||
* | remove updateCoinBaseAmount action | Jared Pereira | 2017-04-24 | 1 | -9/+0 |
| | |||||
* | remove updateBuyAddress action | Jared Pereira | 2017-04-24 | 1 | -9/+0 |
| | |||||
* | add platforms to mascara + move buyEther window open to ui | kumavis | 2017-04-05 | 1 | -3/+5 |
| | |||||
* | Merge pull request #1273 from MetaMask/i1267-seedfix | Dan Finlay | 2017-03-29 | 1 | -1/+3 |
|\ | | | | | Assure that seed words are placed into state tree upon request. | ||||
| * | Assure that seed words are placed into state tree upon request. | Kevin Serrano | 2017-03-28 | 1 | -1/+3 |
| | | |||||
* | | Improve UI gas calculation logic | Dan Finlay | 2017-03-29 | 1 | -0/+1 |
|/ | | | | | | | | - Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value. | ||||
* | Remove goHome action causing erratic UI behavior. | Kevin Serrano | 2017-03-25 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into i1033-spinnerfix | kumavis | 2017-03-23 | 1 | -8/+16 |
|\ | |||||
| * | Adjust private key confirmation style and logic. | Kevin Serrano | 2017-03-21 | 1 | -9/+17 |
| | |