status-desktop/ui/imports/shared
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
..
controls chore(SyncingDeviceView): add a dedicated SB page 2024-12-06 15:02:33 +01:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels fix(Dapps): Fixing fees in transaction requests 2024-11-22 11:32:41 +02:00
popups feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
status chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
stores feat(BC): Implement eth_signTypedData_v4 in BrowserConnect 2024-11-22 12:47:01 +02:00
validators isAlias moved from Utils to UtilsStore 2024-10-28 23:16:31 +01:00
views chore(SyncingDeviceView): add a dedicated SB page 2024-12-06 15:02:33 +01:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
MacTrafficLights.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
qmldir chore: drop NumberPolyfill 2023-06-26 17:17:59 +02:00