From 7fd115a94c863e482b9fab267ef63ccc20fcaa93 Mon Sep 17 00:00:00 2001 From: Benedek Robert George Date: Tue, 13 Feb 2024 11:30:36 +0200 Subject: [PATCH 1/4] fix: add max width to data nft card --- src/components/DataNftCard.tsx | 8 +++++--- src/pages/AppMarketplace/NFTunes/index.tsx | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/DataNftCard.tsx b/src/components/DataNftCard.tsx index bdfbfaaf..640d357c 100644 --- a/src/components/DataNftCard.tsx +++ b/src/components/DataNftCard.tsx @@ -53,10 +53,12 @@ export function DataNftCard({ "border-[0.5px] dark:border-slate-100/30 border-slate-300 bg-transparent rounded-[2.37rem] base:w-[18.5rem] md:w-[20.6rem]" )}> -
- +
+
-
Title: diff --git a/src/pages/AppMarketplace/NFTunes/index.tsx b/src/pages/AppMarketplace/NFTunes/index.tsx index 8aa02e1e..6ec393eb 100644 --- a/src/pages/AppMarketplace/NFTunes/index.tsx +++ b/src/pages/AppMarketplace/NFTunes/index.tsx @@ -50,7 +50,6 @@ interface ExtendedViewDataReturnType extends ViewDataReturnType { export const NFTunes = () => { const { address } = useGetAccount(); const { theme } = useTheme(); - console.log("Theme", theme); ///native auth const { tokenLogin } = useGetLoginInfo(); const { hasPendingTransactions } = useGetPendingTransactions(); From 77c8b5f3970988971366042f2ff174d2566720ee Mon Sep 17 00:00:00 2001 From: Benedek Robert George Date: Tue, 13 Feb 2024 11:33:06 +0200 Subject: [PATCH 2/4] Update DataNftCard.tsx --- src/components/DataNftCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DataNftCard.tsx b/src/components/DataNftCard.tsx index 640d357c..29200417 100644 --- a/src/components/DataNftCard.tsx +++ b/src/components/DataNftCard.tsx @@ -53,7 +53,7 @@ export function DataNftCard({ "border-[0.5px] dark:border-slate-100/30 border-slate-300 bg-transparent rounded-[2.37rem] base:w-[18.5rem] md:w-[20.6rem]" )}> -
+
Date: Mon, 26 Feb 2024 16:09:03 +0200 Subject: [PATCH 3/4] feat: add music ipns collection to devnet --- src/appsConfig.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/appsConfig.tsx b/src/appsConfig.tsx index 4452e968..8600c35e 100644 --- a/src/appsConfig.tsx +++ b/src/appsConfig.tsx @@ -32,6 +32,7 @@ export const MULTIVERSX_INFOGRAPHICS_TOKENS: app_token[] = IS_DEVNET export const FEATURED_NF_TUNES_TOKEN: app_token = IS_DEVNET ? { tokenIdentifier: "DATANFTFT-e0b917", nonce: 15 } : { tokenIdentifier: "DATANFTFT-e936d4", nonce: 4 }; + export const NF_TUNES_TOKENS: app_token[] = IS_DEVNET ? [ { tokenIdentifier: "DATANFTFT-e0b917", nonce: 15 }, @@ -40,6 +41,7 @@ export const NF_TUNES_TOKENS: app_token[] = IS_DEVNET { tokenIdentifier: "DATANFTFT-e0b917", nonce: 34 }, { tokenIdentifier: "DATANFTFT-e0b917", nonce: 42 }, { tokenIdentifier: "DATANFTFT-e0b917", nonce: 56 }, + { tokenIdentifier: "DATANFTFT-e0b917", nonce: 48 }, // { tokenIdentifier: "DATANFTFT-e0b917", nonce: 529 }, ] : [{ tokenIdentifier: "DATANFTFT-e936d4", nonce: 4 }]; From 7b33bc8f7d303c7de84af7a11dad24bfdafce381 Mon Sep 17 00:00:00 2001 From: Benedek Robert George Date: Tue, 5 Mar 2024 20:23:08 +0200 Subject: [PATCH 4/4] version bump --- 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 93e1a9e1..e72f0255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer-dapp", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "explorer-dapp", - "version": "1.11.1", + "version": "1.12.0", "license": "GPL-3.0-or-later", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.5.1", diff --git a/package.json b/package.json index 5a273c30..7f0c6e41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "explorer-dapp", "description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol", - "version": "1.11.2", + "version": "1.12.0", "author": "Itheum", "license": "GPL-3.0-or-later", "dependencies": {