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:
parent
23056daa29
commit
0b43d728e4
6 changed files with 111 additions and 14 deletions
|
@ -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`)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue