web adjustments

This commit is contained in:
Hailey
2024-06-07 12:02:13 -07:00
parent 3a78c20616
commit 8a1b22d5d6
3 changed files with 9 additions and 3 deletions
@@ -63,9 +63,11 @@ export function StarterPackCard({
</Trans> </Trans>
</Text> </Text>
</View> </View>
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}> {!!joinedAllTimeCount && joinedAllTimeCount >= 50 && (
{joinedAllTimeCount} users have joined! <Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
</Text> {joinedAllTimeCount} users have joined!
</Text>
)}
{record.description && ( {record.description && (
<Text numberOfLines={3}>{record.description}</Text> <Text numberOfLines={3}>{record.description}</Text>
)} )}
@@ -70,6 +70,8 @@ export function StepFeeds() {
onEndReached={!query ? () => fetchNextPage() : undefined} onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2} onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />} renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
containWeb={true}
sideBorders={false}
ListEmptyComponent={ ListEmptyComponent={
<View style={[a.flex_1, a.align_center, a.mt_lg]}> <View style={[a.flex_1, a.align_center, a.mt_lg]}>
<Loader size="lg" /> <Loader size="lg" />
@@ -59,6 +59,8 @@ export function StepProfiles() {
onEndReached={!query ? () => fetchNextPage() : undefined} onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2} onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />} renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
containWeb={true}
sideBorders={false}
ListEmptyComponent={ ListEmptyComponent={
<View style={[a.flex_1, a.align_center, a.mt_lg]}> <View style={[a.flex_1, a.align_center, a.mt_lg]}>
<Loader size="lg" /> <Loader size="lg" />