Improve the language behaviors around the PWI (#3545)

* Handle leftnav overflow with longer languages' copy

* Update the language dropdown to set ALL language prefs

* Add hackfix to language cachebusting on PWI

* Reset feeds on language change
This commit is contained in:
Paul Frazee 2024-04-13 19:49:52 -07:00 committed by GitHub
parent 23056daa29
commit 0b43d728e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 111 additions and 14 deletions

View file

@ -48,7 +48,13 @@ let NavSignupCard = ({}: {}): React.ReactNode => {
</Text>
</View>
<View style={{flexDirection: 'row', paddingTop: 12, gap: 8}}>
<View
style={{
flexDirection: 'row',
flexWrap: 'wrap',
paddingTop: 12,
gap: 8,
}}>
<Button
onPress={showCreateAccount}
accessibilityHint={_(msg`Sign up`)}