feat: invoice list page — filters, sort, CSV export, detail sheet#126
Merged
0xdevcollins merged 2 commits intomainfrom Apr 4, 2026
Merged
feat: invoice list page — filters, sort, CSV export, detail sheet#1260xdevcollins merged 2 commits intomainfrom
0xdevcollins merged 2 commits intomainfrom
Conversation
…eet (issue #69) - Add InvoiceDetailSheet — slide-in panel showing line items, totals, customer info, and quick actions (Send, Download PDF, Copy Link, Cancel) - Update InvoicesTable — sortable Amount/Status/Due Date columns, row click to open detail sheet, Cancel and Copy Link dropdown actions - Update invoices page — date range filter, currency filter, clear-filters button, sort state wired to API, Export CSV, and all new action handlers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Resend cannot fetch Cloudinary raw resource URLs because they require auth. markSent now generates the PDF buffer directly, uploads to Cloudinary for storage/download, and passes the buffer as base64 content to sendInvoice. Also improves processor logging to show Resend email ID on delivery. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #69
Summary
.csv, all new action handlers wired end-to-endAlso includes a bug fix for issue #66 (email PDF attachment was a Cloudinary URL that Resend could not fetch — switched to base64 content).
Acceptance criteria
Test plan
🤖 Generated with Claude Code