NextExpense/static
cclohmar dcb43b08a0 feat: send receipt images as ZIP attachment with report
- Email now includes both report (CSV/PDF) + ZIP of all receipt images
- ZIP images named {event-name}-{index}.{ext} matching list order
- Uses Go's archive/zip (stdlib, no external deps)
- Sender.SendReport now accepts []*Attachment for multiple files
- Gracefully skips missing image files with warnings
2026-05-30 13:38:23 +00:00
..
css feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00
icons feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00
favicon.svg feat: rebrand to ReceiptNext with 'The Terminal Mint' dark palette 2026-05-30 13:05:58 +00:00
manifest.json feat: rebrand to ReceiptNext with 'The Terminal Mint' dark palette 2026-05-30 13:05:58 +00:00
sw.js feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00