-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ui) Implement UTXO Selection Modal #765
Comments
@editwentyone What do you think? Should I use the same modal, or is there something else in your mind to make the UI flow more intuitive and user-friendly? |
@amitx13 what do you think about this? behavior: the lower area should be closed when loading the modal, default all green utxos are preselected, the user can now deselect some when needed. the blue area is just for the complete picture |
when selecting the jar we can hint coin control by opening up the Jar and the user can click the jar to start the modal |
Wow, the UI flow looks way cooler now. Thanks for the suggestions, @editwentyone . |
Hey , @editwentyone and @theborakompanioni I am done with the flow and also added some checks to give user a bigger picture
|
case 2 and 3 are solid! good thinking. just add some margin left and right to the whole container, its a little to close to the border for case 1: instead of a "warning" in red, we could just disable the next button until the user selects minimum one valid UTXO. if that's not enough then lets keep the message but in yellow as a warning (yellow) or info (grey), not an error (red) + and the disabled button mechanic what do you think? awesome work so far |
Thanks for the feedback! Yeah, it's a warning, so going with yellow and disabling the next button is a pretty good idea, tho. Thanks! |
2 other notes:
|
Just for my understanding.. the goal is "Quick freeze/unfreeze UTXOs from selected source Jar", it is? It feels this comes across like a real "Coin Control" feature, which it is not, right? |
also you are right, its opening immediately when source is selected. the Figma example above shows how the jar should change after selection to preview that there is a function hidden (by clicking the jar) to bring up the modal flow:
|
subtask of #689
Aim : (ui) Quick freeze/unfreeze UTXOs from selected source Jar
Description: Users should have the ability to select specific UTXOs when performing a direct-send or participating in a coin-join. This functionality aims to give users greater control over their UTXOs. We will implement a modal that allows users to select specific UTXOs. This modal should open when the user clicks on the source jar, similar to the interface in /wallet within the Jam application.
Objective:
Provide a quick and simple way for users to freeze or unfreeze UTXOs. Note that this is not full coin control but a simplified version to meet user needs for basic UTXO management.
The text was updated successfully, but these errors were encountered: