Skip to content
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

[CONSOLE] "Smart" setting of decimal places is not that smart #214

Open
elvijsTDL opened this issue Feb 20, 2024 · 1 comment
Open

[CONSOLE] "Smart" setting of decimal places is not that smart #214

elvijsTDL opened this issue Feb 20, 2024 · 1 comment
Assignees
Labels
Size: S Tag: UX Related to the user experience topic Type: Bug Something isn't working

Comments

@elvijsTDL
Copy link
Contributor

elvijsTDL commented Feb 20, 2024

Really not liking the "Smart" setting in the current state, it changed during merge of GDA and now it shows the "~" in multiple places where it should not have, e.g. if there should be exactly 1400 tokens distributed then it will still show that sign , or if the value would be 0 it would still show it as an estimate

Another point is that it is rounding way too aggressive IMO , I would expect "smart" setting to leave a nice trail of decimals depending on the value of the transaction like in the dashboard e.g. 123456789.987654321 would show up in console as "123456789" , and 0.543212345 would end up being something like 0.543 , currently it would aggressively round it up to ~1 , which is a big difference in tokens like ETH and BTC

@elvijsTDL elvijsTDL added Tag: UX Related to the user experience topic Type: Bug Something isn't working Size: S labels Feb 20, 2024
@MidnightLightning
Copy link

MidnightLightning commented Feb 25, 2024

Another point is that it is rounding way too aggressive

Agreed; the user experience isn't that great when small fractions are being aggregated together. Browsing the streams for this project vault, several users are streaming in "~5/month" streams, but they show up as "~0/day". With more precision that would be "~0.1667/day".

I'd recommend instead of adding more decimal places, instead start to shift up from "day" to "week" to "month" to "quarter" to "year", until you hit a number greater than one. This already seems to be the case in the "Map" view, as the labels on the map for that example address do show those streams as "4.93/Mo".

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: S Tag: UX Related to the user experience topic Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants