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>
</Text>
</View>
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
{joinedAllTimeCount} users have joined!
</Text>
{!!joinedAllTimeCount && joinedAllTimeCount >= 50 && (
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
{joinedAllTimeCount} users have joined!
</Text>
)}
{record.description && (
<Text numberOfLines={3}>{record.description}</Text>
)}
@@ -70,6 +70,8 @@ export function StepFeeds() {
onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
containWeb={true}
sideBorders={false}
ListEmptyComponent={
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
<Loader size="lg" />
@@ -59,6 +59,8 @@ export function StepProfiles() {
onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
containWeb={true}
sideBorders={false}
ListEmptyComponent={
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
<Loader size="lg" />