diff --git a/package.json b/package.json index ae084a6..db089e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stakecubeprotocol", "productName": "SCP Wallet", - "version": "1.2.0", + "version": "1.2.1", "description": "The StakeCube Protocol full-node and GUI Wallet", "homepage": "https://stakecube.net", "repository": { @@ -10,7 +10,7 @@ }, "main": "main.js", "scripts": { - "start": "electron-forge start", + "start": "electron-forge start -- --no-sandbox", "package": "electron-forge package", "make": "run-script-os", "make:linux": "npm run package && better-electron-installer-debian --src out/$npm_package_name-linux-x64 --dest out/make/deb --arch amd64 --config build-confs/deb.json", diff --git a/public/index.html b/public/index.html index c11e268..bb99432 100644 --- a/public/index.html +++ b/public/index.html @@ -813,6 +813,7 @@
Unlock your wallet
// Calculate if minting additional NFTs is possible const fCanMint = (cColl.creator === WALLET.getActiveWallet().getPubkey() && ((cColl.mints < cColl.maxMints) || cColl.maxMints === -1)); // Construct the render structure + // TODO: Allow minting NFTS once a new upload solution is in place strRendering += ` ${formatName(cColl.collectionName, 40)} @@ -820,7 +821,7 @@
Unlock your wallet
${cColl.maxMints === -1 ? 'Unlimited' : formatAmount(cColl.maxMints - cColl.burnedNFTs)} ${cColl.protected ? 'Yes' : 'No'} - ${fCanMint ? '' : ''} + ${false ? '' : ''} `; } @@ -858,7 +859,7 @@
Unlock your wallet
if (strLastNftSearch.length && !(cNFT.name.toLowerCase().includes(strLastNftSearch) || strLastNftSearch.includes(cNFT.nft) || strLastNftSearch.includes(cNFT.collection) || strLastNftSearch.includes(cNFT.imgUrl))) continue; strRendering += `
-
+
${formatName(cNFT.name, 26)}
@@ -894,7 +895,7 @@

You have no NFTs!

if (strLastNftSearch.length && !(cNFT.name.toLowerCase().includes(strLastNftSearch) || cNFT.owner.toLowerCase().includes(strLastNftSearch) || strLastNftSearch.includes(cNFT.id) || strLastNftSearch.includes(cNFT.imgUrl))) continue; strRendering += `
-
+
${formatName(cNFT.name, 20)} ${cNFT.owner === strAddr ? `` : ``} @@ -991,7 +992,7 @@

This collection is empty!

// Render all elements if (!isCached) { domNftDetailTitle.innerText = cNFT.name; - domNftDetailImg.src = 'https://cloudflare-ipfs.com/ipfs/' + cNFT.imgUrl; + domNftDetailImg.src = 'https://ipfs.qrypt.tech/ipfs/' + cNFT.imgUrl; domNftDetailID.innerText = cNFT.nft || cNFT.id; domNftDetailCollection.setAttribute('onclick', 'switchToViewCollection();renderNFTs(' + cColl.index + ');'); domNftDetailImageID.innerText = cNFT.imgUrl; @@ -2543,7 +2544,7 @@

- +
Display the SCP Developer menu
@@ -2844,7 +2845,7 @@

Create Token

- +
@@ -2982,7 +2983,7 @@

Create Token

My NFTs

- +