Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed issue with input | brunobar79 | 2018-08-04 | 2 | -2/+5 |
| | |||||
* | design complete | brunobar79 | 2018-08-04 | 1 | -2/+6 |
| | |||||
* | added crossbrowser support and error handling | brunobar79 | 2018-08-01 | 2 | -2/+11 |
| | |||||
* | send to fullscreen if no permission from popup | brunobar79 | 2018-07-31 | 1 | -0/+5 |
| | |||||
* | use existing modals | brunobar79 | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | fix unit tests | brunobar79 | 2018-07-27 | 1 | -0/+2 |
| | |||||
* | fix linting errors | brunobar79 | 2018-07-27 | 1 | -1/+0 |
| | |||||
* | added webrtc-adapter for browser compat | brunobar79 | 2018-07-27 | 1 | -0/+1 |
| | |||||
* | fully working without tweaking ext. permission | brunobar79 | 2018-07-27 | 4 | -3/+4 |
| | |||||
* | working without injection | brunobar79 | 2018-07-25 | 3 | -5/+22 |
| | |||||
* | added qr code scanner icon in send transaction | brunobar79 | 2018-07-24 | 5 | -5/+14 |
| | |||||
* | camera working back and forth | brunobar79 | 2018-07-24 | 3 | -1/+15 |
| | |||||
* | 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 hex data row to send screen | Whymarrh Whitby | 2018-07-18 | 4 | -0/+41 |
| | |||||
* | 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 path in ToAutoComplete | Whymarrh Whitby | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Fix lint warnings in the send/ directory. | Dan | 2018-07-16 | 3 | -2/+28 |
| | |||||
* | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 116 | -2/+7176 |
| | | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens. | ||||
* | fix classname | TrejGun | 2018-07-05 | 1 | -1/+4 |
| | |||||
* | Merge branch 'develop' into to-autocomplete | Анна | 2018-07-05 | 1 | -4/+1 |
|\ | |||||
| * | Merge pull request #4699 from TrejGun/removeLeadingZeroes | Dan J Miller | 2018-07-04 | 1 | -4/+1 |
| |\ | | | | | | | move removeLeadingZeroes to utils, add test | ||||
| | * | move removeLeadingZeroes to utils, add test | trejgun | 2018-07-02 | 1 | -4/+1 |
| | | | |||||
* | | | fixes #4664 | trejgun | 2018-07-03 | 2 | -120/+138 |
|/ / | |||||
* | | Remove input arrows for send screen amount row on firefox. | Dan | 2018-06-29 | 1 | -0/+2 |
| | | |||||
* | | Fix issues with scrollbar in currency display. | Dan | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4627 from TrejGun/gas-fee-display | Dan J Miller | 2018-06-27 | 1 | -53/+0 |
|\ \ | | | | | | | refactor gas-fee-display component | ||||
| * | | refactor gas-fee-display component | trejgun | 2018-06-21 | 1 | -53/+0 |
| | | | | | | | | | | | | #4622 | ||||
* | | | Scroll large amounts in the send component | Whymarrh Whitby | 2018-06-21 | 1 | -1/+1 |
| |/ |/| | |||||
* | | 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 |
|/ | |||||
* | Default currency-display valueToRender to empty string when not readOnly ↵ | Dan | 2018-06-02 | 1 | -2/+2 |
| | | | | ('0' if readOnly). | ||||
* | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-06-01 | 1 | -12/+45 |
|\ | | | | | | | i3914-fix-newui-send-gas-estimation | ||||
| * | 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 | 1 | -1/+0 |
| | | |||||
| * | Stop using external NumericInput component. | Dan | 2018-05-30 | 1 | -8/+15 |
| | | |||||
| * | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 1 | -15/+42 |
| | | |||||
* | | Support smaller decimals in currency-display | Dan | 2018-05-31 | 1 | -1/+1 |
| | | |||||
* | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵ | Dan | 2018-05-31 | 1 | -3/+3 |
|/ | | | | method. | ||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 1 | -7/+8 |
| | |||||
* | Delete dead send code. | Dan | 2018-05-01 | 8 | -491/+1 |
| | |||||
* | Further refactors; includes refactor of send-v2.js and associated container | Dan | 2018-04-30 | 1 | -2/+7 |
| | |||||
* | Merge pull request #3998 from MetaMask/i3988-checksummed-address | Dan Finlay | 2018-04-19 | 1 | -1/+2 |
|\ | | | | | Show checksum addresses on UI | ||||
| * | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan Finlay | 2018-04-18 | 1 | -1/+0 |
|\| | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
* | | Lint fix. | Dan | 2018-04-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan | 2018-04-10 | 1 | -2/+6 |
|\| | |||||
| * | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 1 | -1/+11 |
| |\ | |||||
| * \ | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 5 | -9/+27 |
| |\ \ | |||||
| * \ \ | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 5 | -12/+12 |
| |\ \ \ | |||||
| * \ \ \ | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 8 | -189/+15 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 1 | -1/+0 |
| |\ \ \ \ \ | |||||
| * | | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 3 | -2/+8 |
| |\| | | | | | |||||
| * | | | | | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -1/+6 |
| | | | | | | | |||||
* | | | | | | | Internationalize converted value in currency-input.js | Dan | 2018-04-10 | 1 | -10/+25 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | Dan | 2018-03-30 | 5 | -9/+27 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 5 | -9/+27 |
| | |_|_|/ | |/| | | | | | | | | | | | | | via a provider. | ||||
* | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-28 | 5 | -12/+12 |
|\| | | | | |||||
| * | | | | Remove comments and console.logs | Dan | 2018-03-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -2/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Lint fixes | Dan | 2018-03-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 5 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | t() call; t is just available on props. | ||||
| * | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 2 | -4/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | i18n-translator-redux | ||||
| * | | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵ | Dan | 2018-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | reference. | ||||
| * | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 4 | -178/+0 |
| |\ \ \ \ \ | |||||
| * | | | | | | Handle i18n with redux. | Dan | 2018-03-16 | 5 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | i18n - load locales manually | kumavis | 2018-03-15 | 3 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Checking for sufficient balance in confirm ether screen; includes error ↵ | Dan | 2018-03-28 | 1 | -1/+11 |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | messages for user. | ||||
* | | | | | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 1 | -2/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | 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 | 4 | -178/+0 |
|\| | | | | |||||
| * | | | | Remove unused files from ui folder. (#3577) | anticlimactic | 2018-03-19 | 4 | -178/+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. | ||||
* | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 3 | -6/+6 |
|\| | | | |||||
| * | | | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 3 | -0/+3 |
| | | | | |||||
| * | | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 3 | -6/+3 |
| | |/ | |/| | |||||
* / | | Adds inline opening of gas customization to confirm-send-ether screen. | Dan | 2018-03-09 | 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. | ||||
* | | Readjust gas fees when switching networks on the send screen | Alexander Tseung | 2018-01-17 | 1 | -0/+1 |
| | | |||||
* | | Add constanst for token transfer function signature. | Dan | 2017-12-21 | 1 | -0/+3 |
| | | |||||
* | | Lint fixes. | Dan | 2017-12-21 | 1 | -1/+0 |
| | | |||||
* | | Adds updateTransaction to background and used it to update after editing in ↵ | Dan | 2017-12-21 | 1 | -0/+2 |
|/ | | | | send-v2. | ||||
* | Update max amount behaviour to meet new specs. | Dan | 2017-12-07 | 1 | -0/+1 |
| | |||||
* | Fix bug where gas param was not a string | Dan Finlay | 2017-11-21 | 1 | -2/+2 |
| | | | | | | Prevented sending transactions. Fixes #2598 | ||||
* | Create single action for updating all of send in redux state. | Dan | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Allow editing of send ether. | Dan | 2017-11-15 | 1 | -0/+2 |
| | |||||
* | Cursor pointer and hover background on from and to dropdown items. | Dan | 2017-11-11 | 3 | -0/+4 |
| | |||||
* | Focus amount input when click anywhere in amount field container | Dan | 2017-11-11 | 1 | -0/+2 |
| | |||||
* | Rounding of vals < 0.01 in currency display consistent with master. | Dan | 2017-11-11 | 1 | -1/+2 |
| | |||||
* | Linting | Thomas Huang | 2017-11-11 | 1 | -2/+2 |
| | |||||
* | Calculate max amount for send ether based on minimum gas total. | Dan | 2017-11-08 | 1 | -8/+0 |
| | |||||
* | Fix amount max for sending token. | Dan | 2017-11-08 | 1 | -7/+23 |
| | |||||
* | Add currency-input component to correct send amount behaviour and move ↵ | Dan | 2017-11-08 | 1 | -28/+8 |
| | | | | currency display value state to parent component. | ||||
* | Lint fixes. | Dan | 2017-11-07 | 1 | -1/+0 |
| | |||||
* | Set gas price allows for WEI precision. | Dan | 2017-11-07 | 1 | -0/+1 |
| | |||||
* | Adds max amount feature for send-ether | Dan | 2017-11-07 | 2 | -1/+3 |
| | |||||
* | Token balance in send state; validating sufficient tokens, validation ↵ | Dan | 2017-11-07 | 2 | -6/+40 |
| | | | | updates on 'from' switching. | ||||
* | Merge pull request #2530 from MetaMask/uat | Chi Kei Chan | 2017-11-03 | 11 | -84/+61 |
|\ | | | | | Merge uat into NewUI-flat | ||||
| * | More lint fixes | Dan | 2017-11-02 | 10 | -33/+29 |
| | | |||||
| * | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 8 | -45/+26 |
| | | |||||
* | | Fixes width of from and to dropdowns in extension and on mobile views. | Dan | 2017-11-03 | 1 | -1/+1 |
|/ | |||||
* | Change min gas price to 0.1 GWEI | Dan | 2017-10-27 | 1 | -13/+12 |
| | |||||
* | Simply logic for rendering matching accounts in to-autocomplete dropdown. | Dan | 2017-10-25 | 1 | -12/+4 |
| | |||||
* | Style dropdown of to-autocomplete. | Dan | 2017-10-25 | 2 | -29/+105 |
| | |||||
* | Improve customize gas modal error handling | Dan | 2017-10-24 | 3 | -12/+55 |
| | |||||
* | Cleaner implementation of currency-display input. | Dan | 2017-10-24 | 1 | -22/+14 |
| | |||||
* | Merge pull request #2433 from danjm/NewUI-flat-precision-improvements | Chi Kei Chan | 2017-10-24 | 1 | -2/+4 |
|\ | | | | | [NewUI] Improves precision of a calculation in send, and in confirm | ||||
| * | Improve precision in send and confirm. | Dan | 2017-10-24 | 1 | -2/+4 |
| | | |||||
* | | Clear send state on cancelling and signing. | Dan | 2017-10-24 | 1 | -0/+1 |
|/ | |||||
* | Fix Conversions bugs; Fiat value bugs | Chi Kei Chan | 2017-10-21 | 1 | -1/+11 |
| | |||||
* | various styling fix on mobile | Chi Kei Chan | 2017-10-20 | 1 | -4/+4 |
| | |||||
* | Get currency from state in account details, send and confirm screens. | Dan | 2017-10-20 | 4 | -9/+14 |
| | |||||
* | Min and default gas price, limit, total; comments out code for gas slider. | Dan | 2017-10-20 | 1 | -0/+23 |
| | |||||
* | Fixes mobile styling. | Dan | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix cancel button on send screen. | Dan | 2017-10-19 | 1 | -0/+1 |
| | |||||
* | Handling to and amount errors. | Dan | 2017-10-19 | 3 | -13/+21 |
| | |||||
* | Move all of send state to metamask state. | Dan | 2017-10-19 | 3 | -18/+14 |
| | |||||
* | Get from and update addressBook in send-v2 | Dan | 2017-10-19 | 1 | -4/+8 |
| | |||||
* | Enable send-v2 functionality. | Dan | 2017-10-18 | 3 | -7/+21 |
| | |||||
* | Customize Gas connected to state | Dan | 2017-10-16 | 2 | -1/+9 |
| | |||||
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵ | Dan J Miller | 2017-10-14 | 8 | -32/+214 |
| | | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices. | ||||
* | Refactor amount input: dynamic input width with vanilla js. | Dan | 2017-10-13 | 1 | -41/+32 |
| | |||||
* | Send v2 amount unit moves correctly. | Dan | 2017-10-13 | 1 | -1/+19 |
| | |||||
* | Adds amount and gas field to sendV2. | Dan | 2017-10-13 | 1 | -0/+85 |
| | |||||
* | Send v2 to autocomplete. | Dan | 2017-10-11 | 1 | -0/+55 |
| | |||||
* | Refactor 'rendersingleidentity' to a stand alone account-list-item component. | Dan | 2017-10-10 | 2 | -49/+71 |
| | |||||
* | UI for readonly from component. From dropdown opening and closing. Mockdata. | Dan | 2017-10-10 | 1 | -0/+94 |
| | |||||
* | Stop setting 'currentCurrency' and use local state for active currency in ↵ | Dan | 2017-09-14 | 4 | -12/+12 |
| | | | | send.js | ||||
* | Add token exchange rates | Chi Kei Chan | 2017-09-13 | 2 | -4/+31 |
| | |||||
* | Add frontend validation to send-token | Chi Kei Chan | 2017-09-12 | 1 | -2/+2 |
| | |||||
* | Add buttons; handle back; add yarn.lock | Chi Kei Chan | 2017-09-12 | 1 | -5/+14 |
| | |||||
* | Lint fixes | Dan | 2017-08-31 | 2 | -19/+17 |
| | |||||
* | Refactor gas-fee-display to include usd and eth fee displays as separate ↵ | Dan | 2017-08-31 | 3 | -30/+93 |
| | | | | components. | ||||
* | Move gas fee to a separate component. | Dan | 2017-08-31 | 1 | -0/+53 |
| | |||||
* | Move currency toggle to its own component. | Dan | 2017-08-31 | 2 | -0/+128 |