blockmason / lndr-mobile

LNDR mobile app in React Native
http://lndr.io/
15 stars 10 forks source link

Show pending notification when user is looking choosing a friend on AddDebt screen #347

Closed willbach closed 6 years ago

willbach commented 6 years ago
  1. Jira: https://blockmason.atlassian.net/secure/RapidBoard.jspa?rapidView=9&projectKey=ENG&modal=detail&selectedIssue=ENG-92

  2. Problem: The user has no way of knowing if a friend has a pending transaction when looking to create a new transaction

  3. Solution: Show a red button with the word "Pending" on the FriendRow. If the user clicks the button or the friend row, navigate to the pending transaction/settlement screen with a Toast message saying that the user must resolve the transaction first. Images are attached to the Jira ticket.

  4. No major concerns here. It seems better to navigate the user to the pending tx itself rather than an intermediate screen like FriendDetail or Activity.

  5. No blockers

arutun commented 6 years ago

On friend-detail can we make the "large fat wide" button normal, just take out those 3 attributes? It's a really big button and I'm not sure it needs to be.

image