- Add "Delete" button to reports list table (reports.html): clicking
shows a confirmation dialog then calls the existing DELETE API.
On success, the row is removed from the table without a page reload.
Domain filter dropdown is pruned if the domain has no remaining reports.
- Add "Delete Report" button to report detail page (report_detail.html):
clicking shows a confirmation dialog then calls the DELETE API.
On success, redirects to /reports.
The backend DELETE endpoint and re-upload-after-delete (deduplication
exemption) were already in place and covered by existing tests.
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/d6c0078b-9338-49f0-87bd-32238fbde237
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
- Implemented domain management page with a list of monitored domains and their DMARC, SPF, and DKIM statuses.
- Created reports page with filtering options for domain, report type, and date range, displaying DMARC reports.
- Developed settings page for IMAP configuration and DMARC policy management, including form validation and feedback.
- Added upload page for DMARC report files with drag-and-drop functionality and file type validation.
- Integrated Alpine.js for interactivity and dynamic data handling across all templates.