Skip to content

docs: refresh screenshots to reflect current UI #616

docs: refresh screenshots to reflect current UI

docs: refresh screenshots to reflect current UI #616

Triggered via push January 22, 2026 07:53
Status Success
Total duration 1m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint: src/features/threads/hooks/useThreads.ts#L1001
React Hook useMemo has a duplicate dependency: 'handleTerminalInteraction'. Either omit it or remove the dependency array
lint: src/features/messages/components/Messages.tsx#L807
The 'isNearBottom' function makes the dependencies of useCallback Hook (at line 828) change on every render. To fix this, wrap the definition of 'isNearBottom' in its own useCallback() Hook