thunderbiscuit / devkit-wallet

A demo app for the bitcoindevkit on Android.
https://thunderbiscuit.github.io/devkit-wallet/
Apache License 2.0
28 stars 17 forks source link

Feat: Add send multiple recipient #27

Closed fivetran-tangyetong closed 2 years ago

fivetran-tangyetong commented 2 years ago

Feat #14 .

Lots of UI changes to accomodate new feature. Might be a few bugs in the UI (such as the recipientList disappearing when you leave the app to get a new address since applying rememberSaveable on a list is more complicated)

thunderbiscuit commented 2 years ago

This needs a small rebase but otherwise looks good!

fivetran-tangyetong commented 2 years ago

Only small issue is that you cant put the dropdownmenu into its own composable since the changes to recipientList (modifications to the list instead of its data) won't be reflected onto the screen.