diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index ef03564..f2752bb 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -3,10 +3,10 @@ -
Copyright © 2023 Banfts - Licensed under the AGPLv3
+Copyright © 2024 Banfts - Licensed under the AGPLv3
diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index 217dccf..8ae1091 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -2,7 +2,7 @@ import { page } from '$app/stores'; import { goto } from '$app/navigation'; - import { ONE_DAY_MS } from '$lib/config/constants.js'; + import { FOURTEEN_DAY_MS } from '$lib/config/constants.js'; import { sessionAddress, loginTimestamp } from '$lib/services/stores.js'; async function logoutConfirm() { @@ -51,7 +51,7 @@ Official Sales{listing.ask_price} BAN
Buy and sell Banano NFTs securely and effortlessly! No registration required.
- {#if $sessionAddress.startsWith("ban_") && $loginTimestamp > Date.now() - ONE_DAY_MS} + {#if $sessionAddress.startsWith("ban_") && $loginTimestamp > Date.now() - FOURTEEN_DAY_MS}You appear to be already logged in.
{/if} Login with signature diff --git a/src/routes/account/+page.svelte b/src/routes/account/+page.svelte index d720cbd..b69801f 100644 --- a/src/routes/account/+page.svelte +++ b/src/routes/account/+page.svelte @@ -70,7 +70,7 @@Account { $sessionAddress === data.account.address ? "(you)" : "" }
+Account { $sessionAddress === data.account.address ? "" : "" }
{data.account.registered_timestamp ? new Date(Number(data.account.registered_timestamp)) : 'Unregistered'}
- Total Trades -Coming soon tm
- Total Listings -Coming soon tm
- Total Assets + Total Trades: +Coming Soon™
+ Total Listings: +Coming Soon™
+ Total Assets:{data.account.assets.length}
*Please note that it may take some time for the crawler to reflect any recent NFT sends/receives
diff --git a/src/routes/explorer/+page.svelte b/src/routes/explorer/+page.svelte index 2906151..4f1da1e 100644 --- a/src/routes/explorer/+page.svelte +++ b/src/routes/explorer/+page.svelte @@ -75,7 +75,7 @@199 BAN
{data.asset_metadata.name}
{data.asset_metadata.description}
{data.asset.mint_hash}
- Owner + Owner: - Asset Representative + Asset Representative:{data.asset_representative}
- Issuer + Issuer:{data.asset_metadata.properties.issuer}
- Lock status + Lock status:{data.asset.locked ? 'Locked' : 'Unlocked'}
{#if data.info.external_url}
{data.supplies.length}
{data.info.asset_supply.metadata_representative}
- Issuer + Issuer:{data.info.asset_supply.minter_address}
- Max Supply + Max Supply:{ data.info.asset_supply.max_supply === 0 ? "No Limit" : data.info.asset_supply.max_supply }
- Total Minted + Total Minted:{data.count}/{ data.info.asset_supply.max_supply === 0 ? "∞" : data.info.asset_supply.max_supply }
- Protocol Version + Protocol Version:{data.info.asset_supply.version.major_version}.{data.info.asset_supply.version.minor_version}.{data.info.asset_supply.version.patch_version}
- External URL + External URL:{ data.info.asset_supply.nft_metadata.external_url ? data.info.asset_supply.nft_metadata.external_url : "None" }
Something not going quite right? Check out our hopefully helpful help page. We recommend you run this locally for security reasons. Also, generate a new seed just for Banano NFTs.
+Something not going quite right? Check out our hopefully helpful help page. We recommend you run this locally for security reasons. Please generate a new, fresh, seed for minting Banano NFTs.
{#if mintSuccess}