aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into i18n-translator-reduxDan2018-03-2728-182/+178
|\
| * Merge pull request #3721 from alextsg/cb-944Dan Finlay2018-03-2724-139/+149
| |\
| | * Update button stylesAlexander Tseung2018-03-2624-139/+149
| * | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-265-43/+30
| |/
* | Default current locale in metamask reducer to empty string.Dan2018-03-241-1/+1
* | Memoize t function in metamask-connectDan2018-03-241-1/+7
* | Correct proptypes for t in new-account/create-form.jsDan2018-03-221-1/+1
* | 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-2214-18/+18
* | Fix references to undefined 'this.props'Dan2018-03-222-25/+23
* | Remove console.logsDan2018-03-221-1/+0
* | Missed modifications of t() in merge resolution.Dan2018-03-223-4/+1
* | Merge branch 'master' into i18n-translator-reduxDan2018-03-2213-206/+298
|\|
| * 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-223-5/+13
| |\
| | * Identify token transactions by method names token data, and not just whether ...Dan2018-03-203-5/+13
| * | Merge pull request #3624 from alextsg/cb-941kumavis2018-03-218-195/+271
| |\ \
| | * | Update confirm transaction screenAlexander Tseung2018-03-218-195/+271
| * | | Gas inputs can be changed by up and down arrows (#3598)Dan J Miller2018-03-212-0/+3
* | | | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-2261-437/+397
* | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-2130-163/+574
|\| | |
| * | | Merge pull request #3635 from MetaMask/i3571-CompleteI18nTemplateskumavis2018-03-2111-107/+162
| |\ \ \
| | * | | Add i18n to tx statusThomas2018-03-211-1/+26
| | * | | Merge branch 'master' into i3571-CompleteI18nTemplatesThomas2018-03-2120-57/+377
| | |\ \ \
| | * | | | Add i18n in settings/infoThomas2018-03-211-14/+14
| | * | | | Started on Tx list i18nThomas2018-03-211-1/+1
| | * | | | i18n Import flowThomas2018-03-212-5/+5
| | * | | | I18n add-token.jsThomas2018-03-201-21/+22
| | * | | | Add send screen templateDan Finlay2018-03-201-15/+15
| | * | | | Add template for settings and infoDan Finlay2018-03-201-23/+25
| | * | | | Add recover and backup tempaltesDan Finlay2018-03-202-18/+24
| | * | | | Add login templatesDan Finlay2018-03-201-3/+3
| | * | | | Add connecting indication templatesDan Finlay2018-03-201-6/+27
| | | |_|/ | | |/| |
| * | | | Merge pull request #3632 from MetaMask/retry-tx-refractorkumavis2018-03-213-1/+35
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Take user home if an unapproved tx is dropped while they are viewing.Dan2018-03-211-0/+18
| | * | | Fix styling regression from master merge.Dan2018-03-201-1/+1
| | * | | Improve responsiveness of gas price row on confirm screen.Dan2018-03-201-0/+16
| | | |/ | | |/|
| * | | Merge pull request #3623 from MetaMask/i#3554kumavis2018-03-211-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | new-ui - dont exclude `txParams.data` when editing and updating txParamsfrankiebee2018-03-201-0/+2
| | |/
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-2010-13/+25
| |\ \
| | * | Fix Account Names being cropped (#3626)Alexander Tseung2018-03-206-11/+6
| | * | Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-204-2/+19
| | |/
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-2038-3037/+688
| |\|
| * | 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-162-14/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-153-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into retry-tx-refractorDan2018-03-1469-597/+855
| |\ \ \ \
| * | | | | Fix more lint errors.Dan2018-03-143-11/+2
| * | | | | Remove unnecessary addition of nonce to state.Dan2018-03-143-10/+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-142-0/+5
| * | | | | 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-092-3/+1
| * | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-0916-93/+182
| |\ \ \ \ \
| * | | | | | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-093-10/+63
| * | | | | | Retry transaction logic added to tx-list-item, confirm-send-ether, customize-...Dan2018-03-099-16/+113
| * | | | | | Add html and css for responsive retry button.Dan2018-03-093-0/+57
* | | | | | | Lint fixes.Dan2018-03-2014-9/+19
* | | | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-201-6/+14
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-2017-23/+28
* | | | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-2038-3037/+672
|\| | | | | |
| * | | | | | Remove unused files from ui folder. (#3577)anticlimactic2018-03-1926-2474/+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-178-322/+432
| * | | | | | Update margins for consistency in first time flow (#3588)Alexander Tseung2018-03-161-6/+8
| |/ / / / /
| * | | | / Update Deposit Eth icon (#3569)Alexander Tseung2018-03-162-14/+6
| | |_|_|/ | |/| | |
* | | | | Delete commented out code from i18n implementation that used globals.Dan2018-03-201-5/+0
* | | | | Handle i18n with redux.Dan2018-03-1682-374/+467
* | | | | ui - settings - add option to set current localekumavis2018-03-151-0/+45
* | | | | i18n - load locales manuallykumavis2018-03-1536-59/+70
|/ / / /
* | | | Merge pull request #3558 from MetaMask/fix-two-translationsThomas Huang2018-03-152-2/+2
|\ \ \ \
| * | | | Fix translations whose substitutions params were not in arrays.Dan2018-03-142-2/+2
| | |_|/ | |/| |
* / | | Grammar correctionDan Finlay2018-03-151-1/+1
|/ / /
* | | ui - lint fixkumavis2018-03-141-1/+1
* | | Merge pull request #3445 from TheCriw/i3440-seed-restore-trim-invalid-characterskumavis2018-03-141-0/+13
|\ \ \
| * | | FIX #3440 improved verification of restore from seed phrasecriw2018-03-061-0/+13
* | | | Add closing parens to appNameThomas2018-03-141-1/+1
* | | | Merge branch 'master' into i18nThomas Huang2018-03-1411-105/+245
|\ \ \ \
| * \ \ \ Merge branch 'master' into i3033-responsive-newui-onboardingkumavis2018-03-1419-331/+469
| |\ \ \ \
| | * \ \ \ Merge pull request #3470 from danjm/newui-onboarding-fontskumavis2018-03-141-1/+1
| | |\ \ \ \
| | | * | | | Update first time flow button fonts, and first-time-flow default font, to Rob...Dan2018-03-081-1/+1
| | * | | | | Merge pull request #3495 from alextsg/cb-290kumavis2018-03-145-99/+93
| | |\ \ \ \ \
| | | * | | | | Increase tap areas for menu buttons on mobileAlexander Tseung2018-03-105-99/+93
| * | | | | | | Left align create password.Dan2018-03-131-0/+12
| * | | | | | | Styling fixes to welcome; hide network component on create password; shown we...Dan2018-03-133-8/+7
| * | | | | | | Add welcome screen to new-ui browser first time flow.Dan2018-03-096-3/+139
| * | | | | | | Make new-ui create password screen responsive.Dan2018-03-081-24/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Add missing opening parens to pag-container__subtitleThomas2018-03-141-1/+1
* | | | | | | Merge branch 'master' into i18nThomas Huang2018-03-145-83/+122
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Update deposit ether styling (#3510)Alexander Tseung2018-03-135-82/+125
| | |/ / / / | |/| | | |
* | | | | | Add i18n back into JsonImportSubviewThomas2018-03-121-7/+7
* | | | | | Merge branch 'master' into i18nThomas Huang2018-03-1210-150/+228
|\| | | | |
| * | | | | Remove de-selected token from selectedTokens hash instead of setting to null ...Alexander Tseung2018-03-091-6/+10
| * | | | | Add empty object default value for tokenData (#3493)Alexander Tseung2018-03-091-2/+2
| * | | | | Explicitly define state in import account from json component (#3491)Alexander Tseung2018-03-092-79/+103
| | |_|_|/ | |/| | |
| * | | | Fix flashing to Log in screen after logging in or restoring from seed phrase ...Alexander Tseung2018-03-084-65/+104
| * | | | Merge pull request #3409 from scsaba/seed-phrase-verificationDan Finlay2018-03-081-0/+7
| |\ \ \ \
| | * | | | verify seedwords on log inCsaba Solya2018-03-041-0/+7
| * | | | | Update network colours for better accessibility. (#3469)Dan J Miller2018-03-082-4/+8
| | |/ / / | |/| | |
* | | | | Correct caps of Send button on main screen.Dan2018-03-081-1/+1
* | | | | Merge branch 'master' into i18nDan Finlay2018-03-075-20/+30
|\| | | |
| * | | | Merge branch 'master' into ImportAccountMessageV2kumavis2018-03-078-12/+41
| |\ \ \ \
| | * \ \ \ Merge pull request #3455 from MetaMask/i2475-UnifyLogInWordingkumavis2018-03-071-2/+2
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' into i2475-UnifyLogInWordingDan Finlay2018-03-073-9/+8
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | Replace Lock wording with Log Out / Log InDan Finlay2018-03-071-2/+2
| | | | |_|/ | | | |/| |
| * | | | | Merge branch 'master' into ImportAccountMessageV2Dan Finlay2018-03-073-14/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into ImportAccountMessageV2Thomas Huang2018-03-0315-35/+463
| |\ \ \ \ \ \
| * | | | | | | Import Account disclaimerThomas2018-03-032-9/+12
| * | | | | | | Swap color scheme for import account labelThomas2018-03-031-2/+3
| * | | | | | | Remove committed out merge codeThomas2018-02-281-16/+0
| * | | | | | | Change Loose label to ImportedThomas2018-02-281-1/+1
| * | | | | | | Add import account disclaimerThomas2018-02-281-0/+22
* | | | | | | | Correct merge conflict resolution errors.Dan2018-03-072-9/+0
* | | | | | | | Merge branch 'master' into i18nDan2018-03-0758-297/+1264
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #3433 from danjm/i3087-shapeshift-split-undefinedDan Finlay2018-03-075-4/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Shapeshift form handles market info unavailable errors.Dan2018-03-075-4/+28
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #3446 from danjm/NewUI-handle-token-balance-on-editDan Finlay2018-03-071-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Gracefully handle null token balance in new ui send.Dan2018-03-061-3/+7
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #3444 from danjm/i3348-minus-not-a-numberDan Finlay2018-03-071-2/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Prevent user from selecting max amount until there is an estimated gas total.Dan2018-03-061-2/+3
| | |/ / / / /
| * | / / / / Default add-token decimal value to string (#3451)Dan J Miller2018-03-071-1/+1
| | |/ / / / | |/| | | |
| * | | | | Fix seed phrase validation clearing form (#3417)Alexander Tseung2018-03-072-8/+7
| |/ / / /
| * | / / Fixes shapeshift coin selection dropdown. (#3416)Dan J Miller2018-03-062-6/+7
| | |/ / | |/| |
| * | | Fix NewUI reveal seed flow. (#3410)Dan J Miller2018-03-034-8/+22
| * | | Allow adding 0 balance tokens in old ui and editing custom token info in new ...Dan J Miller2018-03-031-5/+21
| | |/ | |/|
| * | Fix network menu for custom URLs (#3366)Alexander Tseung2018-03-022-14/+31
| * | Fix exception thrown when styleOverride is not present (#3364)Alexander Tseung2018-03-021-1/+1
| * | Merge pull request #3356 from MetaMask/cdn-minimizationKevin Serrano2018-03-021-2/+336
| |\ \
| | * | Correct ttf format name to 'truetype'Dan2018-03-021-42/+42
| | * | Check in all font files locally.Kevin Serrano2018-03-011-2/+336
| | |/
| * | Merge pull request #3359 from MetaMask/token-check-urlkumavis2018-03-011-1/+1
| |\ \
| | * | add token - check for logo url before trying to usekumavis2018-03-011-1/+1
| * | | Merge pull request #3332 from danjm/MM-onboarding-flow-style-improvementskumavis2018-03-013-0/+47
| |\ \ \
| | * | | Adds beta label to Metamask name in full screen app bar.Dan2018-02-282-0/+17
| | * | | Move beta warning to app header.Dan2018-02-281-0/+6
| | * | | Body width container in first time flow is consistent with app bar.Dan2018-02-281-0/+24
| | | |/ | | |/|
| * | | 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
| |/
| * Use same logic for downloading state logs in the old/uatThomas Huang2018-02-211-1/+7
| * Render loading inside notice screen, and don't set isLoading from unMarkPassw...Dan2018-02-211-1/+0
| * Try fixing notice screen synchronous state callDan Finlay2018-02-211-2/+1
| * Fix Import Existing DEN in popup New UI first time flow.Dan2018-02-202-2/+24
| * Ensures that mascara initialize screen is not shown in popup. (#3279)Dan J Miller2018-02-171-1/+4
| * Merge pull request #3200 from alextsg/cb-703kumavis2018-02-176-6/+6
| |\
| | * Remove accessing PropTypes from main React packageAlexander Tseung2018-02-076-6/+6
| * | [NewUI] Adds the mascara first time flow to betaUI extension (#3257)Dan J Miller2018-02-162-4/+8
| * | Merge pull request #3231 from danjm/MM-744-restore-from-seed-fixDan J Miller2018-02-142-3/+4
| |\ \
| | * | Remove isInBrowser method and use environment-type.jsDan2018-02-141-6/+4
| | * | Only open a new window on restore from seed if in extension view.Dan2018-02-142-3/+6
| * | | Merge pull request #3209 from danjm/MM-634-newui-reset-accountDan Finlay2018-02-145-35/+157
| |\ \ \ | | |/ / | |/| |
| | * | Add reset account button to new UI.Dan2018-02-095-35/+157
| * | | Merge pull request #3216 from danjm/MM-666-try-beta-link-unlock-privacy-screensDan Finlay2018-02-141-0/+17
| |\ \ \
| | * | | Try beta link on unlock and privacy screens.Dan2018-02-091-0/+17
| | |/ /
| * | | Updates the styling of confirm send ether and token screens. (#3235)Dan J Miller2018-02-133-26/+20
| * | | Send screen style updates. (#3234)Dan J Miller2018-02-134-9/+52
| * | | Remove chrome focus outline for mouse users. (#3230)Dan J Miller2018-02-134-1/+40
| * | | Fix exception thrown in selected token tx list with shapeshift txs (#3215)Alexander Tseung2018-02-091-3/+3
| * | | Fixes shapeshift txs so that they render in tx list. (#3208)Dan J Miller2018-02-092-36/+28
| |/ /
| * | Merge pull request #3206 from danjm/merge-uat-to-uatnext-feb072019Dan J Miller2018-02-082-0/+22
| |\ \
| | * \ Merge branch 'uat' into uat-nextDan2018-02-082-0/+22
| | |\ \
| | | * \ Merge branch 'master' into uatDan2018-02-082-0/+22
| | | |\ \
| | | | * | Scrollable Settings screen for FirefoxThomas2018-02-021-1/+6
| | | | * | Merge pull request #3161 from MetaMask/AddResetExplanationFrankie2018-02-012-59/+20
| | | | |\ \
| | | | | * | Add explanation of account resettingDan Finlay2018-02-011-0/+20
| | | | | * | Remove unused fileDan Finlay2018-02-011-59/+0
| | | | * | | Merge pull request #3146 from MetaMask/i3082-AddTokenValidateInputsFrankie2018-02-011-2/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Set address to default with empty string, add test validation.Thomas2018-01-311-2/+2
| | | | * | | added reset account featureBruno Barbieri2018-01-312-0/+35
| | | | * | | Add warning when importing no valid fileDan Finlay2018-01-311-0/+6
| | | | |/ /
| * | | / / Make blockies icon round to match identicons (#3205)Alexander Tseung2018-02-082-5/+5
| |/ / / /
| * | | | [NewUI] Opens to full screen when restoring from seed. (#3201)Dan J Miller2018-02-085-24/+39
| * | | | Update modal header design on send screen (#3196)Alexander Tseung2018-02-073-55/+126
| * | | | Fix alignment of ellipsis and address in wallet view. (#3198)Dan J Miller2018-02-073-2/+3
| | |_|/ | |/| |
| * | | 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-065-24/+70
| * | | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)Dan J Miller2018-02-015-11/+76
| * | | [NewUI] Updates capitalization and alignment for the import account screen. (...Dan J Miller2018-02-013-11/+35
| * | | [NewUI] Set default new account name as placeholder, but not value (#3121)Dan J Miller2018-02-011-5/+8
| * | | Fix bug stemming from erroneously persistant unlock failure error message. (#...Dan J Miller2018-01-302-0/+15
| |/ /
| * | Merge branch 'master' into uatThomas Huang2018-01-241-1/+0
| |\|
| | * add a `x` close button to gas calc loding screen on conf-txfrankiebee2018-01-182-2/+16
| * | String interpolate version in settingsThomas2018-01-231-1/+1
* | | Implemented feedback to make i18n work on macDan Finlay2018-03-072-2/+4
* | | complete i18n across new UINick Doiron2018-01-3031-93/+101
* | | get t imported in all files currently using i18nNick Doiron2018-01-2529-0/+29
* | | separate out cross-browser i18n for extensionsNick Doiron2018-01-2523-7/+23
* | | better organization of locale file; i18n in more view filesNick Doiron2018-01-2425-135/+123
* | | first steps to i18nNick Doiron2018-01-2331-153/+148
|/ /
* | Merge pull request #3049 from chikeichan/newmasterChi Kei Chan2018-01-201-1/+1
|\ \
| * \ Merge branch 'uat' into newmasterChi Kei Chan2018-01-20145-3271/+17482
| |\ \ | | |/ | |/|
| * | Add network-indicator classname to network loading spinnerThomas2018-01-181-1/+1
* | | Get version from manifest instead of hard coding in New UI info page.Dan2018-01-201-1/+3
| |/ |/|
* | Fix transaction list font sizes, paddingAlexander Tseung2018-01-192-17/+7
* | Merge pull request #3024 from alextsg/cb-529Kevin Serrano2018-01-193-3/+5
|\ \
| * | Fix lint errorsAlexander Tseung2018-01-181-1/+1
| * | Update popout to fullscreen iconAlexander Tseung2018-01-182-2/+4
* | | [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-183-27/+25
|/ /
* | Show now tokens by default and improve search on add token screen.Dan2018-01-181-5/+10
* | Fix tx-list, confirmation screen stylingAlexander Tseung2018-01-184-13/+18
* | 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
* | | Merge pull request #3007 from alextsg/uat-master-011618Chi Kei Chan2018-01-183-5/+7
|\ \ \
| * | | Merge branch 'uat' into uat-master-011618Alexander Tseung2018-01-17145-3271/+17449
| |\| | | | |/ | |/|
| * | Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeightDan Finlay2018-01-172-1/+7
| |\ \
| | * \ Merge pull request #2984 from MetaMask/RenameLockToLogoutThomas Huang2018-01-171-1/+1
| | |\ \
| | | * | Rename lock to log outDan Finlay2018-01-161-1/+1
| | * | | Merge branch 'master' into open-popupFrankie2018-01-161-3/+3
| | |\| |
| | * | | add a loading spinner to conf-tx viewfrankiebee2018-01-151-0/+6
| * | | | Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeightDan Finlay2018-01-161-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Use httpsDan Finlay2018-01-131-1/+1
| | * | | Update support links for helpscoutDan Finlay2018-01-101-3/+3
| | |/ /
| * | | Add max height for Firefox addon overflow and hide horizontal scrolltmashuang2018-01-111-0/+2
| * | | Add one px to address for Firefox clippingtmashuang2018-01-111-0/+1
| |/ /
| * | Merge pull request #2855 from abitrolly/patch-2kumavis2018-01-091-1/+0
| |\ \
| | * | info.js Remove width element to fix email layoutAnatoli Babenia2018-01-041-1/+0
| * | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfixKevin Serrano2018-01-091-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | Add fix for infinite spinner for incorrect seed phrase.Kevin Serrano2018-01-041-0/+4
* | | | Readjust gas fees when switching networks on the send screenAlexander Tseung2018-01-172-22/+44
* | | | Vertically centers the text of the new ui modal header. (#2987)Dan J Miller2018-01-171-0/+1
* | | | Adding one or more tokens sets the selected token before returning the user t...Dan J Miller2018-01-172-0/+8
| |_|/ |/| |
* | | Restore display of all unconfirmed transactions.Dan2018-01-161-34/+34
* | | Fix send screen value inputAlexander Tseung2018-01-161-3/+11
* | | Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-164-25/+15
* | | Merge pull request #2964 from alextsg/cb-505cDan Finlay2018-01-161-1/+1
|\ \ \
| * | | Move blockies option to the bottom of SettingsAlexander Tseung2018-01-151-1/+1
* | | | [NewUI] Place all users of extension into old UI (disable auto adding). (#2946)Dan J Miller2018-01-161-23/+30
* | | | Fix confirm Add Token button orderAlexander Tseung2018-01-131-4/+4
* | | | Fix Add Token button order, stylingAlexander Tseung2018-01-132-14/+16
* | | | Fix input box padding and select highlight in new account create and import p...Dan2018-01-132-1/+11
* | | | New add account page with create and import options.Dan2018-01-1313-95/+475
* | | | Merge branch 'uat' into cb-388Chi Kei Chan2018-01-1315-309/+732
|\ \ \ \
| * | | | Fix styling in initializationAlexander Tseung2018-01-132-5/+14
| |/ / /
| * | | [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-1311-301/+711