Add CSV column selection, subscription filter, invoice diff legend, plan preview - #715
Open
quartune wants to merge 1 commit into
Open
Add CSV column selection, subscription filter, invoice diff legend, plan preview#715quartune wants to merge 1 commit into
quartune wants to merge 1 commit into
Conversation
…legend, plan preview table - PaymentExport: add checklist to select which CSV columns are exported - SubscriptionsClient: add All/Active/Paused/Cancelled status filter buttons - CompareInvoicesView: align highlight color to bg-yellow-100/900 spec and add legend - PlanGeneratorModal: add live installment preview table with running totals Closes Stellar-split#678 Closes Stellar-split#677 Closes Stellar-split#666 Closes Stellar-split#665
|
@quartune 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. |
|
@quartune 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
PaymentExport: add a column-selection checklist for CSV exports (payer address, amount, timestamp, tx hash) with the selected columns reflected in the downloaded header row.SubscriptionsClient: add All/Active/Paused/Cancelled status filter buttons that filter the list client-side, with a distinct active-state style.CompareInvoicesView: align the diff highlight tobg-yellow-100 dark:bg-yellow-900and add a legend explaining the highlight colour.PlanGeneratorModal: add a live-updating installment preview table (number, due date, amount, running total) driven byplanCalculator.Closes #678
Closes #677
Closes #666
Closes #665
Validation performed
npm run lint/tsc/npm testin this environment:npm installfails on a pre-existing, unrelatedpackage.jsonentry (@typescript-eslint/plugin@^6.21.0, which does not exist on the npm registry — likely meant to be@typescript-eslint/eslint-plugin). This is not touched by this PR.