Skip to content

Add cross-platform source control tool maintenance (#156) #818

Add cross-platform source control tool maintenance (#156)

Add cross-platform source control tool maintenance (#156) #818

Triggered via push August 14, 2026 14:34
Status Success
Total duration 9m 32s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
9m 27s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
53s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L962
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L872
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L828
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L825
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L822
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L907
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L870
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L853
Do not define components during render.
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.