fix(desktop): threads waiting on background agents stay active in the taskbar badge #1026
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
7m 3s
Browser Test
4m 17s
Release Smoke
1m 9s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L366
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:366:39: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L346
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:346:34: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L287
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:287:59: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L269
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:269:29: Parameter '_' is declared but never used.
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerNoticeDock.tsx#L30
apps/web/src/components/chat/ComposerNoticeDock.tsx:30:7: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/SubagentTranscript.tsx#L257
apps/web/src/components/chat/SubagentTranscript.tsx:257:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-array-index-key):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L454
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:454:15: Usage of Array index in keys is not allowed
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L350
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:350:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L141
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:141:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/rightPanelLauncherState.test.ts#L35
apps/web/src/components/chat/rightPanelLauncherState.test.ts:35:10: Function 'buildRun' is declared but never used.
|