You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No dedicated UI states exist for the gap between submitting a send transaction and receiving on-chain confirmation, users may think the app is frozen or double-submit.
Acceptance Criteria
Distinct visual states for submitting, pending confirmation, and confirmed
Submit button disabled during pending state to prevent double-send
Timeout handling if confirmation takes unusually long
Location
frontend/app/send/
Problem
No dedicated UI states exist for the gap between submitting a send transaction and receiving on-chain confirmation, users may think the app is frozen or double-submit.
Acceptance Criteria