aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
Commit message (Expand)AuthorAgeFilesLines
* Require loglevel singleton in each module that uses itbitpshr2018-04-145-0/+5
* Fix integration testsAlexander Tseung2018-04-072-2/+6
* Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-061-1/+2
|\
* | Fix editing transactionAlexander Tseung2018-04-061-2/+1
* | Revert "commit"Alexander Tseung2018-04-061-1/+2
* | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-061-0/+1
|\|
* | commitAlexander Tseung2018-04-061-2/+1
* | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-052-3/+4
|\|
| * hot-fix new-ui - default to an object if identities is undefinedfrankiebee2018-04-051-1/+2
| * Don't prevent user from setting an eth address in to field if there is no ens...Dan2018-04-051-2/+2
* | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-041-9/+12
|\|
* | Fix transaction confirmationsAlexander Tseung2018-04-041-14/+16
* | Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-039-43/+257
|\|
| * Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-032-16/+89
| |\
| | * Adds simulation failure error messages to confirm screen.Dan2018-04-032-0/+30
| | * UpdateSendErrors only called when balance defined, recalled if balance updates.Dan2018-04-032-16/+59
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-037-23/+166
| |\|
| | * identicon - set blockies height and width to identicon diameterkumavis2018-03-311-3/+2
| | * Merge pull request #3774 from danjm/i3686-txparamundefined-sigrequestsintxlistkumavis2018-03-312-9/+17
| | |\
| | | * Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-3053-288/+538
| | | |\
| | | * | Ensure correct address used when rendering transfer transactions.Dan2018-03-291-1/+2
| | | * | Fix display of unapprovedMessages in txList (old and new ui); includes fix of...Dan2018-03-282-9/+16
| | * | | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreenkumavis2018-03-314-11/+147
| | |\ \ \
| | | * | | Fix lint and testsDan2018-03-302-4/+4
| | | * | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-3053-287/+537
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Show insufficient funds on confirm screen on first render.Dan2018-03-302-1/+21
| | | * | | Confirm send token detects if balance is sufficient for gas.Dan2018-03-281-0/+3
| | | * | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-2854-346/+337
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Confirm send token detects if balance is sufficient for gas.Dan2018-03-282-7/+56
| | | * | | Checking for sufficient balance in confirm ether screen; includes error messa...Dan2018-03-282-5/+69
| * | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-03-313-5/+5
| |\| | | |
| * | | | | network - use providerType for localhostkumavis2018-03-311-4/+4
| | |_|_|/ | |/| | |
* | | | | Fix lint errorsAlexander Tseung2018-04-033-4/+0
* | | | | Refactor onboarding flowAlexander Tseung2018-04-024-15/+15
* | | | | Fix conf-tx renderAlexander Tseung2018-03-311-1/+4
* | | | | Fix merge conflictsAlexander Tseung2018-03-3161-386/+673
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artif...kumavis2018-03-3053-287/+537
| |\| | |
| | * | | Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-2953-287/+537
| | | |/ | | |/|
| * | | ui - identicon - use relative link for ether logokumavis2018-03-291-1/+1
| * | | ui - use relative location for imageskumavis2018-03-292-3/+3
| * | | ui - fix relative url for deposit-ether-modalkumavis2018-03-291-1/+1
| |/ /
* | | Fix merge conflicts. Refactor renderPrimary into Home componentAlexander Tseung2018-03-316-361/+448
* | | Fix i18n merge conflictsAlexander Tseung2018-03-3062-456/+485
|\| |
| * | Remove comments and console.logsDan2018-03-272-2/+2
| * | Merge branch 'master' into i18n-translator-reduxDan2018-03-2710-48/+32
| |\|
| * | Correct reprice title and subtitle key names.Dan2018-03-221-2/+2
| * | Fix sender-to-recipient export and non-existent translation key.Dan2018-03-222-5/+3
| * | Correct connect reference in confirm-send-ether, confirm-deploy-contract, net...Dan2018-03-223-3/+3
| * | Lint fixesDan2018-03-2210-13/+14
| * | Fix references to undefined 'this.props'Dan2018-03-221-13/+13
| * | Missed modifications of t() in merge resolution.Dan2018-03-223-4/+1
| * | Merge branch 'master' into i18n-translator-reduxDan2018-03-228-192/+269
| |\ \
| * | | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-2245-283/+253
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-217-47/+289
| |\ \ \
| * | | | Lint fixes.Dan2018-03-208-5/+14
| * | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-201-6/+14
| |\ \ \ \
| * | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-2015-20/+23
| * | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-2026-2145/+572
| |\ \ \ \ \
| * | | | | | Handle i18n with redux.Dan2018-03-1656-303/+303
| * | | | | | i18n - load locales manuallykumavis2018-03-1529-45/+57
* | | | | | | Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-299-17/+36
* | | | | | | Fix merge conflictsAlexander Tseung2018-03-2783-2744/+2070
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #3721 from alextsg/cb-944Dan Finlay2018-03-278-15/+19
| |\ \ \ \ \ \
| | * | | | | | Update button stylesAlexander Tseung2018-03-268-15/+19
| | | |_|_|_|/ | | |/| | | |
| * / | | | | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-262-32/+13
| |/ / / / /
| * | | | | ui - tx conf - only show special token tx conf screen for token sendkumavis2018-03-221-4/+8
| * | | | | Merge branch 'i3554-fix-editing-dapp-token-txs' of https://github.com/danjm/m...kumavis2018-03-222-4/+11
| |\ \ \ \ \
| | * | | | | Identify token transactions by method names token data, and not just whether ...Dan2018-03-202-4/+11
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #3624 from alextsg/cb-941kumavis2018-03-214-182/+244
| |\ \ \ \ \
| | * | | | | Update confirm transaction screenAlexander Tseung2018-03-214-182/+244
| * | | | | | Gas inputs can be changed by up and down arrows (#3598)Dan J Miller2018-03-212-0/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Add i18n to tx statusThomas2018-03-211-1/+26
| * | | | | Merge branch 'master' into i3571-CompleteI18nTemplatesThomas2018-03-217-45/+260
| |\| | | |
| | * | | | 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-2027-2155/+588
| | |\| | |
| | * | | | Merge branch 'retry-tx-refractor' of https://github.com/MetaMask/metamask-ext...frankiebee2018-03-163-22/+49
| | |\ \ \ \
| | | * | | | Set retry gasPrice to forceGasMin on confirm screen in cases where gas is not...Dan2018-03-152-4/+34
| | | * | | | Force gas min has correct precision and is set when editing gas if max.Dan2018-03-153-7/+8
| | | * | | | Ensure changes from customize gas modal opened from confirm screen are captur...Dan2018-03-152-12/+8
| | | * | | | Revert 'Set txMeta.time to reflect time of tx approval.'Dan2018-03-151-3/+3
| | * | | | | Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-161-4/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-151-1/+1
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | / / | | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-1447-349/+386
| | |\ \ \ \ \
| | * | | | | | Fix more lint errors.Dan2018-03-143-11/+2
| | * | | | | | Remove unnecessary addition of nonce to state.Dan2018-03-141-3/+0
| | * | | | | | Make token confirmations compatible.Dan2018-03-142-14/+88
| | * | | | | | Fix tx-list-item submitted check.Dan2018-03-141-1/+1
| | * | | | | | Use correct name for submittedTime field in tx-list.jsDan2018-03-141-1/+1
| | * | | | | | Use correct var name in new-ui showRetryButtonDan2018-03-141-1/+1
| | * | | | | | Undefined check in showRetryButtonDan2018-03-141-3/+4
| | * | | | | | Styling for dropped.Dan2018-03-141-0/+1
| | * | | | | | Use new submittedTime field to correctly show retry button in old and new ui.Dan2018-03-143-9/+9
| | * | | | | | Set txMeta.time to reflect time of tx approval.Dan2018-03-131-3/+3
| | * | | | | | Improve phrasing of copy.Dan2018-03-132-2/+2
| | * | | | | | Fix gas calculation and nonce / forceGasMin state setting errors; retry butto...Dan2018-03-133-25/+39
| | * | | | | | Lint fixes.Dan2018-03-091-2/+0
| | * | | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-095-25/+28
| | |\ \ \ \ \ \
| | * | | | | | | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-092-10/+42
| | * | | | | | | Retry transaction logic added to tx-list-item, confirm-send-ether, customize-...Dan2018-03-094-15/+83
| | * | | | | | | Add html and css for responsive retry button.Dan2018-03-091-0/+9
| * | | | | | | | Started on Tx list i18nThomas2018-03-211-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #3594 from danjm/i3344-improve-currency-inputThomas Huang2018-03-201-6/+14
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Currency input defaults to empty stringDan2018-03-171-6/+14
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Remove unused files from ui folder. (#3577)anticlimactic2018-03-1921-1626/+0
| * | | | | | Fix styling on confirm-send-ether and confirm-send-token (#3600)Alexander Tseung2018-03-173-225/+231
| * | | | | | Update Confirm Contract screen (#3597)Alexander Tseung2018-03-173-294/+340
| |/ / / / /
| * | | | / Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-4/+6
| | |_|_|/ | |/| | |
| * | | | Fix translations whose substitutions params were not in arrays.Dan2018-03-141-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'master' into i18nThomas Huang2018-03-141-5/+5
| |\ \ \
| | * \ \ Merge pull request #3495 from alextsg/cb-290kumavis2018-03-141-5/+5
| | |\ \ \
| | | * | | Increase tap areas for menu buttons on mobileAlexander Tseung2018-03-101-5/+5
| * | | | | Add missing opening parens to pag-container__subtitleThomas2018-03-141-1/+1
| * | | | | Merge branch 'master' into i18nThomas Huang2018-03-142-54/+65
| |\| | | |
| | * | | | Update deposit ether styling (#3510)Alexander Tseung2018-03-132-53/+68
| | |/ / /
| * | | | Merge branch 'master' into i18nThomas Huang2018-03-122-6/+6
| |\| | |
| | * | | Add empty object default value for tokenData (#3493)Alexander Tseung2018-03-091-2/+2
| | | |/ | | |/|
| | * | Update network colours for better accessibility. (#3469)Dan J Miller2018-03-081-4/+4
| * | | Correct caps of Send button on main screen.Dan2018-03-081-1/+1
| * | | Merge branch 'master' into i18nDan Finlay2018-03-071-16/+0
| |\| |
| | * | Merge branch 'master' into ImportAccountMessageV2kumavis2018-03-073-4/+23
| | |\ \
| | * \ \ Merge branch 'master' into ImportAccountMessageV2Dan Finlay2018-03-071-5/+4
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into ImportAccountMessageV2Thomas Huang2018-03-036-18/+32
| | |\ \ \
| | * | | | Remove committed out merge codeThomas2018-02-281-16/+0
| | * | | | Change Loose label to ImportedThomas2018-02-281-1/+1
| * | | | | Correct merge conflict resolution errors.Dan2018-03-071-7/+0
| * | | | | Merge branch 'master' into i18nDan2018-03-0724-117/+277
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Shapeshift form handles market info unavailable errors.Dan2018-03-073-4/+23
| | | |_|/ | | |/| |
| | * | | Fixes shapeshift coin selection dropdown. (#3416)Dan J Miller2018-03-061-5/+4
| | | |/ | | |/|
| | * | Fix network menu for custom URLs (#3366)Alexander Tseung2018-03-021-13/+27
| | * | Fix exception thrown when styleOverride is not present (#3364)Alexander Tseung2018-03-021-1/+1
| | * | Merge pull request #3340 from danjm/i3338-contract-published-terminologykumavis2018-03-012-2/+2
| | |\ \
| | | * | Replace 'Contract Published' with 'Contract Deployment' for clearer indicatio...Dan2018-02-282-2/+2
| | | |/
| | * / Define event locally in onClickOutside method in account-dropdowns.jsDan2018-03-012-2/+2
| | |/
| | * Try fixing notice screen synchronous state callDan Finlay2018-02-211-2/+1
| | * Merge pull request #3200 from alextsg/cb-703kumavis2018-02-176-6/+6
| | |\
| | | * Remove accessing PropTypes from main React packageAlexander Tseung2018-02-076-6/+6
| | * | Merge pull request #3209 from danjm/MM-634-newui-reset-accountDan Finlay2018-02-143-6/+89
| | |\ \
| | | * | Add reset account button to new UI.Dan2018-02-093-6/+89
| | * | | Updates the styling of confirm send ether and token screens. (#3235)Dan J Miller2018-02-132-18/+14
| * | | | complete i18n across new UINick Doiron2018-01-3026-77/+80
| * | | | get t imported in all files currently using i18nNick Doiron2018-01-2529-0/+29
| * | | | separate out cross-browser i18n for extensionsNick Doiron2018-01-2517-0/+17
| * | | | better organization of locale file; i18n in more view filesNick Doiron2018-01-2420-114/+103
| * | | | first steps to i18nNick Doiron2018-01-2330-144/+132
* | | | | Fix react-router related exceptionsAlexander Tseung2018-02-101-1/+1
* | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-092-36/+28
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixes shapeshift txs so that they render in tx list. (#3208)Dan J Miller2018-02-092-36/+28
| | |/ / | |/| |
* | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-094-19/+34
|\| | |
| * | | Make blockies icon round to match identicons (#3205)Alexander Tseung2018-02-081-4/+4
| * | | Fix alignment of ellipsis and address in wallet view. (#3198)Dan J Miller2018-02-071-1/+1
| | |/ | |/|
| * | Remove duplicate token balance on uat next. (#3195)Dan J Miller2018-02-071-2/+0
| * | Add functional integration testing to Add Token flow (#3189)Alexander Tseung2018-02-061-3/+4
| * | Wallet view supports screen sizes between 576px and 667px (#3193)Dan J Miller2018-02-061-12/+17
* | | Fix lint errorsAlexander Tseung2018-02-022-7/+1
* | | Fix merge conflicts from uat-nextAlexander Tseung2018-02-018-26/+78
|\| |
| * | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)Dan J Miller2018-02-012-10/+57
| |/
| * Merge branch 'uat' into newmasterChi Kei Chan2018-01-2077-1258/+8026
| |\
| * | Add network-indicator classname to network loading spinnerThomas2018-01-181-1/+1
* | | Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-0112-115/+299
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-3031-548/+731
|\ \ \ | | |/ | |/|
| * | Fix transaction list font sizes, paddingAlexander Tseung2018-01-191-5/+1
| * | Merge pull request #3024 from alextsg/cb-529Kevin Serrano2018-01-191-2/+2
| |\ \
| | * | Update popout to fullscreen iconAlexander Tseung2018-01-181-2/+2
| * | | [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-181-1/+2
| |/ /
| * | Fix tx-list, confirmation screen stylingAlexander Tseung2018-01-181-5/+4
| * | Merge pull request #3005 from alextsg/cb-385Chi Kei Chan2018-01-181-1/+3
| |\ \
| | * | Fix rendering QR code in old UI, hide unnecessary back buttonAlexander Tseung2018-01-171-1/+3
| * | | Readjust gas fees when switching networks on the send screenAlexander Tseung2018-01-171-0/+1
| |/ /
| * | Fix send screen value inputAlexander Tseung2018-01-161-3/+11
| * | Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-161-2/+2
| * | New add account page with create and import options.Dan2018-01-132-17/+9
| * | Merge branch 'uat' into cb-388Chi Kei Chan2018-01-138-296/+452
| |\ \
| | * | [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-137-295/+451
| | * | Fix logging out of old UI causing infinite spinner (#2914)Alexander Tseung2018-01-121-1/+1
| * | | Change styling for network dropdownAlexander Tseung2018-01-121-31/+10
| * | | Update styling for buttons, font weightsAlexander Tseung2018-01-126-14/+18
| * | | Update main view stylingAlexander Tseung2018-01-113-13/+5
| |/ /
| * | Merge pull request #2799 from MetaMask/NewUI-flatAlexander Tseung2017-12-2317-141/+314
| |\ \
| | * \ Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20Chi Kei Chan2017-12-214-57/+11
| | |\ \
| | | * | Add constanst for token transfer function signature.Dan2017-12-211-0/+3
| | | * | Lint fixes.Dan2017-12-212-3/+1
| | | * | Adds updateTransaction to background and used it to update after editing in s...Dan2017-12-213-67/+6
| | | * | Canceled, edited transactions show edited amount.Dan2017-12-212-2/+16
| | * | | Merge branch 'master' into NewUI-flatDan2017-12-212-37/+94
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Merge pull request #2706 from danjm/MM-fix-buy-cancel-buttonThomas Huang2017-12-151-1/+1
| | | |\
| | | | * Fixes the cancel button in the buy screen to take the user home.Dan2017-12-091-1/+1
| | | * | Show watched tokens with no balanceDan Finlay2017-12-131-4/+1
| | | |/
| | | * Add 10% price bump to retry attempts.Dan Finlay2017-12-071-1/+3
| | | * Show retry button on submitted transactions greater than 30 seconds, add hove...Alexander Tseung2017-12-071-1/+7
| | | * Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into R...Dan Finlay2017-12-071-4/+4
| | | |\
| | | | * Fix styling of Retry butonAlexander Tseung2017-12-071-4/+4
| | | * | Enforce retry tx at minimum gas of previous txDan Finlay2017-12-071-1/+9
| | | |/
| | | * Connect to redux for retryTransactionAlexander Tseung2017-12-071-2/+10
| | | * Add button to retry transactionAlexander Tseung2017-12-071-34/+69
| | | * Add retry background method and actionDan Finlay2017-12-071-1/+9
| | * | Hide fiat values on account details screen when eth/token value is 0.Dan2017-12-213-3/+8
| | * | Hides the sidebar after the an account menu actions changes the screen behind...Dan2017-12-211-0/+6
| * | | Merge pull request #2591 from MetaMask/NewUI-flatChi Kei Chan2017-11-1619-116/+383
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/uat' into mascara-first-screenfrankiebee2017-11-0841-368/+451
| |\ \ \ \
| * | | | | ui - allow optional size for mascotfrankiebee2017-11-011-3/+3
* | | | | | Add route for signature requestAlexander Tseung2017-12-152-253/+321
* | | | | | Add initialized checks for first time flow routesAlexander Tseung2017-12-154-71/+48
* | | | | | Fix lint errorsAlexander Tseung2017-12-152-2/+1
* | | | | | Add routes for mascaraAlexander Tseung2017-12-156-42/+83
* | | | | | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-1522-177/+1989
| |_|_|/ / |/| | | |
* | | | | Fix edit to field bug. (#2738)Dan J Miller2017-12-131-6/+7
* | | | | Fix isMascara and update yarn.lockChi Kei Chan2017-12-131-2/+2
* | | | | Substitute isMascara check for explicit check if user is on mobile browser.Dan2017-12-131-1/+2
* | | | | Hide open in browser button on mobile (but still show on extension); adds a f...Dan2017-12-131-2/+3
* | | | | Adds button for opening app in main browser window in extension.Dan2017-12-131-0/+5
* | | | | Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-084-1/+110
|\ \ \ \ \
| * \ \ \ \ Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-082-1/+22
| |\ \ \ \ \
| | * | | | | Update max amount behaviour to meet new specs.Dan2017-12-072-1/+22
| * | | | | | Show user notifications after switch between UIsDan2017-12-052-0/+88
| |/ / / / /
* / / / / / Update font weights to 300, remove animation from network dropdown, fix netwo...Alexander Tseung2017-12-022-18/+23
|/ / / / /
* | | | | Remove useBlockie in props for renderThomas Huang2017-11-291-1/+1
* | | | | Fixes changes requested in pullrequestreview-79088534Jason Clark2017-11-271-2/+2
* | | | | making eslint happyJason Clark2017-11-261-4/+5
* | | | | fixing blockies display issuesJason Clark2017-11-261-4/+8
* | | | | swapped out ethereum-blockies lib for MEW blockies library, tightened up iden...Jason Clark2017-11-262-85/+49
* | | | | tweaking stylingJason Clark2017-11-252-9/+27
* | | | | incremental commit of working blockie componentJason Clark2017-11-252-15/+56
* | | | | incremental commitClark, Jason (Contractor)2017-11-241-1/+2
* | | | | Remove unneeded type castingDan Finlay2017-11-211-1/+1
* | | | | Fix bug where gas param was not a stringDan Finlay2017-11-212-3/+3
| |_|/ / |/| | |
* | | | Gas customzier does not consider amount when sending tokens.Dan2017-11-161-1/+1
* | | | Use currency input component in input number, to improve input behaviour in g...Dan2017-11-161-4/+7
* | | | Show tokens with zero balanceAlexander Tseung2017-11-151-4/+1
* | | | Create single action for updating all of send in redux state.Dan2017-11-153-13/+19
* | | | Allow editing of token transactions.Dan2017-11-151-8/+87
* | | | Fix lint errors.Dan2017-11-152-11/+10
* | | | Allow editing of send ether.Dan2017-11-152-6/+50
* | | | Improve variable name.Dan2017-11-141-2/+2
* | | | Deposit button shows link to faucet on testnet networks.Dan2017-11-141-15/+23
* | | | 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-112-0/+4
* | | | Rounding of vals < 0.01 in currency display consistent with master.Dan2017-11-111-1/+2
* | | | LintingThomas Huang2017-11-113-4/+4
* | | | Network loading does not block network loading.Dan2017-11-103-16/+4
* | | | darker backdrop style for modalcjeria2017-11-101-1/+1
* | | | 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 curren...Dan2017-11-082-28/+101
* | | | Lint fixes.Dan2017-11-073-4/+1
* | | | Set gas price allows for WEI precision.Dan2017-11-073-9/+29
* | | | Insufficient balance warning in gas customizer works for send tokenDan2017-11-071-3/+1
* | | | Adds max amount feature for send-etherDan2017-11-072-1/+3
* | | | Token balance in send state; validating sufficient tokens, validation updates...Dan2017-11-074-10/+46
* | | | Merge pull request #2530 from MetaMask/uatChi Kei Chan2017-11-0336-254/+234
|\ \ \ \ | | |/ / | |/| |