From 720987197d0707c615f38c7e916ce4842d303a7e Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 16 Aug 2025 01:41:54 -0400 Subject: [PATCH] Refactor ChoreEdit component: reorganize sections, enhance UI elements, and improve task assignment features --- src/views/ChoreEdit/ChoreEdit.jsx | 1157 +++++++++++++++-------------- 1 file changed, 601 insertions(+), 556 deletions(-) diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index 4241210..4349e70 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -1,4 +1,4 @@ -import { Add } from '@mui/icons-material' +import { Add, HorizontalRule } from '@mui/icons-material' import { Box, Button, @@ -409,220 +409,398 @@ const ChoreEdit = () => { } return ( - {/* - Edit Chore - */} - - - Name : - What is the name of this chore? - setName(e.target.value)} /> - {errors.name} - - - - - Additional Details : - What is this task about? - {/*