project-nomad/admin/start
eizus 156b1dac8f fix(downloads): add retry button and resource download link for failed downloads
Previously, failed downloads showed only an alert icon and a dismiss (X)
button — the user had no way to retry or reach the resource page without
manually re-adding the download and finding the source URL elsewhere.

This commit adds:
- POST /api/downloads/jobs/:jobId/retry endpoint (controller + service)
- retryDownloadJob() API method on the frontend
- Failed-state UI in ActiveDownloads.tsx now shows:
  - Retry button (re-dispatches the original download job)
  - 'Download page' external link (when the download URL is an HTTP(S) URL)
- Loading state on the retry button while the request is in-flight
- Screenshots documenting before/after UI
2026-07-01 15:39:10 -04:00
..
env.ts feat: gzip compression by default for all registered routes 2026-04-03 14:26:50 -07:00
kernel.ts feat: gzip compression by default for all registered routes 2026-04-03 14:26:50 -07:00
routes.ts fix(downloads): add retry button and resource download link for failed downloads 2026-07-01 15:39:10 -04:00