Add interstitials, component tweaks, placeholders

This commit is contained in:
Eric Bailey
2024-06-28 10:25:08 -05:00
parent 1a037d3542
commit 74e076b5e4
7 changed files with 423 additions and 24 deletions
+2
View File
@@ -147,6 +147,7 @@ export type LogEvents = {
| 'ProfileHoverCard'
| 'AvatarButton'
| 'StarterPackProfilesList'
| 'FeedSuggestedFollowsCard'
}
'profile:unfollow': {
logContext:
@@ -160,6 +161,7 @@ export type LogEvents = {
| 'Chat'
| 'AvatarButton'
| 'StarterPackProfilesList'
| 'FeedSuggestedFollowsCard'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'