status-desktop/storybook/stubs/shared/stores
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
..
send feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app 2024-10-11 18:48:37 +02:00
BIP39_en.qml fix(StatusSeedPhraseInput): accept a common prefix suggestion 2024-09-10 16:00:40 +02:00
BrowserConnectStore.qml fix(WC): Refactor dapps service to work with multiple SDKs 2024-11-20 18:10:29 +02:00
CommunityTokensStore.qml feat(@desktop/communtiies): Set signer flow 2023-11-08 14:35:51 +01:00
CurrenciesStore.qml CurrenciesStore: static model removed from store 2024-10-02 00:08:20 +02:00
DAppsStore.qml feat(dapps) add DAppsService component and ConnectDAppModal 2024-05-20 15:09:57 +02:00
GifStore.qml GifStore excluded from shared root store, StatusChatInput made indepedent from singeton stores 2024-09-11 11:26:30 +02:00
MetricsStore.qml feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
NetworkConnectionStore.qml feat(token mgmt): update main wallet view layout with community assets 2023-11-29 16:13:08 +01:00
PermissionsStore.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
RootStore.qml shared/RootStore: make the SB stub empty 2024-10-02 00:08:20 +02:00
UtilsStore.qml Storybook pages - multiple fixes regarding stores 2024-10-28 23:16:31 +01:00
qmldir feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00