project-nomad/admin/inertia
Chris Sherwood 023e3f30af fix(downloads): allow users to dismiss failed downloads
Failed download jobs persist in BullMQ forever with no way to clear
them, leaving stale error notifications in Content Explorer and Easy
Setup. Adds a dismiss button (X) on failed download cards that removes
the job from the queue via a new DELETE endpoint.

- Backend: DELETE /api/downloads/jobs/:jobId endpoint
- Frontend: X button on failed download cards with immediate refresh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 11:46:10 -07:00
..
app feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
components fix(downloads): allow users to dismiss failed downloads 2026-03-20 11:46:10 -07:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
hooks feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
layouts feat(UI): add Support the Project settings page 2026-03-20 11:46:10 -07:00
lib fix(downloads): allow users to dismiss failed downloads 2026-03-20 11:46:10 -07:00
pages fix(UI): hide 'Start here!' badge after Easy Setup is completed 2026-03-20 11:46:10 -07:00
providers feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00