Skip to content

Show individual error messages for failed items in BatchPayQueue #597

Description

@Kingsman-99

Description

When one or more payments in a batch fail, BatchPayQueue marks items with a generic error icon but shows no message explaining the failure. Displaying the specific error (e.g. "Insufficient balance", "Invalid address") per item helps users fix and retry only the affected payments.

Acceptance Criteria

  • Failed queue items display the error message string below the recipient row
  • The error message is truncated to 120 characters with a "Show more" toggle for long messages
  • Successfully paid items show a green checkmark with "Paid" label
  • Existing tests continue to pass

Context

  • Target file: src/components/BatchPayQueue.tsx

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions