-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
|
Hi @henrypalacios , great! I'd like to add a label with a whole amount displaying on hover, like we do in the Cowswap app Or, as another option, add a tooltip with this value, as labels are not displayed in a mobile view. Btw, I found a great mismatch in prices displayed in the Cowswap for the USDT token and in the Explorer. However, it must be related to Cowswap BE issue, I guess. @alfetopito , could you please take a look? Thanks! |
Henry, regarding what I talked during the meeting, here's how CowSwap deals with the amounts:
Many things here are particular to CowSwap though such as the CurrencyAmount class which do not apply to the Explorer What can be useful though is the helper And also how |
Great suggestion Elena, I agree, it would be great to have full amounts as a title/tooltip
Can you share the order where that happened? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @elena-zh, with 8 decimal places I can see the detail without resorting the tooltip. @alfetopito Maybe the doubt that I have now is, how to deal with these cases, are you left with the tooltip? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job
Yeah, let's stay with
I don't see a problem with that. I prefer to be consistent and show it always. |
BTW, I've changed the base to |
The issue in on CowSwap side. I assume the issue could be because USDT usually has |
@alfetopito , thanks! I will create an issue in the Cowswap repo then. |
Summary
Closes #629
To test