For all locations where we display values we should ensure we do not accidentally truncate values and show 0 to users. For example:

In this case the user has 0.004 weETH but UI is showing 0. This may not be the only place this is happening, this ticket should look to salve it in other places as well
24.6.2025 - Srdjan
Added new library for formatting numbers - d3-format (lightweight formatting lib) and refactored our formatter utils. also changed default decimals to meet better our needs. So this problem is now solved globally, I have tested the application to make sure nothing is weird or broken and everything seems okay to me.
Example how things look now (still can be overrided in some cases):

For all locations where we display values we should ensure we do not accidentally truncate values and show 0 to users. For example:
In this case the user has 0.004 weETH but UI is showing 0. This may not be the only place this is happening, this ticket should look to salve it in other places as well
24.6.2025 - Srdjan
Added new library for formatting numbers - d3-format (lightweight formatting lib) and refactored our formatter utils. also changed default decimals to meet better our needs. So this problem is now solved globally, I have tested the application to make sure nothing is weird or broken and everything seems okay to me.
Example how things look now (still can be overrided in some cases):