Add DELETE /api/exports/{id} endpoint with cascade delete, trash icon
buttons on both the exports list and export detail pages, and disable
browser caching for static files to prevent stale JS issues.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace dark blueprint theme with a clean light theme for better
readability. Bump all font sizes (10px labels to 12px, 13px body
text to 14px) and improve text contrast for users with reading
glasses. Icon colors now use CSS variables instead of hardcoded hex.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add static HTML/CSS/JS frontend with export browser, search, and
file download capabilities served via UseStaticFiles.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>