Closed sdfcharles closed 1 week ago
can we remove the additional padding on these screens?
can we update this styling to match the Manage Assets screen? (the above is when you go to swap and change an asset)
Nice thanks @sdfcharles @piyalbasu I've started this PR for QA https://github.com/stellar/freighter/pull/1624
can we remove the additional padding on these screens?
Removed this padding in d82958f1e4c0f599c051552e830b9feff08ccc41
Account Menu and Network Menu should match the max-width of the container
Applied same max width in 0f12c6cd870c4ab579210f9e4d259116c6861908
can we update this styling to match the Manage Assets screen? (the above is when you go to swap and change an asset)
Updates to make select asset styles consistent with manage asset styles in 5081e117e9f3779b939f212bc0f0259ec89f6a9f
Follow ups - We can probably make these two components 1 in the future. Do we want to treat long strings any differently here, like we see for ARST for example?
yeah ideally, all the numbers are set to 2 decimals. the URLs can be truncated as well if they are too long.
yeah ideally, all the numbers are set to 2 decimals. the URLs can be truncated as well if they are too long.
I'm not sure if we can truncate after the second decimal without losing valuable info in some cases. Like maybe in some cases where it would be important to be able to see that you have 0.00000099
vs 0.00
.
Account Menu and Network Menu should match the max-width of the container