Skip to content

feat(i18n): enhance i18n support across UI components #131

feat(i18n): enhance i18n support across UI components

feat(i18n): enhance i18n support across UI components #131

Triggered via push August 21, 2025 23:24
Status Failure
Total duration 50s
Artifacts

ci.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
lint (22.x)
Process completed with exit code 1.
lint (22.x): frontend/src/components/common/FilePickerDropdown.tsx#L20
'currentPath' is defined but never used. Allowed unused args must match /^_/u
lint (22.x): frontend/src/hooks/useProcessManager.ts#L73
React Hook useEffect has a missing dependency: 'fetchProcessStatuses'. Either include it or remove the dependency array
lint (22.x): frontend/src/hooks/useFileSystemNavigation.ts#L153
React Hook useEffect has missing dependencies: 'state.currentPath' and 'state.entries.length'. Either include them or remove the dependency array
lint (22.x): frontend/src/components/common/MentionInput.tsx#L272
React Hook useCallback has a missing dependency: 'addMentionToInput'. Either include it or remove the dependency array