Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Making UTXO selection tab more intuitive #115

Closed
Transisto opened this issue May 1, 2021 · 7 comments
Closed

Making UTXO selection tab more intuitive #115

Transisto opened this issue May 1, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@Transisto
Copy link

Transisto commented May 1, 2021

checkbox to select 🔳 like wasabi does, CTRL+click is not that common knowledge.
Electrum has click+drag and drop feature to select items.

image

Clearer wording, "Select Coins to spend"

The histogram of UTXO currently takes a lot of space for how useful it is, when showing only 7 UTXO

There's a bug where selecting all but one UTXO does not include Other.

Seeing which coins are unconfirmed or have unconfirmed parents is very useful.
(currently showing block-height = 0 for unconfirmed, -1 or -2 ect for those with unconfirmed parents)

@Transisto
Copy link
Author

image

Wallet is tall so there's often a lot of space to get lost looking for important buttons.

@craigraw
Copy link
Collaborator

checkbox to select 🔳 like wasabi does, CTRL+click is not that common knowledge.

I'm still open to this, but I'm not convinced it's necessary. Ctrl/Cmd + Click is pretty well known by now (it's impossible to properly use any operating system file explorer without it) and most people doing coin selection will find it quickly enough. Adding a checkbox column reduces space for the other columns.

Clearer wording, "Select Coins to spend"

I'm not sure it improves much on the current label?

The histogram of UTXO currently takes a lot of space for how useful it is, when showing only 7 UTXO

Can now be hidden via the View menu.

There's a bug where selecting all but one UTXO does not include Other.

Fixed in adcddfa.

Seeing which coins are unconfirmed or have unconfirmed parents is very useful.

The UTXO table will now indicate whether the UTXO has unconfirmed parents.

@craigraw
Copy link
Collaborator

Wallet is tall so there's often a lot of space to get lost looking for important buttons.

Perhaps, but there are significant advantages to keeping the actions buttons in the same (and expected) placement at the bottom of the form (where the eye naturally travels as the elements above are filled). There is an argument for having the Clear button next to the Max button, but there is perhaps a better argument for having it below in that it resets the whole screen, not just the UTXO selection.

@6102bitcoin 6102bitcoin added the enhancement New feature or request label May 20, 2021
@6102bitcoin
Copy link
Collaborator

Outstanding Action: Make ability to select multiple UTXO's more obvious in the UI.
Proposed Priority: Low

@craigraw
Copy link
Collaborator

I think more feedback is required here - I believe adding checkboxes (which then create three different states rather than two - selected/unselected/checked) could actually make the UI worse. I'm not convinced there is an issue here - this is the only time it's been raised that I'm aware. I'm going to close this off, please add feedback below if you think it should be reopened.

@6102bitcoin
Copy link
Collaborator

I think some indication that multiple utxo's can be selected would be beneficial, even if it is just a note.

@craigraw
Copy link
Collaborator

Added a tooltip to the 'Send Selected' button:

Screenshot 2021-05-24 at 09 37 27

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants