- Add `multiple` attribute to file input so users can select/drop
multiple DMARC report files at once
- Remove the manual "Upload Report" button; files start uploading
automatically as soon as they are dropped or selected
- Show a per-file queue with status icons: pending (clock), uploading
(spinner), success (checkmark), error (×) plus a result message
- Sequential upload via a while-loop that processes each pending entry
one at a time; newly-dropped files during an active upload are
picked up automatically on the next iteration
- "Clear all" button removes completed/failed files while keeping any
in-flight upload untouched; individual files can be removed too
- Summary alert after the full batch completes: all-success,
all-error, or mixed
- Use lastIndexOf for robust file-extension extraction
- Updated card description to reflect automatic multi-file upload
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/d6fb5b08-e55f-4f96-ac9b-3e4b69b3945c
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.