Skip to content

refactor(ui): adopt <Card> on public surfaces (SSOT) + add <Eyebrow> #447

refactor(ui): adopt <Card> on public surfaces (SSOT) + add <Eyebrow>

refactor(ui): adopt <Card> on public surfaces (SSOT) + add <Eyebrow> #447

Triggered via push July 29, 2026 08:21
Status Success
Total duration 7m 14s
Artifacts
revampit.orangecat.ch
6m 36s
revampit.orangecat.ch
Read-only prod smoke
19s
Read-only prod smoke
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
revampit.orangecat.ch
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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/admin/PermissionRequestsManager.tsx#L59
React Hook useEffect has a missing dependency: 'fetchRequests'. Either include it or remove the dependency array