Commit Graph

131 Commits

Author SHA1 Message Date
Jan Václavík
f457d05f32 fix(suite): Fix event usage names 2026-02-09 13:27:07 +01:00
Jan Václavík
2aa97ca9dd refactor(suite): Refactor analytics events consts according to event names 2026-02-09 13:27:07 +01:00
Jaroslav Hrách
8840e5e13f feat(suite): Earn modals refactoring 2026-02-06 20:06:41 +01:00
Pavlo Syrotyna
206ecc24b9 feat(suite): cardano delegate change 2026-02-06 18:12:12 +01:00
Jan Václavík
efd00bdeba refactor(suite): Sort consts in analytics 2026-02-06 10:05:38 +01:00
Jan Václavík
c82e6656c8 refactor(suite): Rename analytics typing functions
# Conflicts:
#	suite-native/analytics-redux/src/analyticsThunks.ts
2026-02-05 23:42:05 +01:00
Jan Václavík
e210c144c6 refactor(suite): Sort imports and clean some mess 2026-02-05 13:54:51 +01:00
Jan Václavík
8683d6a8b8 fix(suite): Move settingsGeneralLabelingEvent to shared 2026-02-05 09:06:20 +01:00
Jan Václavík
e81194535a refactor(suite-native): remove legacy analytics and update to new analytics service across multiple components 2026-02-05 09:06:20 +01:00
Jan Václavík
42415ff332 refactor(suite): Delete types.ts from @suite/analytics 2026-02-03 08:49:06 +01:00
Jan Václavík
4752df08f9 refactor(suite): Migrate settingsGeneralAddressDisplayTypeEvent 2026-02-03 08:49:06 +01:00
Jan Václavík
0ae634ea96 refactor(suite): Migrate settingsDeviceChangeBrightnessEvent 2026-02-03 08:49:06 +01:00
Jan Václavík
d5cc51e305 refactor(suite): Migrate settingsDeviceChangeHapticFeedbackEvent 2026-02-03 08:49:06 +01:00
Jan Václavík
dbd030feb8 refactor(suite): Migrate settingsDeviceChangeThpAutoconnectEvent 2026-02-03 08:49:06 +01:00
Jan Václavík
7d46cfd2c1 refactor(suite): Migrate tradingCompareOffersEvent.ts 2026-02-03 08:49:06 +01:00
Jan Václavík
f693b35d6e refactor(suite): Migrate removeTokenEvent 2026-02-03 08:49:06 +01:00
Jan Václavík
b887de32eb refactor(suite): Delete DashboardActions event 2026-02-03 08:49:06 +01:00
Matěj Husák
8a2db5fac3 fix(suite): send missing-provider instead of closed event 2026-02-02 17:42:57 +01:00
Jan Václavík
9e124fe16a fix(suite): Fix tests 2026-02-02 09:11:52 +01:00
Jan Václavík
3d19565644 fix(suite): Fix settingsGeneralAutoEjectEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
8ed4902f82 refactor(suite): Migrate settingsGeneralNetworkReserveEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
7a1d35542e refactor(suite): Migrate settingsAnalyticsEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
96278777fe fix(suite): Delete unused event ViewOnlyPromo 2026-02-02 09:11:52 +01:00
Jan Václavík
285c26d878 fix(suite): Delete dashboardReceiveModalOptionsEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
553fa89f03 fix(suite): Delete dashboardSendModalOptionsEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
8d4412aeef refactor(suite): Migrate transportTypeEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
bbc1e9b1a8 refactor(suite): Migrate settingsGeneralChangeLanguageEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
1adb383476 refactor(suite): Migrate settingsGeneralChangeFiatEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
83971f71fb refactor(suite): Migrate settingsDeviceChangePassphraseProtectionEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
4b722714bc refactor(suite): Migrate settingsDeviceChangeOrientationEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
1a0a9431e7 refactor(suite): Migrate sendRawTransactionEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
1e39eda702 refactor(suite): Migrate menuToggleDiscreetEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
5706425819 refactor(suite): Migrate accountsNewAccountEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
88fcfb7d63 refactor(suite): Migrate deviceDisconnectEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
273981ae0a refactor(suite): Migrate addTokenEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
201fab59f1 refactor(suite): Migrate settingsGeneralBioAuthEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
134dbf54c2 refactor(suite): Migrate tradingReceivedQuotesEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
770e8a2660 refactor(suite): Migrate settingsGeneralMevProtectionEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
c6546a8fcc refactor(suite): Migrate selectWalletTypeEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
eb85e11d13 refactor(suite): Migrate settingsDeviceUpdateAutoLockEvent 2026-02-02 09:11:52 +01:00
Jan Václavík
4119e33c91 refactor(analytics): Replace legacy analytics with typed analytics in GuideNode component
- Updated GuideNode to use new analytics reporting structure.
- Removed legacy analytics references and integrated typed analytics for GuideNodeNavigation events.
- Added guideNodeNavigationEvent export in analytics events index.
2026-02-02 09:11:52 +01:00
Jan Václavík
88719562d1 refactor(analytics): Implement guideFeedbackSubmitEvent and update Feedback component to use new analytics structure 2026-02-02 09:11:52 +01:00
Jan Václavík
4687a9bb55 refactor(analytics): Implement guideFeedbackSubmitEvent and update Feedback component to use new analytics structure 2026-02-02 09:11:52 +01:00
Jan Václavík
804309e6ca refactor(analytics): Replace legacy analytics with new reporting structure in Guide components 2026-02-02 09:11:52 +01:00
Jan Václavík
60c2412b54 refactor(analytics): Introduce guideTooltipLinkNavigationEvent and update analytics reporting in useGuideOpenNode hook 2026-02-02 09:11:52 +01:00
Jan Václavík
00eb777bbc refactor(suite): Replace legacy analytics with new reporting structure in Early Access components 2026-02-02 09:11:52 +01:00
Jan Václavík
8a8de4077b refactor(suite): Update theme analytics to use new reporting structure and remove legacy event types 2026-02-02 09:11:52 +01:00
Jan Václavík
96590abc8d refactor(analytics): Update SuiteReady event handling and types
- Replaced legacy analytics reporting with updated typed analytics in analyticsMiddleware.
- Refactored getSuiteReadyPayload to return the new SuiteReadyPayload type.
- Introduced a new suiteReadyEvent definition with detailed attributes for analytics.
- Removed deprecated SuiteAnalyticsEventSuiteReady type from types.ts.
2026-01-30 17:06:03 +01:00
Jan Václavík
a5552953af fix(suite): Fix test 2026-01-30 14:20:56 +01:00
Jan Václavík
07dfd766cb refactor(suite): Update desktop update actions and UI to use new analytics reporting structure 2026-01-30 14:20:56 +01:00