status-desktop/ui/app/AppLayouts/Wallet/views
Alex Jbanca 591ba990cc
feat(dapps): Adding dapp metrics
closes #16912

Sending the dapps events to mixpanel

| Event Name | Properties | Possible Values | Notes |
| --- | --- | --- | --- |
| dapps-health | state | - wc_available
- wc_unavailable
- chains_down
- network_down
- pair_error
- connection_error
- sign_error |  |
|  | error |  | string description |
| dapps-navigation | flow | - dapps_list_opened
- connect_initiated
- disconnect_initiated
- pair_initiated |  |
|  | connector | - wallet_connect
- browser_connect |  |
| dapps-connection | flow | - proposal_received
- proposal_accepted
- proposal_rejected
- connected
- disconnected |  |
|  | networks | networks[string] - array of networks | Array of proposed or connected networks |
|  | methods | methods[string] - array of methods | Array of proposed methods |
|  | dapp | dapp uri |  |
|  | connector | - wallet_connect
- browser_connect |  |
|  | isSiwe | boolean |  |
| dapps-sign | flow | - sign_received
- sign_accepted
- sign_rejected |  |
|  | connector | - wallet_connect
- browser_connect |  |
|  | method | - personal_sign
- eth_sign
- eth_signTypedData_v4
- eth_signTypedData
- eth_signTransaction
- eth_sendTransaction |  |
|  | dapp | string - dapp uri |  |
|  | chainId | int - chain id |  |
2024-12-13 15:32:52 +02:00
..
collectibles feat(activity): temporarily hide activity tab from collectibles details view 2024-11-25 18:48:45 -03:00
AccountContextMenu.qml fix: Use prefixes for address copy (#16230) 2024-09-13 14:19:26 +02:00
AssetsDetailView.qml fix: Show only selected networks (#16588) 2024-10-28 13:10:30 +01:00
CollectiblesView.qml feat(WalletFirst): Integrate the BuyReceiveBanner in the app 2024-11-27 16:50:58 +02:00
LeftTabView.qml chore(@e2e): change object name for AccountListItem 2024-10-29 21:16:40 +03:00
LoadingGraphView.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
NetworkSelectorView.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
RightTabBaseView.qml feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
RightTabView.qml chore(@desktop/wallet): Reduced number of global calls related to send modal 2024-12-04 21:34:12 +01:00
SavedAddresses.qml chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
SavedAddressesView.qml chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
TokenSelectorAssetDelegate.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
TokenSelectorCollectibleDelegate.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
TokenSelectorSectionDelegate.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
qmldir fix: Show only selected networks (#16588) 2024-10-28 13:10:30 +01:00