aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-22129-9350/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Enable mobile sync (#6332)Bruno Barbieri2019-03-222-8/+1
| | | | | | | | * enable mobile sync * remove mobile sync as a preference * Fix typo
* Fixing spelling of Ethereum in MetaMetrics copy (#6329)fixanoid2019-03-211-1/+1
|
* Allow seed phrases with a trailing newlineWhymarrh Whitby2019-03-131-1/+1
|
* Merge pull request #6281 from MetaMask/fix-browser-back-on-reveal-seedThomas Huang2019-03-131-2/+2
|\ | | | | Fixes the use of the browser back button on the reveal seed screen
| * Fixes the use of the browser back button on the reveal seed screenDan Miller2019-03-121-2/+2
| |
* | ui - add missing PropTypes (#6287)kumavis2019-03-121-0/+2
|/
* Metametrics fixes (#6238)Dan J Miller2019-03-062-17/+17
| | | | | | | | | | | | * Improve opt-in opt-out event tracking after going 'back' in onboarding. * Fix 'Switched Networks' metrics event. * Fix custom variables ids (can only use ids 1-5) * Fix tracking of function type custom variable for metametrics in confirm-transaction-base * Add missing metametrics events
* Wrap in spanThomas Huang2019-03-061-1/+1
|
* Metametrics (#6171)Dan J Miller2019-03-0536-95/+903
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod
* First time flow updates (#6192)Dan J Miller2019-02-2733-339/+550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Action select step of onboarding flow added. * Update navigation on create and import password screens. * Adds terms of service checkbox to create and import account screens. * Add security warning to jazzicon intro step * Update and streamline unique image to confirm seed steps of first time flow. * UI touch ups to welcome screen. * UI touch up on select action page * Fix first time import flow. * Add end of flow screen to first time flow * Replace unique image screen with updated fishing warning screen. * Update e2e tests for onboarding flow changes. * Add required translations to onboarding flow. * Update design of select action screen to emphasize create new wallet option. * Clean up onboarding flow code. * Remove notice related code from first-time-flow directory. * Use updater function argument in new-account.component
* Show/Hide Fiat on Testnets based on User Preference (#6153)Chi Kei Chan2019-02-274-3/+47
|
* Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-263-1/+426
|
* Merge pull request #6184 from chikeichan/6132Dan J Miller2019-02-202-1/+26
|\ | | | | turn camcelCase method name to space separated
| * turn camcelCase method name to space separatedChi Kei Chan2019-02-192-1/+26
| |
* | Merge pull request #6185 from chikeichan/5681Dan J Miller2019-02-201-5/+0
|\ \ | | | | | | Remove password check when importing Account JSON
| * | Remove password check when importing Account JSONChi Kei Chan2019-02-191-5/+0
| |/
* / Change "Token Address" to "Token Contract Address" (#6182)Chi Kei Chan2019-02-201-1/+1
|/
* Checksum address before slicing it for the confirm screen (#6133)Whymarrh Whitby2019-02-141-2/+6
|
* Add button to force edit token symbol when adding custom token (#6147)Chi Kei Chan2019-02-132-2/+38
|
* Merge pull request #6139 from whymarrh/fix-confirm-advanced-gasWhymarrh Whitby2019-02-121-1/+1
|\ | | | | Fix advanced gas controls on the confirm screen
| * Fix advanced gas controls on the confirm screenWhymarrh Whitby2019-02-121-1/+1
| |
* | Trim whitespace from seed phrase during importWhymarrh Whitby2019-02-121-2/+4
|/ | | | Somehow we lost 33b85cf2e
* Fix inline advanced gas editingWhymarrh Whitby2019-02-092-26/+11
|
* Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-064-5/+89
| | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component
* Remove "Use old UI" settingWhymarrh Whitby2019-02-052-37/+1
|
* EIP-1102 updates (#6006)Paul Bouchon2019-01-312-2/+3
| | | | | | * Update privacy notice * Respond to 1102 messages using tab ID
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-302-3/+2
| | | | | | | | | | | | | | * 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
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-2349-128/+2037
| | | | | | | | | | | | | | | | | | | | * 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
* I#5956 fix 1 (#6026)Frankie2019-01-181-0/+3
| | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs
* Fix grammar error in Current Conversion (#6029)Alexander Tseung2019-01-171-1/+1
|
* Fix confirm screen for sending ether tx with hex data (#6008)Alexander Tseung2019-01-111-0/+6
|
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-1/+1
|
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-5/+5
|
* Read only connection of gas price chart to reduxDan Miller2018-12-042-5/+5
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-043-2/+19
|
* Adds new gas customization modal container (without content)Dan Miller2018-12-041-1/+1
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-014-4/+9
| | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
* Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
|
* Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-221-4/+3
|\ | | | | Add Firefox and Brave support for Trezor
| * fix merge conflictsbrunobar792018-11-213-10/+10
| |\
| * \ Merge branch 'develop' into trezor-v5brunobar792018-11-143-11/+44
| |\ \
| * \ \ fix merge conflictsbrunobar792018-11-079-41/+233
| |\ \ \
| * \ \ \ fix merge conflictsbrunobar792018-10-216-42/+190
| |\ \ \ \
| * \ \ \ \ fix conflictsbrunobar792018-10-1726-694/+980
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-0618-348/+351
| |\ \ \ \ \ \
| * \ \ \ \ \ \ fix merge conflictsbrunobar792018-08-213-54/+194
| |\ \ \ \ \ \ \
| * | | | | | | | add error messagesbrunobar792018-08-111-2/+4
| | | | | | | | |
* | | | | | | | | Fix usage of setState in ConfirmTransactionBase#handleSubmit (#5799)Whymarrh Whitby2018-11-221-16/+29
| | | | | | | | |
* | | | | | | | | Show byte count for hex data on confirm screen (#5798)Whymarrh Whitby2018-11-221-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix button styling for Create Account Connect (#5787)Alexander Tseung2018-11-202-9/+9
| | | | | | | |
* | | | | | | | ESLint fixes (#5775)Whymarrh Whitby2018-11-171-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* | | | | | | Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-143-11/+44
| |_|_|_|_|/ |/| | | | |
* | | | | | Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-062-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together
* | | | | | EIP-1102: add user privacy optionbitpshr2018-11-062-36/+37
| | | | | |
* | | | | | EIP-1102: Add option to force-enable providerbitpshr2018-11-062-0/+33
| | | | | |
* | | | | | EIP-1102: updated implementationbitpshr2018-11-067-0/+91
| | | | | |
* | | | | | Merge pull request #5567 from MetaMask/HowardBraham-developkumavis2018-10-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feature: Warn when attempting to send tx with data to non-contract
| * \ \ \ \ \ Merge branch 'develop' into developkumavis2018-10-219-45/+193
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Bug Fix: #1789 and #4525 eth.getCode() with no contractHoward Braham2018-10-101-1/+1
| | | | | | |
* | | | | | | Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-263-38/+110
| |/ / / / / |/| | | | |
* | | | | | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-176-42/+190
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | Update Zendesk links for new subdomainWhymarrh Whitby2018-10-122-2/+2
| | | | |
* | | | | tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json
* | | | Fix markup for inline instances of `PageContainer`sWhymarrh Whitby2018-10-063-64/+64
| | | |
* | | | Only use current network txs when calculating "Reject All"Whymarrh Whitby2018-10-021-1/+6
| | | |
* | | | Confirm rejecting multiple transactions with modalWhymarrh Whitby2018-10-022-4/+17
| | | |
* | | | Add "Cancel All" button to confirm footerWhymarrh Whitby2018-10-022-3/+26
| | | |
* | | | support editable customRPC (#5267)HackyMiner2018-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* | | | Merge pull request #5282 from MetaMask/tx-cancel-uiAlexander Tseung2018-09-252-4/+5
|\ \ \ \ | | | | | | | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal.
| * | | | Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-202-4/+5
| | | | | | | | | | | | | | | | | | | | component. Add CancelTransaction modal
* | | | | Merge pull request #5241 from MetaMask/refactor-settingsAlexander Tseung2018-09-2113-592/+800
|\ \ \ \ \ | | | | | | | | | | | | Refactor settings page to use JSX and follow component file folder st…
| * | | | | Fix translation casingAlexander Tseung2018-09-211-4/+0
| | | | | |
| * | | | | Add Current Conversion Updated string to translationsAlexander Tseung2018-09-201-1/+1
| | | | | |
| * | | | | Refactor settings page to use JSX and follow component file folder structureAlexander Tseung2018-09-2013-592/+804
| |/ / / /
* / / / / Move main-container wrapper div into its own classWhymarrh Whitby2018-09-201-0/+1
|/ / / /
* | | | Bug Fix: #5183 history not definedSean Rabaut2018-09-141-1/+1
| | | |
* | | | Add raised type buttons to Button component. Refactor all buttons within app ↵Alexander Tseung2018-09-137-54/+88
| |_|/ |/| | | | | | | | to Button components
* | | Merge pull request #5188 from taobun/developDan J Miller2018-09-051-1/+1
|\ \ \ | | | | | | | | edit decimal check in old-ui/
| * | | fix check valid decimals code in new uibunoi2018-09-051-1/+1
| | | |
* | | | Merge pull request #5167 from MetaMask/fix-watcAsset-imagesDan Finlay2018-09-052-1/+6
|\ \ \ \ | | | | | | | | | | Fix images for watched tokens
| * | | | fix images for watched tokensEsteban MIno2018-08-302-1/+6
| |/ / /
* | | | Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-dataDan J Miller2018-09-041-0/+29
|\ \ \ \ | |/ / / |/| | | Adds feature flag toggle for the hex data row on the send screen.
| * | | Adds feature flag toggle for the hex data row on the send screen.Dan Miller2018-08-271-0/+29
| | | |
* | | | Merge pull request #5155 from MetaMask/i5154-confirm-spinnerAlexander Tseung2018-08-291-4/+7
|\ \ \ \ | | | | | | | | | | Fix infinite spinner on failed transactions
| * | | | Fix infinite spinner on failed transactionsAlexander Tseung2018-08-291-4/+7
| | | | |
* | | | | fix conflictsEsteban MIno2018-08-2913-351/+152
|\| | | |
| * | | | Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-2/+2
| | | | |
| * | | | Fix shapeshift transactions. Delete unused filesAlexander Tseung2018-08-241-2/+0
| | | | |
| * | | | Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-244-28/+10
| | | | |
| * | | | Add withMethodData HOC, add higher-order-component folderAlexander Tseung2018-08-244-36/+2
| | | | |
| * | | | Add react-media package to prevent rendering wallet-view twice in the popup viewAlexander Tseung2018-08-241-1/+5
| | | | |
| * | | | Refactor home screen and remove unused filesAlexander Tseung2018-08-244-239/+108
| |/ / /
| * | | Merge pull request #5089 from MetaMask/i5085-ethcodeAlexander Tseung2018-08-232-5/+14
| |\ \ \ | | | | | | | | | | Use eth_getCode to sort transaction action type
| | * | | Use eth_getCode to sort transaction action typeAlexander Tseung2018-08-232-5/+14
| | | |/ | | |/|
| * / | Add tabs support for PageContainerAlexander Tseung2018-08-231-57/+25
| |/ /
* | | typo watchAsset imageUrl to imageEsteban MIno2018-08-242-3/+3
| | |
* | | Merge branch 'develop' into WatchTokenFeatureEsteban MIno2018-08-214-55/+198
|\| |
| * | fix ledger affiliate linkbrunobar792018-08-171-1/+1
| | |
| * | ui readybrunobar792018-08-171-3/+9
| | |
| * | connect screen readybrunobar792018-08-171-25/+63
| | |
| * | more uibrunobar792018-08-151-1/+2
| | |
| * | fixbrunobar792018-08-151-1/+1
| | |
| * | ui fixesbrunobar792018-08-152-18/+21
| | |
| * | fix tx testsbrunobar792018-08-141-1/+2
| | |
| * | legacy and new hd path workingbrunobar792018-08-142-23/+44
| | |
| * | good progress adding pathsbrunobar792018-08-142-13/+71
| | |
| * | able to add accountsbrunobar792018-08-112-3/+3
| | |
| * | iframe communication workingbrunobar792018-08-111-1/+0
| | |
| * | refactor to support multiple hw walletsbrunobar792018-08-113-23/+39
| |/
| * Show error while allowing confirmation of transaction where simulation failsDan Miller2018-08-091-1/+1
| |
* | correct behavior when notification is closed when popupEsteban MIno2018-08-173-7/+9
| |
* | WIPEsteban MIno2018-08-173-3/+10
| |
* | add support for images base64 and urls on new uiEsteban MIno2018-08-152-7/+10
| |
* | refactor unused codeEsteban MIno2018-08-082-9/+3
| |
* | Merge branch 'develop' into WatchTokenFeatureEsteban Miño2018-08-081-3/+18
|\|
| * Disable Confirm button on subsequent clicks to prevent confirming multiple timesAlexander Tseung2018-08-041-3/+18
| |
* | clean confirm add token componentEsteban MIno2018-08-072-6/+2
| |
* | new confirm add suggested token componentEsteban MIno2018-08-074-2/+147
| |
* | eth_watchToken workingEsteban MIno2018-08-042-3/+9
| |
* | popup initializing with suggested tokensEsteban MIno2018-08-041-6/+2
| |
* | rpc-engine not crashing when eth_watchTokenEsteban MIno2018-08-041-4/+0
| |
* | merge developEsteban MIno2018-08-0436-288/+1996
|\|
| * Round large exponential numbersAlexander Tseung2018-07-281-2/+5
| |
| * Add close window support to signature requests. Move logic to actionsAlexander Tseung2018-07-242-21/+10
| |
| * UI confirm screen closes confirmation window on submit or cancel of a txDan Miller2018-07-241-4/+15
| |
| * show alert ONLY when device is connectedbrunobar792018-07-231-4/+11
| |
| * Add fallback options for displaying recipient name in the Confirm screenAlexander Tseung2018-07-211-1/+13
| |
| * Merge pull request #4625 from MetaMask/initial-trezor-supportBruno Barbieri2018-07-205-1/+552
| |\ | | | | | | Initial trezor support
| | * last css fixesbrunobar792018-07-192-4/+23
| | |
| | * fix support linkbrunobar792018-07-191-1/+1
| | |
| | * fix unsupported browser viewbrunobar792018-07-191-1/+1
| | |
| | * lintbrunobar792018-07-191-1/+1
| | |
| | * scroll smoothbrunobar792018-07-191-3/+11
| | |
| | * design donebrunobar792018-07-191-23/+86
| | |
| | * fix browser not supported screenbrunobar792018-07-181-1/+1
| | |
| | * updated account list based on new designsbrunobar792018-07-183-14/+28
| | |
| | * Merge branch 'develop' into initial-trezor-supportbrunobar792018-07-172-3/+3
| | |\
| | * \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-141-1/+1
| | |\ \ | | | | | | | | | | | | | | | initial-trezor-support
| | * | | fix account selectionbrunobar792018-07-141-2/+6
| | | | |
| | * | | added affiliate link to trezorbrunobar792018-07-141-0/+6
| | | | |
| | * | | detect ability to open popup instead of browserbrunobar792018-07-132-6/+13
| | | | |
| | * | | fix account balance bugbrunobar792018-07-131-9/+15
| | | | |
| | * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-1327-130/+1170
| | |\ \ \ | | | | | | | | | | | | | | | | | | initial-trezor-support
| | * | | | forget device and autiload account features addedbrunobar792018-07-122-1/+40
| | | | | |
| | * | | | fix account duplicationbrunobar792018-07-101-6/+0
| | | | | |
| | * | | | fix all the account related bugsbrunobar792018-07-102-13/+27
| | | | | |
| | * | | | copy updatedbrunobar792018-07-071-1/+4
| | | | | |
| | * | | | update connect harwdware screenbrunobar792018-07-071-8/+20
| | | | | |
| | * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-151/+162
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | initial-trezor-support
| | * | | | | UI refactorbrunobar792018-07-063-97/+106
| | | | | | |
| | * | | | | Refactor UIbrunobar792018-07-064-266/+328
| | | | | | |
| | * | | | | move strings to localization filebrunobar792018-07-061-11/+12
| | | | | | |
| | * | | | | added message for non-chrome browsersbrunobar792018-07-061-1/+26
| | | | | | |
| | * | | | | lint fixbrunobar792018-07-041-1/+1
| | | | | | |
| | * | | | | fix merge conflictsbrunobar792018-07-042-2/+4
| | |\ \ \ \ \
| | * \ \ \ \ \ fix merge conflictsbrunobar792018-07-041-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | move hardcoded strings to localization filebrunobar792018-07-031-17/+7
| | | | | | | | |
| | * | | | | | | fix merge conflictsbrunobar792018-07-022-10/+10
| | |\ \ \ \ \ \ \
| | * | | | | | | | move TrezorKeyring to its own packageBruno2018-06-131-3/+3
| | | | | | | | | |
| | * | | | | | | | balances workingBruno2018-06-111-2/+18
| | | | | | | | | |
| | * | | | | | | | initial trezor supportBruno2018-06-103-1/+260
| | | | | | | | | |
| * | | | | | | | | Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | noConversionRateAvailable message
| * | | | | | | | | Fix testsAlexander Tseung2018-07-182-1/+5
| | | | | | | | | |
| * | | | | | | | | Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-1811-92/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tokens with contract exchange rates
| * | | | | | | | | Remove unused confirm transaction filesAlexander Tseung2018-07-182-21/+0
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fix send import paths in confirm tx componentsWhymarrh Whitby2018-07-162-3/+3
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge pull request #4766 from whymarrh/null-translationsWhymarrh Whitby2018-07-131-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Rework i18n-helper getMessage function
| | * | | | | | Remove unneeded MetaMaskConnect connect wrapperWhymarrh Whitby2018-07-121-1/+1
| | | | | | | |
| * | | | | | | Merge pull request #4691 from MetaMask/i4404-confirm-refactorAlexander Tseung2018-07-1226-94/+1134
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Refactor and redesign confirm transaction views
| | * | | | | | Fix font sizes, colors. Include data tab for send-eth transaction ↵Alexander Tseung2018-07-122-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | confirmations that have data
| | * | | | | | Various fixes from PR commentsAlexander Tseung2018-07-076-119/+162
| | | | | | | |
| | * | | | | | Use eth-method-registry to get method dataAlexander Tseung2018-07-075-22/+36
| | | | | | | |
| | * | | | | | Display newest transactionAlexander Tseung2018-07-071-2/+3
| | | | | | | |
| | * | | | | | Refactor data flow, signature request routingAlexander Tseung2018-07-076-79/+145
| | | | | | | |
| | * | | | | | Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-0726-94/+994
| | | |_|_|_|/ | | |/| | | |
| * / | | | | Prevent users from submitting password multiple times on the unlock screenAlexander Tseung2018-07-111-36/+36
| |/ / / / /
| * | | | | Merge pull request #4648 from MetaMask/update-import-from-seed-screenDan J Miller2018-07-061-151/+162
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Update import from seed screen on new ui.
| | * | | | Delete old restore vault file.Dan2018-07-062-340/+162
| | | | | |
| | * | | | Update import from seed screen on new ui.Dan2018-07-051-0/+189
| | | | | |
| * | | | | Merge pull request #4716 from MetaMask/i4663-clearErrorMessagesDan J Miller2018-07-042-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | fixes #4663 - Clear Error Messages when Importing Accounts are Successful
| | * | | | fixes 4663Sara Reynolds2018-07-042-0/+2
| | | |_|/ | | |/| |
| * | | | Merge pull request #4633 from MetaMask/i4580-import-account-errorsAlexander Tseung2018-07-042-2/+2
| |\ \ \ \ | | |/ / / | |/| | | Show all errors on account creation screen.
| | * | | Check that error is defined in import-account error catch.Dan2018-06-292-2/+2
| | | | |
| | * | | Show all errors on account creation screen.Dan2018-06-292-2/+2
| | | |/ | | |/|
| * / | eslint --fix .brunobar792018-07-031-1/+1
| |/ /
* | | LintedDan Finlay2018-06-191-0/+1
| | |
* | | Begin letting UI show suggested tokensDan Finlay2018-06-192-2/+13
|/ /
* / notices - replace getLatestNotice with getNextNoticekumavis2018-06-142-10/+10
|/
* Merge pull request #4418 from MetaMask/handle-import-account-failure-in-uikumavis2018-06-072-13/+36
|\ | | | | Handle errors for null selected address after Importing account (json or private key)
| * Merge branch 'develop' into handle-import-account-failure-in-uiDan2018-06-039-16/+16
| |\
| * | Fix then-catch + error handling in import-accountDan2018-05-312-4/+2
| | |
| * | Importing account by json and private key shows error and does not change ↵Dan2018-05-312-10/+35
| | | | | | | | | | | | account if no selectedAddress comes after import.
* | | i18n - ja improvements03-262018-06-074-9/+23
| |/ |/|
* | update helpscout links to zenhubBobby Dresser2018-06-012-2/+2
| |
* | Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵Alexander Tseung2018-06-017-16/+16
|/ | | | style buttons
* Fix error handling on incorrect password (#4401)Alexander Tseung2018-05-311-11/+9
|
* Fix add-token token list placeholder width (#4365)Alexander Tseung2018-05-301-0/+4
|
* newui - unlock - dont catch errors unrelated to tryUnlockMetamaskkumavis2018-05-291-2/+2
|
* Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-2325-432/+933
|\ | | | | Update designs for Add Token screen
| * Fix testsAlexander Tseung2018-05-211-11/+6
| |
| * Update designs for Add Token screenAlexander Tseung2018-05-2025-432/+938
| |
* | Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-172-2/+2
|/
* ui - unlock - remove setNetworkEndpoints calls from new unlock screenkumavis2018-05-172-3/+0
|
* ui - remove files accidently added by bad mergekumavis2018-05-171-189/+0
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-174-0/+267
|\ | | | | | | network-controller-remove-setNetworkEndpoints
| * Add TextField component to storybookAlexander Tseung2018-05-122-2/+1
| |
| * Add new unlock screen designAlexander Tseung2018-05-125-194/+268
| |
* | lint - cleanup some unused variableskumavis2018-05-032-2/+0
| |
* | network - remove setNetworkEndpointskumavis2018-05-012-5/+0
|/
* Handle Promise rejections when importing accounts (#4142)Paul Bouchon2018-05-012-0/+4
| | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement
* Merge pull request #4059 from MetaMask/i-4033-seed-wordskumavis2018-05-012-147/+116
|\ | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow.
| * Redirect to correct seed phrase screenAlexander Tseung2018-04-271-2/+2
| |
| * Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-231-1/+9
| |\ | | | | | | | | | i-4033-seed-words
| * | Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-231-145/+114
| | | | | | | | | | | | flow
* | | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵Dan2018-04-281-1/+1
| | | | | | | | | | | | or decimals.
* | | Clean up network configAlexander Tseung2018-04-242-2/+2
| |/ |/|
* | Show correct MetaMask version number in the Info pageAlexander Tseung2018-04-191-1/+9
|/
* Fix confirmation popup not always openingAlexander Tseung2018-04-171-2/+3
|
* Require loglevel singleton in each module that uses itbitpshr2018-04-142-0/+2
|
* Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-061-1/+2
| | | | cb-254
* Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-061-0/+1
| | | | cb-254
* Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-041-9/+12
| | | | cb-254
* Fix transaction confirmationsAlexander Tseung2018-04-041-14/+16
|
* Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-15/+14
|
* Fix lint errorsAlexander Tseung2018-04-033-4/+0
|
* Refactor onboarding flowAlexander Tseung2018-04-024-15/+15
|
* Fix merge conflictsAlexander Tseung2018-03-318-94/+135
|
* Fix merge conflicts. Refactor renderPrimary into Home componentAlexander Tseung2018-03-315-358/+434
|
* Fix i18n merge conflictsAlexander Tseung2018-03-308-115/+153
|
* Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-299-17/+36
|
* Fix merge conflictsAlexander Tseung2018-03-278-286/+360
|
* Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵Alexander Tseung2018-02-092-4/+15
| | | | into cb-254
* Fix merge conflicts from uat-nextAlexander Tseung2018-02-014-14/+20
|
* Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-0111-112/+284
|
* Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-305-65/+85
|
* Add route for signature requestAlexander Tseung2017-12-151-0/+321
|
* Add initialized checks for first time flow routesAlexander Tseung2017-12-154-71/+48
|
* Add routes for mascaraAlexander Tseung2017-12-155-25/+78
|
* Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-1513-0/+1897