Skip to content

fix(web): show provider icons for active and completed sidebar statuses #5626

fix(web): show provider icons for active and completed sidebar statuses

fix(web): show provider icons for active and completed sidebar statuses #5626

Triggered via pull request April 16, 2026 09:32
Status Success
Total duration 5m 6s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
4m 54s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
44s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2965
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2830
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2767
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2740
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1548
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1540
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
eslint-plugin-unicorn(prefer-array-find): apps/web/src/session-logic.ts#L356
Prefer `find` over filtering and accessing the first result.