-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use consistent (i) icon for funds needed and re-position it #1219
Comments
Formating the BTC value as hyperlink might be more intuitive- |
I didn't implement the hyperlink style for the fund amount in the end, as there is no action triggered when clicked, only the roll over behavior. Especially having a hyperlink just below that field which triggers an action when clicked, makes it quite confusing. I've re-positioned the (?) to the right and replaced it with an (i) that is used everywhere else in the app. |
That's fine. My concern is more that people overlook it, because it is so far right now. Or might it be possible to just list the details below? Another idea might be adding a percentage value for |
Actually, I'm not very happy with the current solution either. I'll have a look how hard it is to position it within the text field or think about a maybe different solution at all. Percentage value is a good idea. I'll give it a shot as well. |
Unfortunately it is not ver trivial to do this for TextFields as this is not a use-case that is quite common for TextFields. I tried to do a minor improvement by putting the icon within the text field on the right, so it's standing out a little more than before. Still I would also prefer have everything (also fees) visible all the time. As we have quite a lot of space we could either show the fees like |
@ripcurlx I also think that on the right side it is overlooked too easily. That was the reason why I used it next to the label, but also that did not motivate people to recognize it. In usability test nobody made the roll over.... |
I think when you see the information immediately it will communicate what everyone is thinking about anyways. How is this number calculated? Of course we could make the funds as a hyperlink and show the popover on rollover, but I'm not sure if it's not better in this case to show the most important info immediately. And if the user gets more interested, she might find the info icon to the right. |
Unfortunately having it right after the text is quite tricky. At least I haven't found a good solution yet. But we could easily change the color as you suggested to make it more visible. |
Regarding the copy icon I'm not sure, if it is used a lot atm. Privacy aware client analytics would be great for that 😀 |
Thinking of all possible suggestions, I come back to the hyperlink solution + %-values. It might be not 100% UX hyperlink behaviour, but that is not that important to the user. It is more important that the user is aware of information hidden behind the link. |
I'll give it a try to see how it feels having it in the app like that and how I have to position the rollover in this case. |
If a hyperlink is used the rollover should become a popup. But I am not sure if that is good. To have a more lightweight rollover info is better IMO but then a hyperlink is the wrong solution to trigger it. |
@ripcurlx Agree. Seems to be the best version so far. |
Not sure if the icon over the textfield is problematic. I would not care to put it after the textfield like the icon below. Would be more in line with the other style as well. |
I followed your idea @tr37ion as it helps the icons to stick out more, but choose a less flashy green we are using already in Bisq. |
Great, looks and feels like we got it now 😁 |
As the popup that is opened by clicking on the (?) shows the concrete details of the funds needed, it should be placed within the input box after the BTC value. Also we should use the (i) like everywhere else.
The text was updated successfully, but these errors were encountered: