Skip to content

feat(web): task list in the activity popover sits on a spine #1021

feat(web): task list in the activity popover sits on a spine

feat(web): task list in the activity popover sits on a spine #1021

Triggered via pull request September 3, 2026 05:46
Status Success
Total duration 6m 46s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Build
6m 42s
Format, Lint, Typecheck, Test, Build
Browser Test
3m 50s
Browser Test
Release Smoke
1m 12s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react(exhaustive-effect-dependencies): apps/web/src/components/Sidebar.tsx#L914
apps/web/src/components/Sidebar.tsx:914:7: Found extra effect dependencies
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L92
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:92:7: Calling setState synchronously within an effect can trigger cascading renders
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L54
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:54:5: Calling setState synchronously within an effect can trigger cascading renders
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.
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L712
apps/server/src/cli/config.test.ts:712:13: Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.