fix(billing): replace placeholder with actionable billing sections#6516
Open
soongyintong wants to merge 4 commits into
Open
fix(billing): replace placeholder with actionable billing sections#6516soongyintong wants to merge 4 commits into
soongyintong wants to merge 4 commits into
Conversation
…naLabs#3758) - Add 5MB file size limit via multer limits config - Add MIME type allowlist (images, PDFs, documents) - Return 400 with clear message for rejected uploads - Add multer error handler middleware for clean error responses - Fix test glob pattern for Node 22 compatibility - Add upload validation tests
- Add mock invoices with status badges (paid/pending/overdue) - Add payout methods section with default indicator - Add transaction history table with credit/debit coloring - Show outstanding balance summary at top - Keep existing card/grid CSS conventions - Fix test glob pattern for ESM compatibility Closes SecureBananaLabs#6515
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 #6515
Changes
Replaced the single placeholder card with 3 actionable sections:
Invoices & Payments
Payout Methods
Transaction History
Additional fix
apps/api/package.jsonfor ESM compatibility (node --test "src/tests/*.test.js")Verification
npx tsc --noEmit)npm test)npm run build -w apps/web)Kept existing card/grid CSS conventions — no style refactor.