Release 1.90 prep (#4988)

* Stop creating a mod-authority in e2e due to upstream conflict

* Dont require 3 interests when none come back

* Fix e2e login

* intl extract
This commit is contained in:
Paul Frazee 2024-08-23 14:43:21 -07:00 committed by GitHub
parent fc5cc189b5
commit def9dda29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 21373 additions and 13919 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -143,7 +143,8 @@ export function StepInterests() {
track('OnboardingV2:StepInterests:Start')
}, [track])
const isMinimumInterestsEnabled = gate('onboarding_minimum_interests')
const isMinimumInterestsEnabled =
gate('onboarding_minimum_interests') && data?.interests.length !== 0
const meetsMinimumRequirement = isMinimumInterestsEnabled
? interests.length >= MIN_INTERESTS
: true

View file

@ -33,6 +33,7 @@ export function TestCtrls() {
},
'LoginForm',
)
setShowLoggedOut(false)
}
const onPressSignInBob = async () => {
await login(
@ -43,6 +44,7 @@ export function TestCtrls() {
},
'LoginForm',
)
setShowLoggedOut(false)
}
return (
<View style={{position: 'absolute', top: 100, right: 0, zIndex: 100}}>