Filip Sekulic
7d321c48e0
Removed ui related code from shared directory ( #15252 )
2 years ago
Dan Miller
bc6c60cde1
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Dan Miller
24662963c5
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Mark Stacey
925a19fa4a
Revert "Merge pull request #14912 from MetaMask/Version-v10.16.0"
...
This reverts commit f09ab88891
, reversing
changes made to effc761e0e
.
This is being temporarily reverted to make it easier to release an
urgent fix for v10.15.1.
2 years ago
Niranjana Binoy
6c757ab5e0
Event tracking for Token Detection V2 ( #14441 )
3 years ago
Guillaume Roux
71d0873ded
Add token standard to custom token details ( #14506 )
...
* use getTokenStandardAndDetails to get token standard
* remove console.log and fix test
* remove console.log
3 years ago
Guillaume Roux
7a9662b88e
Add token standard to custom token details ( #14506 )
...
* use getTokenStandardAndDetails to get token standard
* remove console.log and fix test
* remove console.log
3 years ago
Ariella Vu
78f4684b2a
MetaMetrics: Add EVENT.CATEGORIES const ( #14474 )
...
* MetaMetrics: add EVENT.CATEGORIES const
* MetaMetrics: add EVENT.CATEGORIES.INPAGE_PROVIDER
* MetaMetrics: add EVENT.CATEGORIES.AUTH
* MetaMetrics: add EVENT.CATEGORIES.ACCOUNTS pt. 1
* MetaMetrics: add EVENT.CATEGORIES.ACCOUNTS pt. 2
confirm we want to use 'Accounts' instead of 'Account'
* MetaMetrics: add EVENT.CATEGORIES.MESSAGES
* MetaMetrics: add EVENT.CATEGORIES.RETENTION const
* MetaMetrics: add EVENT.CATEGORIES.SETTINGS
* MetaMask: add missing EVENT.CATEGORIES.SNAPS
* MetaMetrics: add EVENT.CATEGORIES.WALLET const
* MetaMetrics: add EVENT.CATEGORIES.ONBOARDING const
* MetaMetrics: add EVENT.CATEGORIES.ONBOARDING
& EVENT.CATEGORIES.TRANSACTIONS consts
* MetaMetrics: use EVENT.CATEGORIES
* ducks/swaps: revert slice name
* MetaMetrics: add missing EVENT.CATEGORIES.NETWORK
3 years ago
filipsekulic
8cb1f4af2e
Renamed metametrics.new.js to metametrics.js ( #14327 )
3 years ago
Olusegun Akintayo
3c2e4e9c9e
Add asset_type to 'Tokens Added' event. ( #14252 )
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Olusegun Akintayo
4ac0f82125
Add token standard to Token Added event. ( #14253 )
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Niranjana Binoy
e9cd1237ce
ImportToken does not clear up the page when going back ( #14093 )
3 years ago
Niranjana Binoy
8d295f189b
ImportToken does not clear up the page when going back ( #14093 )
3 years ago
Ariella Vu
e4181ec581
ConfirmImportToken: update metrics logic ( #13775 )
3 years ago
Ariella Vu
fadad601b8
ConfirmImportToken: Convert to Functional Component; Add storybook controls ( #13594 )
...
* ConfirmImportToken: convert to FC
* ConfirmImportToken: reorganize
* ConfirmImportToken: rm component from path
* replace mapStateToProps w/ useSelector
ConfirmImportToken
* replace mapDispatchToProps w/ useDispatch
ConfirmImportToken
* ConfirmAddSuggestedToken: useHistory
* ConfirmImportToken: add storybook controls
* ConfirmImportToken: rm 1st entry overwrite
* ConfirmImportToken: add tests
* ConfirmImportToken: use real Redux store in tests
* ConfirmImportToken: do not use mock-state.json
https://github.com/MetaMask/metamask-extension/pull/13594#discussion_r805022647
* ConfirmImportToken: tokenAddedEvent -> trackTokenAddedEvent
* Update ui/pages/confirm-import-token/confirm-import-token.js
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
* ConfirmImportToken: update useSelector logic
* ConfirmImportToken: replace typeof check w/ === undefined
* ConfirmImportToken: rm unnecessary /rendering from path
* ConfirmImportToken: fix add token redirect
* ConfirmImportToken: use useNewMetricEvent
* ConfirmImportToken: rename vars using "addedToken"
* ConfirmImportToken: setAddedToken to obj copy
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
3 years ago