Description:
Create apps/web/src/shared/components/TxStatus.tsx. Displays transaction lifecycle:
- Pending: spinner + "Waiting for confirmation…"
- Success: checkmark + hash + "View on Stellar Expert" link
- Failed: error icon + readable error message (via
parseSorobanError)
Used inside Sonner toasts (via toast.custom) and optionally as an inline component.
Description:
Create
apps/web/src/shared/components/TxStatus.tsx. Displays transaction lifecycle:parseSorobanError)Used inside Sonner toasts (via
toast.custom) and optionally as an inline component.