From 4c6e2440695ec4c1262e90a3729433f233b7d207 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 10 Aug 2026 00:53:40 -0400 Subject: [PATCH] fix: clean up unused imports and simplify component structure in AddTaskModal --- src/views/components/AddTaskModal.jsx | 15 +++++---------- src/views/components/AdvancedOptionsSection.jsx | 1 - 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/views/components/AddTaskModal.jsx b/src/views/components/AddTaskModal.jsx index 29c3de2..255fb7d 100644 --- a/src/views/components/AddTaskModal.jsx +++ b/src/views/components/AddTaskModal.jsx @@ -38,7 +38,6 @@ import { } from './CustomParsers' import DueDatePickerField from './DueDatePickerField' import LabelsPickerField from './LabelsPickerField' -import LearnMoreButton from './LearnMore' import NotificationPickerField from './NotificationPickerField' import PriorityPickerField from './PriorityPickerField' import RepeatPickerField from './RepeatPickerField' @@ -1183,8 +1182,8 @@ const TaskInput = ({ initialMode, isModalOpen, onChoreUpdate, onClose }) => { > {!showScan && !showVoice && ( <> - - + {/* { } /> - + */} { }} > - - Description - + Description )} {!hasSubTasks && ( @@ -1421,9 +1418,7 @@ const TaskInput = ({ initialMode, isModalOpen, onChoreUpdate, onClose }) => { }} > - - Subtasks - + Subtasks )}