aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-cell.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-177/+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
* Metametrics (#6171)Dan J Miller2019-03-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix blockies icons overriding contract map icons. Refactor Identicon ↵Alexander Tseung2018-10-251-1/+1
| | | | component (#5599)
* Adds sidebar component and refactors slide in wallet view sidebar to use it.Dan Miller2018-08-291-1/+1
|
* typo watchAsset imageUrl to imageEsteban MIno2018-08-241-2/+2
|
* add support for images base64 and urls on new uiEsteban MIno2018-08-151-1/+2
|
* Token name is not hidden in wallet if balance is exceptionally long.Dan2018-06-011-2/+2
|
* Fetch token prices based on contract addressbitpshr2018-04-161-16/+4
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-1/+1
| | | | via a provider.
* Handle i18n with redux.Dan2018-03-161-1/+1
|
* 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
|
* Update main view stylingAlexander Tseung2018-01-111-1/+1
|
* Hide fiat values on account details screen when eth/token value is 0.Dan2017-12-211-1/+3
|
* More lint fixesDan2017-11-021-6/+6
|
* Correct rendering of conversions when conversion rate is a token. (#2498)Dan J Miller2017-10-271-12/+16
|
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-3/+5
|
* Hide token confirmation modal uiDan2017-10-031-0/+1
|
* Token menu ui.Dan2017-10-021-0/+18
|
* Close sidebar on token selection.Dan2017-09-291-2/+9
|
* Adds USD to token list.Dan2017-09-161-3/+37
|
* Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-071-1/+1
|
* Show token balance and identiconChi Kei Chan2017-09-071-3/+3
|
* Adding Token transaction detail screenChi Kei Chan2017-09-061-2/+23
|
* Implement tokens list UIChi Kei Chan2017-09-061-6/+17
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+72
|
* Make folder for responsive UIDan Finlay2017-07-041-72/+0
|
* Remove send buttonDan Finlay2017-07-011-0/+2
| | | | Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
* Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-281-1/+3
|\
| * Support other network linksDan Finlay2017-06-281-1/+3
| |
* | Fix propagationDan Finlay2017-06-201-1/+1
| |
* | Add send button to TokenFactoryDan Finlay2017-06-201-7/+29
|/ | | | | | A simple solution to a temporary token send screen: Linking to EtherScan. Will hold us over until we make our own token send view.
* Remove excessive logDan Finlay2017-06-151-1/+0
|
* Auto populate token list with popular token balancesDan Finlay2017-06-141-3/+19
| | | | | | | | | Half implements #175 Things to do: - Add ability to add tokens to the list. - Persist the token tab selection (so it is an implicit preference) - Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
* Add placeholder etherscan token iconsDan Finlay2017-04-251-1/+3
|
* Get token list looking okDan Finlay2017-04-221-2/+9
|
* Add functional but ugly and hard-coded token listDan Finlay2017-04-211-0/+22