You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c9bf7ae qml: Don't allow Coin selection if there are none available (johnny9)
c31ac8c qml: Initialize total amount in CoinsListModel (johnny9)
a0ee146 qml: Put CoinSelection ListView in a ScrollView (johnny9)
dee3530 qml: Move CoinSelection list header outside of ListView (johnny9)
7d34aaf qml: Return 0 when recipient amount QString is empty (johnny9)
1868185 qml: Introduce the CoinSelection page (johnny9)
44276f8 qml: Add CoinsListModel to WalletQmlModel (johnny9)
99d6fb7 qml: Introduce Ellipsis icon (johnny9)
6519ad6 qml: Introduce Lock icon (johnny9)
4d65a74 qml: Simplify imageprovider (johnny9)
098bb4b qml: Update triangle-up/down icons (johnny9)
Pull request description:
This is the first iteration of the Coin Selection menu
The option to open the Coin Selection menu is a QSetting that is toggled on/off in the ellipsis menu on the Send page. When enabled, the user can click on the Select inputs button and the Coin Selection menu will be push on the stack from below. The Coin Selection menu will list possible inputs and a checkbox is used to select the coins. Locked coins
are not selectable and instead of a check box, they have a locked icon.
https://github.com/user-attachments/assets/f148d231-d9e9-4923-91f3-8e422049bbf5
ACKs for top commit:
hebasto:
ACK c9bf7ae, I have skimmed through the code and it looks OK.
Tree-SHA512: 463770f9438e7db5cd092982a207900db86c83db1d0e25245eed25f448a36a53f9146e4de46f7406598eba611cfd24ecb7d804580a951304e90a6152184205fb
0 commit comments