soulsync/webui/src/routes
BoulderBadgeDad 7956aaac9e Fix #772: manual import progress bar stuck at 0 / 'Failed' on slow imports
Per-track import does heavy synchronous server-side enrichment (metadata,
art, lyrics) that can take 60-90s/track, far longer when external sources
are degraded. The React apiClient (ky) had no timeout, so ky's default 10s
aborted the import-process request client-side even though the server
completed the import (200) and moved the files. The import loop then counted
the aborted call as an error, so the bar stayed at 0 and flipped to 'Failed'
while files imported fine.

Give the two import-process calls (album/process, singles/process) an
explicit 5-min timeout. Scoped to import only -- every other endpoint keeps
the 10s default; bounded, not disabled. Server behavior unchanged.

Adds a test asserting both calls pass the long timeout.
2026-06-02 16:02:26 -07:00
..
artist-detail test(webui): share shell bridge test helper 2026-05-23 21:23:33 +03:00
import Fix #772: manual import progress bar stuck at 0 / 'Failed' on slow imports 2026-06-02 16:02:26 -07:00
issues refactor(issues): use Link to open/close issues 2026-05-24 18:16:18 +03:00
stats refactor(webui): link stats artist chips 2026-05-24 17:05:58 +03:00
$.tsx Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00
__root.tsx feat(webui): expose shell status in root context 2026-05-23 21:23:32 +03:00
index.tsx Promote shell context to the root route 2026-05-13 22:26:25 +03:00