Enhance CompactChoreCard and MyChores with animated transitions for multi-select and search filter

This commit is contained in:
Mo Tarbin
2025-06-19 02:24:39 -04:00
parent fb8d476c34
commit d8b5e0f5a1
3 changed files with 188 additions and 103 deletions

View File

@@ -384,7 +384,7 @@ const TaskInput = ({ autoFocus, onChoreUpdate, isModalOpen, onClose }) => {
return (
<Modal open={isModalOpen} onClose={handleCloseModal}>
<ModalOverflow>
<ModalDialog size='lg' sx={{ minWidth: '80%' }}>
<ModalDialog size='lg' sx={{ minWidth: '100%' }}>
<Typography level='h4'>Create new task</Typography>
<Chip startDecorator='🚧' variant='soft' color='warning' size='sm'>
Experimental Feature