|
|
@ -294,21 +294,21 @@ const TaskListPage: React.FC = () => { |
|
|
|
</List> |
|
|
|
</List> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* 新規材料作成ボタン - 画面下部に固定表示 */} |
|
|
|
{/* 新規材料作成ボタン - 画面下部に固定表示 */} |
|
|
|
<Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '20%', transform: 'translateX(-50%)' }}> |
|
|
|
<Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}> |
|
|
|
<Typography variant="caption" color="textSecondary"> |
|
|
|
<Typography variant="caption" color="textSecondary"> |
|
|
|
材料のみ追加 |
|
|
|
材料の追加 |
|
|
|
</Typography> |
|
|
|
</Typography> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
<Fab |
|
|
|
<Fab |
|
|
|
color="primary" |
|
|
|
color="primary" |
|
|
|
sx={{ position: 'fixed', bottom: 90, left: '20%', transform: 'translateX(-50%)' }} |
|
|
|
sx={{ position: 'fixed', bottom: 90, left: '80%', transform: 'translateX(-50%)' }} |
|
|
|
onClick={() => setOpenAddToBuyDialog(true)} |
|
|
|
onClick={() => setOpenAddToBuyDialog(true)} |
|
|
|
> |
|
|
|
> |
|
|
|
<AddIcon /> |
|
|
|
<AddIcon /> |
|
|
|
</Fab> |
|
|
|
</Fab> |
|
|
|
|
|
|
|
|
|
|
|
{/*新規料理追加ボタン - 画面下部に固定表示 */} |
|
|
|
{/*新規料理追加ボタン - 画面下部に固定表示 */} |
|
|
|
<Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}> |
|
|
|
{/* <Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}> |
|
|
|
<Typography variant="caption" color="textSecondary"> |
|
|
|
<Typography variant="caption" color="textSecondary"> |
|
|
|
料理から追加 |
|
|
|
料理から追加 |
|
|
|
</Typography> |
|
|
|
</Typography> |
|
|
@ -323,7 +323,7 @@ const TaskListPage: React.FC = () => { |
|
|
|
//selected={isSelected('/test')}
|
|
|
|
//selected={isSelected('/test')}
|
|
|
|
> |
|
|
|
> |
|
|
|
<SoupKitchenIcon /> |
|
|
|
<SoupKitchenIcon /> |
|
|
|
</Fab> |
|
|
|
</Fab> */} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/* 買うものリストへの材料追加ダイアログ */} |
|
|
|
{/* 買うものリストへの材料追加ダイアログ */} |
|
|
|