src/components/TaskController.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function PlayStopButton has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function PlayStopButton(props: PlayStopProps) {
  const { date } = useCalendarDate()
  const [tooltipVisible, setTooltipVisible] = useState(false)
  const [timeoutID, setTimeoutID] = useState<number>()
  const available = props.available && isToday(date)
Severity: Major
Found in src/components/TaskController.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status