everything up until Selina's merge
This commit is contained in:
@@ -199,7 +199,7 @@ const submitGoalHandler = evt => {
|
|||||||
<AppBar className='bar' position="static">
|
<AppBar className='bar' position="static">
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
<Button variant="h2" color="main" onClick={Home}sx={{
|
<Button variant="h2" color="main" onClick={Home}sx={{
|
||||||
|
|
||||||
bgcolor: '#053B06', // theme.palette.primary.main
|
bgcolor: '#053B06', // theme.palette.primary.main
|
||||||
color: 'main',
|
color: 'main',
|
||||||
|
|
||||||
@@ -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>
|
<h3>
|
||||||
On-Campus
|
On-Campus
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
|
|
||||||
<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 (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Saturated Fat (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">TransFat (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Carbs (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Fiber (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Sugar (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Protein (g)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Sodium (mg)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Potassium (mg)</TableCell>
|
||||||
|
<TableCell style={{ width: 90 }} align="left">Cholesterol (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>
|
<h3>
|
||||||
Off-Campus
|
Off-Campus
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user