* replace unused `followers` prop with social proof * Introduce 'minimal' version * Gate social proof one explore page, fix space if no desc * Use smaller avis for minimal --------- Co-authored-by: Eric Bailey <git@esb.lol>
15 lines
477 B
TypeScript
15 lines
477 B
TypeScript
export type Gate =
|
|
// Keep this alphabetic please.
|
|
| 'debug_show_feedcontext'
|
|
| 'explore_page_profile_card_social_proof'
|
|
| 'native_pwi_disabled'
|
|
| 'new_user_guided_tour'
|
|
| 'new_user_progress_guide'
|
|
| 'onboarding_minimum_interests'
|
|
| 'request_notifications_permission_after_onboarding_v2'
|
|
| 'show_avi_follow_button'
|
|
| 'show_follow_back_label_v2'
|
|
| 'suggested_feeds_interstitial'
|
|
| 'suggested_follows_interstitial'
|
|
| 'ungroup_follow_backs'
|
|
| 'videos'
|