rename: smartkanban → draft, remove alma-kanban references #16
Annotations
10 warnings
|
Frontend:
frontend/src/components/SprintDashboard.tsx#L303
React Hook useEffect has a missing dependency: 'refresh'. Either include it or remove the dependency array
|
|
Frontend:
frontend/src/components/SettingsPanel.tsx#L629
React Hook useEffect has a missing dependency: 'model'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setHealth' needs the current value of 'model'
|
|
Frontend:
frontend/src/components/SettingsPanel.tsx#L84
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend:
frontend/src/components/SettingsPanel.tsx#L71
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend:
frontend/src/components/RepoManager.tsx#L33
React Hook useEffect has missing dependencies: 'currentBoard' and 'loadRepos'. Either include them or remove the dependency array
|
|
Frontend:
frontend/src/components/RepoManager.tsx#L1
Do not use "@ts-nocheck" because it alters compilation errors
|
|
Frontend:
frontend/src/components/ProposedTicketsReview.tsx#L80
'_' is defined but never used
|
|
Frontend:
frontend/src/components/NormalizedConversation/index.tsx#L46
React Hook useEffect has a missing dependency: 'loadLogs'. Either include it or remove the dependency array
|
|
Frontend:
frontend/src/components/NormalizedConversation/ErrorCard.tsx#L10
Unexpected any. Specify a different type
|
|
Frontend:
frontend/src/components/MergeChecklist.tsx#L89
React Hook useEffect has a missing dependency: 'loadChecklist'. Either include it or remove the dependency array
|