soulsync/webui/src
BoulderBadgeDad 2742f1fa47 Import UI: show per-file rejection reasons in the processing window (#804)
CubeComming had to dig through app.log to learn WHY a file failed ("integrity
check failed: Duration mismatch ..."). The reason was already returned in the
singles/process `errors` array and carried on the queue entry — the window just
showed "Failed" with no detail.

Now each failed file's reason renders under its row (red, left-bordered, with a
title tooltip for the full text). Pure presentation of data already present; no
API change. Vite build clean.
2026-06-07 22:53:47 -07:00
..
app test(webui): share shell bridge test helper 2026-05-23 21:23:33 +03:00
components refactor(webui): move badge into primitives 2026-05-24 21:17:22 +03:00
platform feat(webui): clarify import source metadata 2026-05-24 21:17:22 +03:00
routes Import UI: show per-file rejection reasons in the processing window (#804) 2026-06-07 22:53:47 -07:00
test test(webui): share shell bridge test helper 2026-05-23 21:23:33 +03:00
routeTree.gen.ts feat(webui): migrate import route to React 2026-05-24 21:11:40 +03:00
vite-env.d.ts Initial Vite app scaffolding & issues page impl 2026-05-13 22:24:46 +03:00