everything up until Selina's merge

This commit is contained in:
Ava DeCroix
2023-04-30 22:03:57 -04:00
parent 81574ab905
commit b0a484e154

View File

@@ -209,8 +209,6 @@ const submitGoalHandler = evt => {
<Button variant="h2" color="main" onClick={Log}>Log Meals</Button> <Button variant="h2" color="main" onClick={Log}>Log Meals</Button>
<Button variant="h2" color="main" onClick={Progress}>Plan Progress</Button> <Button variant="h2" color="main" onClick={Progress}>Plan Progress</Button>
</Toolbar> </Toolbar>
</AppBar> </AppBar>
@@ -455,6 +453,7 @@ const submitGoalHandler = evt => {
<h3> &nbsp; &nbsp; <h3> &nbsp; &nbsp;
On-Campus On-Campus
</h3> </h3>
<form> <form>
&nbsp; &nbsp; &nbsp; &nbsp;
<FormControl sx={{minWidth:170 }}> <FormControl sx={{minWidth:170 }}>
@@ -486,6 +485,44 @@ const submitGoalHandler = evt => {
Search</Button> Search</Button>
</form> </form>
<TableContainer component={Paper}>
<Table stickyHeader>
<TableHead>
<TableRow>
<TableCell style={{ width: 90 }} align="left">Food</TableCell>
<TableCell style={{ width: 90 }} align="left">Calories</TableCell>
<TableCell style={{ width: 90 }} align="left">Fat&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Saturated Fat&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">TransFat&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Carbs&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Fiber&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Sugar&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Protein&nbsp;(g)</TableCell>
<TableCell style={{ width: 90 }} align="left">Sodium&nbsp;(mg)</TableCell>
<TableCell style={{ width: 90 }} align="left">Potassium&nbsp;(mg)</TableCell>
<TableCell style={{ width: 90 }} align="left">Cholesterol&nbsp;(mg)</TableCell>
</TableRow>
</TableHead>
<TableBody>
<TableRow>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
<TableCell> </TableCell>
</TableRow>
</TableBody>
</Table>
</TableContainer>
<h3> &nbsp; &nbsp; <h3> &nbsp; &nbsp;
Off-Campus Off-Campus
</h3> </h3>