Electric-Coin-Company / zashi-android

The Zashi Zcash Wallet, Android Edition
MIT License
20 stars 14 forks source link

When receiving a multi-output transaction, all memos must be displayed #1418

Closed true-jared closed 3 weeks ago

true-jared commented 2 months ago

Is your feature request related to a problem? Please describe.

We'd like to introduce a better UX/UI for more messages in a transaction. Currently, we simply take the first one and omit the others.

Describe the solution you'd like

Check co.electriccoin.zcash.ui.screen.account.view.HistoryViewKt#HistoryItemMessagePart that stands for displaying messages (memos) in the UI layer. The data layer already provides all the messages.

Prepare the logic for displaying all the provided messages.

Design document link: https://www.figma.com/design/vYQD6uZtkPgtmgJ3zfauq0/Zashi-UI?node-id=5347-80177&t=xOqPOMFdqA7gSwI2-0

HonzaR commented 2 months ago

Similar issue #1315