aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send
Commit message (Collapse)AuthorAgeFilesLines
* Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-272-9/+10
| | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay
* Merge pull request #3998 from MetaMask/i3988-checksummed-addressDan Finlay2018-04-191-1/+2
|\ | | | | Show checksum addresses on UI
| * Show checksummed addresses throughout the UIbitpshr2018-04-181-1/+2
| |
* | Merge branch 'master' into i3580-InternationalizeCurrencyDan Finlay2018-04-181-1/+0
|\|
| * Maintain token prices using a background servicebitpshr2018-04-161-1/+0
| |
| * Fetch token prices based on contract addressbitpshr2018-04-161-1/+1
| |
* | Lint fix.Dan2018-04-101-1/+1
| |
* | Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-101-2/+6
|\|
| * Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-1/+11
| |\
| * \ Fix merge conflictsAlexander Tseung2018-03-315-9/+27
| |\ \
| * \ \ Fix i18n merge conflictsAlexander Tseung2018-03-305-12/+12
| |\ \ \
| * \ \ \ Fix merge conflictsAlexander Tseung2018-03-278-189/+15
| |\ \ \ \
| * \ \ \ \ Fix merge conflicts from uat-nextAlexander Tseung2018-02-011-1/+0
| |\ \ \ \ \
| * | | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-303-2/+8
| |\| | | | |
| * | | | | | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-1/+6
| | | | | | |
* | | | | | | Internationalize converted value in currency-input.jsDan2018-04-101-10/+25
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-305-9/+27
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-295-9/+27
| | |_|_|/ | |/| | | | | | | | | | | | | via a provider.
* | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-285-12/+12
|\| | | |
| * | | | Remove comments and console.logsDan2018-03-271-1/+1
| | | | |
| * | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-271-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Lint fixesDan2018-03-221-1/+0
| | | | |
| * | | | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-225-11/+12
| | | | | | | | | | | | | | | | | | | | t() call; t is just available on props.
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-212-4/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | i18n-translator-redux
| * | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | reference.
| * | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-204-178/+0
| |\ \ \ \ \
| * | | | | | Handle i18n with redux.Dan2018-03-165-7/+7
| | | | | | |
| * | | | | | i18n - load locales manuallykumavis2018-03-153-3/+3
| | | | | | |
* | | | | | | Checking for sufficient balance in confirm ether screen; includes error ↵Dan2018-03-281-1/+11
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | messages for user.
* | | | | | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-261-2/+2
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-202-2/+6
|\ \ \ \ \
| * | | | | Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-202-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-204-178/+0
|\| | | |
| * | | | Remove unused files from ui folder. (#3577)anticlimactic2018-03-194-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-refractorDan2018-03-143-6/+6
|\| | |
| * | | get t imported in all files currently using i18nNick Doiron2018-01-253-0/+3
| | | |
| * | | better organization of locale file; i18n in more view filesNick Doiron2018-01-243-6/+3
| | |/ | |/|
* / | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-091-2/+2
|/ /
* | [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-181-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 screenAlexander Tseung2018-01-171-0/+1
| |
* | Add constanst for token transfer function signature.Dan2017-12-211-0/+3
| |
* | Lint fixes.Dan2017-12-211-1/+0
| |
* | Adds updateTransaction to background and used it to update after editing in ↵Dan2017-12-211-0/+2
|/ | | | send-v2.
* Update max amount behaviour to meet new specs.Dan2017-12-071-0/+1
|
* Fix bug where gas param was not a stringDan Finlay2017-11-211-2/+2
| | | | | | Prevented sending transactions. Fixes #2598
* Create single action for updating all of send in redux state.Dan2017-11-151-1/+1
|
* Allow editing of send ether.Dan2017-11-151-0/+2
|
* Cursor pointer and hover background on from and to dropdown items.Dan2017-11-113-0/+4
|
* Focus amount input when click anywhere in amount field containerDan2017-11-111-0/+2
|
* Rounding of vals < 0.01 in currency display consistent with master.Dan2017-11-111-1/+2
|
* LintingThomas Huang2017-11-111-2/+2
|
* Calculate max amount for send ether based on minimum gas total.Dan2017-11-081-8/+0
|
* Fix amount max for sending token.Dan2017-11-081-7/+23
|
* Add currency-input component to correct send amount behaviour and move ↵Dan2017-11-081-28/+8
| | | | currency display value state to parent component.
* Lint fixes.Dan2017-11-071-1/+0
|
* Set gas price allows for WEI precision.Dan2017-11-071-0/+1
|
* Adds max amount feature for send-etherDan2017-11-072-1/+3
|
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-072-6/+40
| | | | updates on 'from' switching.
* Merge pull request #2530 from MetaMask/uatChi Kei Chan2017-11-0311-84/+61
|\ | | | | Merge uat into NewUI-flat
| * More lint fixesDan2017-11-0210-33/+29
| |
| * Lint fixes for NewUI-flat.Dan2017-11-028-45/+26
| |
* | Fixes width of from and to dropdowns in extension and on mobile views.Dan2017-11-031-1/+1
|/
* Change min gas price to 0.1 GWEIDan2017-10-271-13/+12
|
* Simply logic for rendering matching accounts in to-autocomplete dropdown.Dan2017-10-251-12/+4
|
* Style dropdown of to-autocomplete.Dan2017-10-252-29/+105
|
* Improve customize gas modal error handlingDan2017-10-243-12/+55
|
* Cleaner implementation of currency-display input.Dan2017-10-241-22/+14
|
* Merge pull request #2433 from danjm/NewUI-flat-precision-improvementsChi Kei Chan2017-10-241-2/+4
|\ | | | | [NewUI] Improves precision of a calculation in send, and in confirm
| * Improve precision in send and confirm.Dan2017-10-241-2/+4
| |
* | Clear send state on cancelling and signing.Dan2017-10-241-0/+1
|/
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-1/+11
|
* various styling fix on mobileChi Kei Chan2017-10-201-4/+4
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-204-9/+14
|
* Min and default gas price, limit, total; comments out code for gas slider.Dan2017-10-201-0/+23
|
* Fixes mobile styling.Dan2017-10-201-1/+1
|
* Fix cancel button on send screen.Dan2017-10-191-0/+1
|
* Handling to and amount errors.Dan2017-10-193-13/+21
|
* Move all of send state to metamask state.Dan2017-10-193-18/+14
|
* Get from and update addressBook in send-v2Dan2017-10-191-4/+8
|
* Enable send-v2 functionality.Dan2017-10-183-7/+21
|
* Customize Gas connected to stateDan2017-10-162-1/+9
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-148-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.Dan2017-10-131-41/+32
|
* Send v2 amount unit moves correctly.Dan2017-10-131-1/+19
|
* Adds amount and gas field to sendV2.Dan2017-10-131-0/+85
|
* Send v2 to autocomplete.Dan2017-10-111-0/+55
|
* Refactor 'rendersingleidentity' to a stand alone account-list-item component.Dan2017-10-102-49/+71
|
* UI for readonly from component. From dropdown opening and closing. Mockdata.Dan2017-10-101-0/+94
|
* Stop setting 'currentCurrency' and use local state for active currency in ↵Dan2017-09-144-12/+12
| | | | send.js
* Add token exchange ratesChi Kei Chan2017-09-132-4/+31
|
* Add frontend validation to send-tokenChi Kei Chan2017-09-121-2/+2
|
* Add buttons; handle back; add yarn.lockChi Kei Chan2017-09-121-5/+14
|
* Lint fixesDan2017-08-312-19/+17
|
* Refactor gas-fee-display to include usd and eth fee displays as separate ↵Dan2017-08-313-30/+93
| | | | components.
* Move gas fee to a separate component.Dan2017-08-311-0/+53
|
* Move currency toggle to its own component.Dan2017-08-312-0/+128