From a07029642c84f5fcb12f43c36e8c8464bd132a4a Mon Sep 17 00:00:00 2001 From: bkioshn Date: Thu, 27 Apr 2023 12:32:34 +0700 Subject: [PATCH 1/2] fix: show full number for token card --- src/lib/components/TokenCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/TokenCard.tsx b/src/lib/components/TokenCard.tsx index a185f2f2f..4cfd0ce58 100644 --- a/src/lib/components/TokenCard.tsx +++ b/src/lib/components/TokenCard.tsx @@ -80,7 +80,7 @@ export const TokenCard = ({ - {formatUTokenWithPrecision(amount as U, precision)} + {formatUTokenWithPrecision(amount as U, precision, false)} {price From cefa02f9a5d0a6f4769503735e9486a33cb974f0 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Thu, 27 Apr 2023 12:39:42 +0700 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3462afe8c..4eae40223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Improvements +- [#304](https://github.com/alleslabs/celatone-frontend/pull/304) Remove suffix for token card - [#282](https://github.com/alleslabs/celatone-frontend/pull/282) Change details page top section explorer link to copy link - [#293](https://github.com/alleslabs/celatone-frontend/pull/293) Add comma separator to pagination and total blocks - [#291](https://github.com/alleslabs/celatone-frontend/pull/291) Update tx count query