Add Discover interstitial, settings, includes pin for now

This commit is contained in:
Eric Bailey
2025-01-17 15:27:52 -06:00
parent a6a81bf0a8
commit e83f962b82
7 changed files with 304 additions and 33 deletions
+9
View File
@@ -249,6 +249,15 @@ export type LogEvents = {
'recommendedTopic:click': {
context: 'explore'
}
'trendingVideos:show': {
context: 'settings'
}
'trendingVideos:hide': {
context: 'settings' | 'interstitial' | 'explore'
}
'trendingVideo:click': {
context: 'interstitial' | 'explore'
}
'progressGuide:hide': {}
'progressGuide:followDialog:open': {}