web-wallet
web-wallet copied to clipboard
description label changes on open/close
when a transaction is being updated, the label changes.
- it's "August 2022 pay..." when the sum up of the transaction is shown (we should not cut the label btw)
- It's "Galoy inc payment" when the transaction is opened

also the fact we are changing the date format is somewhat unexpected
@nicolasburtey I'm working on this now. I guess we should show the full description on larger screens but truncate it on smaller screens and would you like the format to be paymentDescription (settlementtype) e.g. August 2022 Payment (Galoy payment)?
milli can probably provide input on the best format. not sure what her github handle is.
This is actually similar to the behaviour of the mobile app. We show friendly dates on the transaction list but if you tap on one transaction to get more details we show the full date. I think the difference is that in the mobile app it navigates you to a new screen whereas in the web wallet we are expanding the view.