feat: per-recipient payment history panel (#519) and bulk tag assignm… - #552
Open
ahmadrabiumustapha wants to merge 1 commit into
Open
Conversation
…k tag assignment (Stellar-split#518) Issue Stellar-split#519 - Per-Invoice Recipient Split History Panel: - Add GET /api/invoices/[id]/recipients/[recipientId]/history route querying Horizon payment ops filtered to recipient address - Add RecipientPaymentHistory component (lazy fetch, empty state, TxHash + RelativeTime per entry, cursor-based pagination) - Add RecipientDetailRow export to RecipientRow with chevron toggle that expands inline history panel - Update RecipientPayoutTracker to use RecipientDetailRow Issue Stellar-split#518 - Batch Tag Assignment from Invoice List View: - Update PATCH /api/invoices/bulk to accept { ids, addTags } body for additive tag merging (existing tags preserved) - Add BulkTagModal with TagInput autocomplete, optimistic update, rollback on failure, error toast callback - Update BulkActionToolbar to open BulkTagModal on Tag click with onTagApplied/onTagRollback/onError props for SWR integration Tests: 25 new tests (10 RecipientPaymentHistory + 15 BulkTagModal) Lint: ESLint passes cleanly on all modified files
|
@ahmadrabiumustapha 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. |
|
@ahmadrabiumustapha 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.
…ent (#518)
Issue #519 - Per-Invoice Recipient Split History Panel:
Issue #518 - Batch Tag Assignment from Invoice List View:
Tests: 25 new tests (10 RecipientPaymentHistory + 15 BulkTagModal)
Lint: ESLint passes cleanly on all modified files
closes #518
closes #519