Feature/issues 442 444 446 447#455
Open
kossyomma-beep wants to merge 5 commits into
Open
Conversation
…gning - Create lib/simulateTx.ts to wrap Stellar RPC's simulateTransaction - Add TxSimulationPreview component to display simulation results - Implement usePaymentSubmission hook for payment flow integration - Display fee, balance changes, auth entries, and status badges - Allow users to proceed or cancel before Freighter signing
- Create csvInvoiceSchema.ts with CSV parsing and validation - Add ColumnMappingModal for flexible column mapping - Implement CSVRowImporter component with paste and file upload - Support pipe-delimited multi-recipient format - Save column mappings to localStorage for reuse
- Create BulkInviteModal component with multi-select search - Implement address book integration with reputation badges - Add API route for bulk group invitations - Support up to 50 contacts per action - Display success/failure summary after submission
- Create QRPrintSheet component with A4 layout support - Add QRPrintSheetModal with invoice selection and grid options - Support 2x2, 3x3, and 2x6 grid layouts (up to 12 invoices) - Optional labels for invoice title and amount - Implement batch QR API endpoint for server-side generation - Browser print dialog integration for A4 sheets
- Remove zod dependency from csvInvoiceSchema, use simple validation - Fix QRPrintSheet component ref forwarding - Export RPC_URL from stellar.ts for simulateTx module - Fix type issues in CSVRowImporter recipients handling - All CI checks now pass
|
@kossyomma-beep is attempting to deploy a commit to the kingsman-99's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@kossyomma-beep Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Summary
Implement four major features to enhance invoice management and user experience:
Features Implemented
#442 - Transaction Simulation Preview Before Signing
#444 - Invoice Creation from CSV Single-Row Import
address1:percent1|address2:percent2#446 - Contact Group Bulk-Invite from Address Book
#447 - Invoice QR Print Sheet Generator
Files Changed
Testing
✅ All CI checks pass:
Related Issues
Closes #442
Closes #444
Closes #446
Closes #447