Skip to content

fix(OUT-2082): only update lastActivityLog time when log is created #4738

fix(OUT-2082): only update lastActivityLog time when log is created

fix(OUT-2082): only update lastActivityLog time when log is created #4738

Triggered via push July 28, 2025 10:04
Status Success
Total duration 2m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run linters: src/components/cards/ReplyCard.tsx#L114
React Hook useEffect has a missing dependency: 'handleEdit'. Either include it or remove the dependency array
Run linters: src/components/cards/CommentCard.tsx#L193
React Hook useEffect has missing dependencies: 'deletedReplies', 'expandedComments', and 'fetchCommentsWithFullReplies'. Either include them or remove the dependency array
Run linters: src/components/cards/CommentCard.tsx#L155
React Hook useEffect has a missing dependency: 'handleEdit'. Either include it or remove the dependency array
Run linters: src/components/cards/ClientTaskCard.tsx#L41
React Hook useEffect has a missing dependency: 'task.assigneeId'. Either include it or remove the dependency array
Run linters: src/app/ui/TaskBoard.tsx#L108
React Hook useEffect has a missing dependency: 'hasInitialized'. Either include it or remove the dependency array
Run linters: src/app/ui/TaskBoard.tsx#L70
React Hook useCallback has missing dependencies: 'mode' and 'previewMode'. Either include them or remove the dependency array
Run linters: src/app/ui/NewTaskForm.tsx#L86
React Hook useEffect has missing dependencies: 'assigneeValue' and 'filterOptions'. Either include them or remove the dependency array
Run linters: src/app/detail/ui/ActivityWrapper.tsx#L79
React Hook useEffect has missing dependencies: 'cacheKey', 'debounceMutate', 'lastUpdated', and 'task'. Either include them or remove the dependency array
Run linters: src/app/detail/ui/ActivityLog.tsx#L75
React Hook useMemo has a missing dependency: 'getLogEntities'. Either include it or remove the dependency array
Run linters: src/app/detail/ui/ActivityLog.tsx#L70
React Hook useCallback has a missing dependency: 'log.details'. Either include it or remove the dependency array