-
Notifications
You must be signed in to change notification settings - Fork 89
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
[BUG] Admin UI displays liquidity in one asset scale and withdrawal input in a different scale #2798
Comments
Hello, can i try to solve this issue? Or is someone working on it right now? The expected result based on your screenshots is 9999999900.60 USD right? So the problem is that it is ambiguous on what scale the user is withdrawing or depositing, correct? |
@Emanuel-Palestino that would be lovely. Thanks for the offer of help!
Yes, exactly! If you have any more questions, or have any trouble spinning up the Admin UI, please feel free to ask. |
For some additional context that might be helpful:
|
@JoblersTune I opened a pull request #2817 implementing your approach c: |
Fantastic @Emanuel-Palestino, thank you. I am out of office but will review on Wednesday when I am properly back at my desk. |
Bug Report
Describe the bug
When you view liquidity information it is displayed in asset scale two but when withdrawing liquidity it converts back to the original asset scale without warning the user.
Expected behavior
Either make it clear to the user that the asset scale has changed, or even better, make the asset scale consistent.
Screenshots
The text was updated successfully, but these errors were encountered: