feat: implement issues #58, #59, #60, #61#156
Merged
levoski1 merged 2 commits intoJun 27, 2026
Conversation
…LBACK#61 WHEELBACK#58 docs: add docs/error-codes.md with all InvoiceError and SettlementError codes, numeric values, trigger conditions, remediation steps, and HTTP status mapping table. WHEELBACK#59 feat: add NetworkSelector component to dashboard header - useNetwork hook with localStorage persistence (comebackhere-network key) - NetworkSelector dropdown (testnet/mainnet) with mainnet warning banner - DashboardLayout header updated to render NetworkSelector alongside theme toggle WHEELBACK#60 feat: add POST /disputes endpoint to comebackhere-backend - disputes.ts route validates claimant_address (Stellar pubkey) and settlement_id - transitions settlement to OnHold and returns dispute_id + status - registered at /disputes in app.ts WHEELBACK#61 feat: add InvoiceSearchFilter component to invoices page - search by invoice ID or merchant Stellar address - filter by InvoiceStatus enum (Pending/Paid/Expired/Cancelled/RefundRequested/Released) - date range picker for created_at filtering - paginated results with configurable page size (10/25/50) - InvoiceStatus and Invoice types added to frontend/src/types/index.ts - InvoicesPage in App.tsx wired up to InvoiceSearchFilter
|
@katefominmoore23 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.
#58 docs: add docs/error-codes.md with all InvoiceError and SettlementError codes, numeric values, trigger conditions, remediation steps, and HTTP status mapping table.
#59 feat: add NetworkSelector component to dashboard header
#60 feat: add POST /disputes endpoint to comebackhere-backend
#61 feat: add InvoiceSearchFilter component to invoices page
Closes #58
Closes #59
Closes #60
Closes #61