Skip to content

feat: build StatusBadge component #17

Description

@dzekojohn4

Task

Create src/components/StatusBadge.tsx for transaction status display.

Props

interface StatusBadgeProps {
  status: 'pending' | 'success' | 'failed';
}

Styling

  • pending → yellow badge
  • success → green badge
  • failed → red badge

Acceptance Criteria

  • Correct color per status
  • Renders status text

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions