freighter icon indicating copy to clipboard operation
freighter copied to clipboard

Move memo alongside destination in payment flow

Open tomerweller opened this issue 3 years ago • 1 comments

The current payment flow consists of three distinct screens:

  1. Destination address
  2. Amount + Asset
  3. Fees + Memo

Usually, memo appears alongside the destination address (which makes sense, it relates to destination). I experienced some stress today because I was about to push "continue" on screen 2 but realized that I haven't entered the memo anywhere. I created a new dummy payment with a small amount just to make sure I eventually get an option to choose a memo.

Some potential solutions:

  • Move memo input to screen 1
  • Gather all payment inputs in a single screen. I'm not sure that a simple payment warrants three separate screens

tomerweller avatar Aug 22 '22 21:08 tomerweller

Just want to note that we should be saving the memos used alongside an address in our 'recent' history. For example, if I frequently send XLM from Freighter to my exchange (that uses memos to receive payments), I should be able to select the address + memo pair I've used in the past.

Image

Ideally, we'd have an address book feature where users could add and label the addresses + memo pairs they want to save as potential payment destinations.

JakeUrban avatar Dec 20 '24 17:12 JakeUrban