Skip to content

docs: record the page walk — what it found and why greps could not (#… #583

docs: record the page walk — what it found and why greps could not (#…

docs: record the page walk — what it found and why greps could not (#… #583

Triggered via push August 26, 2026 21:41
Status Success
Total duration 10m 19s
Artifacts
revampit.orangecat.ch
9m 47s
revampit.orangecat.ch
Read-only prod smoke
24s
Read-only prod smoke
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
revampit.orangecat.ch: src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 914) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
revampit.orangecat.ch: src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 799) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
revampit.orangecat.ch: src/components/auth/LoginForm.tsx#L83
Do not use `window.location.assign()` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
revampit.orangecat.ch: src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L82
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination