Skip to content

feat: cleanup flyout showing soft-deleted items before purge #46

feat: cleanup flyout showing soft-deleted items before purge

feat: cleanup flyout showing soft-deleted items before purge #46

Triggered via push April 5, 2026 19:53
Status Success
Total duration 31s
Artifacts

ci.yml

on: push
Build & Test Backend
27s
Build & Test Backend
Build Frontend
27s
Build Frontend
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Build Frontend: client/src/hooks/useUpload.ts#L61
Unexpected any. Specify a different type
Build Frontend: client/src/hooks/useUpload.ts#L51
Unexpected any. Specify a different type
Build Frontend: client/src/hooks/useUpload.ts#L25
Unexpected any. Specify a different type
Build Frontend: client/src/hooks/useTrackedTask.ts#L15
Unexpected any. Specify a different type
Build Frontend: client/src/hooks/useSignalR.ts#L15
'_update' is defined but never used
Build Frontend: client/src/components/media/MediaViewer.tsx#L57
Unexpected any. Specify a different type
Build Frontend: client/src/components/media/MediaGrid.tsx#L70
Expected an assignment or function call and instead saw an expression
Build Frontend: client/src/api/mediaApi.ts#L90
Unexpected any. Specify a different type
Build Frontend: client/src/api/mediaApi.ts#L89
Unexpected any. Specify a different type
Build Frontend: client/src/api/familyApi.ts#L71
Unexpected any. Specify a different type
Build & Test Backend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Frontend: client/src/pages/FamilyMediaPage.tsx#L43
The 'items' logical expression could make the dependencies of useMemo Hook (at line 44) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'items' in its own useMemo() Hook
Build Frontend: client/src/hooks/useUpload.ts#L224
React Hook useCallback has a missing dependency: 'uploadFile'. Either include it or remove the dependency array
Build Frontend: client/src/hooks/useUpload.ts#L216
React Hook useCallback has missing dependencies: 'onComplete' and 'uploadFile'. Either include them or remove the dependency array. If 'onComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build Frontend: client/src/hooks/useUpload.ts#L210
React Hook useCallback has missing dependencies: 'onComplete' and 'uploadFile'. Either include them or remove the dependency array. If 'onComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback