From 028a27e501a80dbc72778460bea785a960bc8e18 Mon Sep 17 00:00:00 2001 From: nguyentiendung Date: Wed, 29 May 2024 11:29:36 +0700 Subject: [PATCH 1/4] [Issue-108][Issue-43] Update new brand logo for some screen, Update content in app --- .../src/Popup/Settings/index.tsx | 2 +- .../src/components/Logo/Logo2D.tsx | 20 +++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/packages/extension-koni-ui/src/Popup/Settings/index.tsx b/packages/extension-koni-ui/src/Popup/Settings/index.tsx index 336c29cd1f..ce5e06e483 100644 --- a/packages/extension-koni-ui/src/Popup/Settings/index.tsx +++ b/packages/extension-koni-ui/src/Popup/Settings/index.tsx @@ -377,7 +377,7 @@ function Component ({ className = '' }: Props): React.ReactElement {
- Openbit v {EXTENSION_VERSION} + OpenBit v {EXTENSION_VERSION}
diff --git a/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx b/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx index 46f9513411..3535464d6d 100644 --- a/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx +++ b/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx @@ -10,20 +10,14 @@ interface Props { const Logo2D: React.FC = ({ height = 24, width = 24 }: Props) => { return ( - - + + + + + + + ); }; From 005455cad8026a7809e74792ab0bb3462e058fc9 Mon Sep 17 00:00:00 2001 From: nguyentiendung Date: Wed, 29 May 2024 12:07:38 +0700 Subject: [PATCH 2/4] [Issue-108][Issue-43] Fix eslint issues --- .../src/components/Logo/Logo2D.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx b/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx index 3535464d6d..394f868f2a 100644 --- a/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx +++ b/packages/extension-koni-ui/src/components/Logo/Logo2D.tsx @@ -10,14 +10,13 @@ interface Props { const Logo2D: React.FC = ({ height = 24, width = 24 }: Props) => { return ( - - - - - - + + + + + + - ); }; From 377c762f25dd12305f916650dba6a468f0230dd2 Mon Sep 17 00:00:00 2001 From: nguyentiendung Date: Fri, 31 May 2024 11:01:07 +0700 Subject: [PATCH 3/4] [Issue-43] Update text placeHolder for NFTCollection screen --- .../src/Popup/Home/Nfts/NftCollectionDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx b/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx index 77e39f93f7..708546ac9c 100644 --- a/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx +++ b/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx @@ -125,7 +125,7 @@ function Component ({ className = '' }: Props): React.ReactElement { renderWhenEmpty={emptyNft} searchFunction={searchNft} searchMinCharactersCount={2} - searchPlaceholder={t(' name or ID')} + searchPlaceholder={t('Search collectible name of ID')} /> From d013a53279c7e37ec110c53df2e8d067647036a7 Mon Sep 17 00:00:00 2001 From: nguyentiendung Date: Fri, 31 May 2024 17:04:49 +0700 Subject: [PATCH 4/4] [Issue-108] Update text placeHolder NFTCollection --- .../src/Popup/Home/Nfts/NftCollectionDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx b/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx index 708546ac9c..b6f7bc550b 100644 --- a/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx +++ b/packages/extension-koni-ui/src/Popup/Home/Nfts/NftCollectionDetail.tsx @@ -125,7 +125,7 @@ function Component ({ className = '' }: Props): React.ReactElement { renderWhenEmpty={emptyNft} searchFunction={searchNft} searchMinCharactersCount={2} - searchPlaceholder={t('Search collectible name of ID')} + searchPlaceholder={t('Search collectible name or ID')} />