Skip to content

feat(ui): implement colored status badges in transaction row - #394

Open
oscarj007 wants to merge 1 commit into
Ignition-World:mainfrom
oscarj007:main
Open

feat(ui): implement colored status badges in transaction row#394
oscarj007 wants to merge 1 commit into
Ignition-World:mainfrom
oscarj007:main

Conversation

@oscarj007

Copy link
Copy Markdown

I have completed the requested implementation.

Summary of Changes:

  1. Updated Transaction Interface: Modified ignition-pay-frontend\features\history\models\index.ts to include
    processing, completed, failed, and refunded as valid statuses for Transaction.
  2. Updated TransactionRow Component: Updated TransactionStatusBadge in
    ignition-pay-frontend\components\transaction-row.tsx to map each transaction status (pending, processing,
    completed, failed, refunded, confirmed) to a corresponding colored badge using Tailwind CSS utility classes.
  3. Updated Tests: Updated ignition-pay-frontend\components_tests_\transaction-row.test.tsx to include unit test
    cases verifying that each status type displays the correct badge with appropriate styling.

closes #286

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@oscarj007 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! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Status badges & icons

2 participants