Skip to content

feat: optimistic playback UI and tap feedback for track rows #473

feat: optimistic playback UI and tap feedback for track rows

feat: optimistic playback UI and tap feedback for track rows #473

Triggered via push March 19, 2026 16:14
Status Success
Total duration 25m 38s
Artifacts 8

ci.yml

on: push
Backend Lint
32s
Backend Lint
Backend Test (Contract)
2m 7s
Backend Test (Contract)
Backend Test (Core)
1m 9s
Backend Test (Core)
Backend Test (Integration)
56s
Backend Test (Integration)
Frontend Lint
43s
Frontend Lint
Frontend Test
38s
Frontend Test
Migration Lint
17s
Migration Lint
iOS Native AppTests
47s
iOS Native AppTests
Frontend Build
52s
Frontend Build
E2E Tests (Playwright)
5m 31s
E2E Tests (Playwright)
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Migration Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Frontend Lint
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. 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/
Frontend Lint: packages/frontend/src/components/Playlists/DownloadsDetail.tsx#L145
React Hook useCallback has a missing dependency: 'handleRemoveFromDownloads'. Either include it or remove the dependency array
Frontend Lint: packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L395
React Hook useEffect has missing dependencies: 'allTracks', 'currentTrack', 'filters.album', 'filters.artist', 'filters.energyMax', 'filters.energyMin', 'filters.fx', 'filters.fxMax', 'filters.fxMin', 'filters.fy', 'filters.fyMax', 'filters.fyMin', 'filters.genre', 'filters.search', 'filters.valenceMax', 'filters.valenceMin', 'filters.yearFrom', 'filters.yearTo', 'sortField', and 'sortOrder'. Either include them or remove the dependency array
Frontend Lint: packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L276
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Frontend Lint: packages/frontend/src/components/Library/browsers/TrackListBrowser.tsx#L276
React Hook useEffect has missing dependencies: 'loadedPagesRef' and 'virtualizer'. Either include them or remove the dependency array
Frontend Lint: packages/frontend/src/components/Library/browsers/EgoMusicMap/EgoMusicMap.tsx#L355
React Hook useCallback has an unnecessary dependency: 'pan'. Either exclude it or remove the dependency array
Frontend Lint
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Frontend Lint
React Hook useEffect has a missing dependency: 'virtualizer'. Either include it or remove the dependency array
Frontend Lint
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Frontend Lint
React Hook useEffect has a missing dependency: 'virtualizer'. Either include it or remove the dependency array
Frontend Lint: packages/frontend/src/components/AlbumArtwork.tsx#L116
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
iOS Native AppTests
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Frontend Build
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Backend Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Frontend Test
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. 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/
Backend Test (Contract)
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/upload-artifact@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Backend Test (Integration)
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/upload-artifact@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Backend Test (Core)
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/upload-artifact@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Docker Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
E2E Tests (Playwright)
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/upload-artifact@v4, astral-sh/setup-uv@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/

Artifacts

Produced during runtime
Name Size Digest
frontend-dist Expired
711 KB
sha256:a73f5e83d78891bf252d4adebd8f712c0027d4097a94f5e4b581a008d0e16723
frontend-perf-metrics Expired
1.34 KB
sha256:23fa6d4c18815cf186656405b2bce6dfe0d9ab7af3792df89b9e7452c7a2bd7b
ios-test-results Expired
6.88 KB
sha256:825e64cd3905584739b6232a263dc1c36fc00b05b9c1d6c860899002571378f6
playwright-report Expired
234 KB
sha256:afbe78f7e577fa4deb689fc35d28597f8683f3e63a323fb63bb31cb3d76ab0c9
seethroughlab~familiar~VNNQI3.dockerbuild
115 KB
sha256:f3c570364ff334602004d26a5e78b3dea31d95474edcb71db4beddf007134d17
test-results-contract
1.85 KB
sha256:24bbdda89dae75d7a9f67178c88506ddea895f8e9f6c623d9bcdf9ca958cdbf1
test-results-core
9.46 KB
sha256:67ed7f6dd5781cb4089a979a61d93712074559ba71a344cd6e3e625c9cfe1563
test-results-integration
2.18 KB
sha256:4547223e97dc1a76206da1a3113ba8a18d27d174b30a712dbc9af1a1d895fc25