status-desktop/ui/app/AppLayouts/Wallet/panels
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
..
ActivityFilterPanel.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
BuyCryptoProvidersListPanel.qml feat: hide mercuryo 2024-11-19 11:16:16 +01:00
BuyReceiveBanner.qml feat(WalletFirst): Integrate the BuyReceiveBanner in the app 2024-11-27 16:50:58 +02:00
ContractInfoButtonWithMenu.qml feat(activity): reworked activity context menu 2024-11-25 18:48:45 -03:00
ManageAssetsPanel.qml fix(wallet): update wallet assets and collectibles order on user action 2024-04-12 11:30:15 +02:00
ManageCollectiblesPanel.qml fix(wallet): update wallet assets and collectibles order on user action 2024-04-12 11:30:15 +02:00
ManageHiddenPanel.qml feat(wallet) save/load collectibles user handled state in DB 2024-03-27 20:26:15 +01:00
SearchableAssetsPanel.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
SearchableCollectiblesPanel.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
SeedPhraseBackupWarning.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SelectParamsForBuyCryptoPanel.qml Token/Asset selectors fixes 2024-09-23 12:30:50 +02:00
SignInfoBox.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
SwapInputPanel.qml feat(@desktop/wallet): Round down max value in Send and Swap modals 2024-11-29 08:39:58 -03:00
TokenSearchBox.qml AssetSelector added 2024-09-05 08:55:15 +02:00
TokenSelectorPanel.qml feat(@desktop/wallet): Adapt Token Selector 2024-11-27 16:40:41 +01:00
WalletFooter.qml chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
WalletHeader.qml feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
qmldir refactoring(dapps): Move WC and BC popups in the global scope 2024-12-03 09:52:28 +02:00