Allow for Receiver to claim the payout in the event of a timeout.
Swap use of Sender/Receiver in the homepage cards.
Add Payment Complete as the message for resolved payments with no disputes.
There is an edge case where disputeID 0 will show as a payment instead of a dispute in some of the copy. I didn't see any other obvious way to tell if a dispute had been raised as uninitialized disputeId in the smart contract returns as 0 and after the payment is executed it changes status from NoDispute to Resolved. Should only affect testing and copy changes do not obscure anything.
Allow for Receiver to claim the payout in the event of a timeout.
Swap use of Sender/Receiver in the homepage cards.
Add Payment Complete as the message for resolved payments with no disputes.
There is an edge case where disputeID 0 will show as a payment instead of a dispute in some of the copy. I didn't see any other obvious way to tell if a dispute had been raised as uninitialized disputeId in the smart contract returns as 0 and after the payment is executed it changes status from NoDispute to Resolved. Should only affect testing and copy changes do not obscure anything.