Skip to content

Improve loading skeletons and preserve active turn status (#149) #791

Improve loading skeletons and preserve active turn status (#149)

Improve loading skeletons and preserve active turn status (#149) #791

Triggered via push August 12, 2026 14:17
Status Success
Total duration 9m 37s
Artifacts

ci.yml

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

Annotations

10 warnings
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L710
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
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.