frontend: draft sleep & energy cards
Parents:
b9cd59b1 file(s) changed
- frontend/app/(tabs)/new/index.tsx +11 -0
frontend/app/(tabs)/new/index.tsx
@@ -72,6 +72,17 @@ />
72 72 </Col>
73 73 </Card>
74 74 </Section>
75 +
76 + {/* TODO: Check whether we gonna have to generate these on demand */}
77 + <Section>
78 + <Grid gap={4}>
79 + <Card style={{minHeight: 150, backgroundColor: 'powderblue'}}>
80 + </Card>
81 +
82 + <Card style={{minHeight: 150, backgroundColor: 'tomato'}}>
83 + </Card>
84 + </Grid>
85 + </Section>
75 86 </ThemedView>
76 87 </ScreenLayout>
77 88 )