Merge branch 'master' into yourPlan
This commit is contained in:
@@ -13,6 +13,15 @@ position:fixed;
|
||||
margin-right:20vw;
|
||||
}
|
||||
|
||||
.logbox2 {
|
||||
background-color: rgba(255, 255, 255, 0.33);
|
||||
padding: 10px;
|
||||
margin-top:2vh;
|
||||
margin-bottom:2vh;
|
||||
margin-left:20vw;
|
||||
margin-right:20vw;
|
||||
}
|
||||
|
||||
.formbox {
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
margin:10px;
|
||||
|
||||
@@ -103,7 +103,7 @@ const login = () => {
|
||||
title="Logo"
|
||||
sx={{ width: 300, height:100}}
|
||||
alt="logo"
|
||||
|
||||
|
||||
/>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
@@ -68,9 +68,6 @@ const getMenu = () => {
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return(
|
||||
|
||||
|
||||
@@ -96,6 +93,7 @@ return(
|
||||
</AppBar>
|
||||
|
||||
<Button onClick={getMenu}>Test get menu</Button>
|
||||
|
||||
</ThemeProvider>
|
||||
)
|
||||
|
||||
|
||||
@@ -73,6 +73,7 @@ const menuExpansion = () => {
|
||||
|
||||
const setMoma = () => {
|
||||
ReactSession.set("eatery", 7);
|
||||
|
||||
menuExpansion();
|
||||
}
|
||||
|
||||
@@ -96,10 +97,7 @@ const menuExpansion = () => {
|
||||
menuExpansion();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return (
|
||||
|
||||
<ThemeProvider theme={theme}>
|
||||
|
||||
@@ -194,10 +194,9 @@ const submitSearchHandler = evt => {
|
||||
console.log(response.status);
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
<div>
|
||||
<AppBar position="static">
|
||||
<Toolbar variant="dense">
|
||||
@@ -399,46 +398,6 @@ const submitSearchHandler = evt => {
|
||||
</Table>
|
||||
</TableContainer>
|
||||
|
||||
<h3>
|
||||
|
||||
Weekly Totals
|
||||
</h3>
|
||||
|
||||
<TableContainer component={Paper}>
|
||||
<Table sx={{ maxWidth: 1200 }}>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCell align="left">Calories</TableCell>
|
||||
<TableCell align="left">Fat (g)</TableCell>
|
||||
<TableCell align="left">Saturated Fat (g)</TableCell>
|
||||
<TableCell align="left">TransFat (g)</TableCell>
|
||||
<TableCell align="left">Carbs (g)</TableCell>
|
||||
<TableCell align="left">Fiber (g)</TableCell>
|
||||
<TableCell align="left">Sugar (g)</TableCell>
|
||||
<TableCell align="left">Protein (g)</TableCell>
|
||||
<TableCell align="left">Sodium (mg)</TableCell>
|
||||
<TableCell align="left">Potassium (mg)</TableCell>
|
||||
<TableCell 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>
|
||||
</TableRow>
|
||||
</TableBody>
|
||||
</Table>
|
||||
</TableContainer>
|
||||
|
||||
<br></br>
|
||||
<Stack direction="row" spacing={2}>
|
||||
|
||||
@@ -641,6 +600,7 @@ const submitSearchHandler = evt => {
|
||||
Submit</Button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</ThemeProvider>
|
||||
|
||||
);
|
||||
|
||||
BIN
db_app/src/components/images/logo.png
Normal file
BIN
db_app/src/components/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user