From fdc6b67b3a14cf5cf3c41f124710802d339ca7f7 Mon Sep 17 00:00:00 2001 From: Tim Man Date: Wed, 29 Nov 2023 22:37:32 +0800 Subject: [PATCH 1/2] release: v0.24.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1127f1f8d..b89008b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xverse-web-extension", - "version": "0.23.2", + "version": "0.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xverse-web-extension", - "version": "0.23.2", + "version": "0.24.0", "dependencies": { "@ledgerhq/hw-transport-webusb": "^6.27.13", "@phosphor-icons/react": "^2.0.10", diff --git a/package.json b/package.json index 89110eee9..76ccb152d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xverse-web-extension", "description": "A Bitcoin wallet for Web3", - "version": "0.23.2", + "version": "0.24.0", "private": true, "engines": { "node": "^18.18.2" From 2a9c394fb47822308ea62bbdb44dbd7657bee650 Mon Sep 17 00:00:00 2001 From: Abdul Haseeb Date: Thu, 30 Nov 2023 20:28:11 +0500 Subject: [PATCH 2/2] Fix/rarity notice text (#693) --- src/app/screens/nftDashboard/notice.tsx | 12 ++++-------- src/locales/en.json | 7 +++---- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/screens/nftDashboard/notice.tsx b/src/app/screens/nftDashboard/notice.tsx index f1672147a..ef6cb11bb 100644 --- a/src/app/screens/nftDashboard/notice.tsx +++ b/src/app/screens/nftDashboard/notice.tsx @@ -1,7 +1,7 @@ +import { ArrowRight, XCircle } from '@phosphor-icons/react'; +import { StyledHeading } from '@ui-library/common.styled'; import { useTranslation } from 'react-i18next'; import styled from 'styled-components'; -import { XCircle, ArrowRight } from '@phosphor-icons/react'; -import { StyledHeading } from '@ui-library/common.styled'; import Theme from 'theme'; const Container = styled.div((props) => ({ @@ -10,7 +10,7 @@ const Container = styled.div((props) => ({ borderRadius: 12, background: props.theme.colors.elevation6_600, padding: 16, - marginTop: 24, + marginTop: props.theme.space.xs, width: '100%', })); @@ -19,31 +19,27 @@ const Heading = styled(StyledHeading)` `; const Description = styled(StyledHeading)` - margin-top: ${(props) => props.theme.spacing(4)}px; padding-right: ${(props) => props.theme.spacing(12)}px; `; const RowContainer = styled.div({ display: 'flex', flexDirection: 'row', - alignItems: 'center', justifyContent: 'space-between', }); const ButtonImage = styled.button({ backgroundColor: 'transparent', display: 'flex', - justifyContent: 'center', - alignItems: 'center', }); const BundleLinkContainer = styled.button((props) => ({ display: 'inline-flex', flexDirection: 'row', alignItems: 'center', - marginTop: props.theme.spacing(4), backgroundColor: 'transparent', color: props.theme.colors.white_0, + marginTop: props.theme.space.xs, transition: 'background-color 0.2s ease, opacity 0.2s ease', ':hover': { color: props.theme.colors.white_200, diff --git a/src/locales/en.json b/src/locales/en.json index 0835bbf82..d7f6262f8 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -596,8 +596,8 @@ "MAYBE_LATER": "Maybe Later", "ENABLE": "Enable", "RARE_SATS_NOTICE_TITLE": "Don't see your rare sat?", - "RARE_SATS_NOTICE_DETAIL": "Currently, Xverse only supports the Rodarmor rarity index. Your sats may have other attributes.", - "SEE_SUPPORTED": "See supported rarity scale", + "RARE_SATS_NOTICE_DETAIL": "Xverse supports most rare sats, but your sats may have other attributes.", + "SEE_SUPPORTED": "See supported rarities", "FROM_RARE_SAT_BUNDLE": "This inscription belongs to the same bundle as other assets. Transferring it will involve transferring the full bundle.", "HOLDS_RARE_SAT": "This inscription holds a rare sat." }, @@ -1125,9 +1125,8 @@ "SILK_ROAD": "Silkroad" }, "RARITY_DETAIL": { - "TOP_TEXT": "Currently, only the default rarity scale is supported. Your sats could have other attributes.", "LEARN_MORE": "Learn more", - "RARITY_INFO": "Currently, only the default rarity scale is supported. Your sats could have other attributes.", + "RARITY_INFO": "Looking for more rare sats? Your sats may have other attributes which are not supported yet.", "SUPPORTED_RARITIES": "Supported rarities", "MYTHIC": "The first sat of the genesis block.", "LEGENDARY": "The first sat of each cycle.",