From 4f33e4ac767ad336061911e615031637b19c703a Mon Sep 17 00:00:00 2001 From: Jiku Godwill Nsanwi Date: Mon, 30 Sep 2024 14:47:11 +0100 Subject: [PATCH 1/3] Refactor Mintbase Mini: Update tab labels and remove redundant documentation --- apps/Mintbase/widget/Mintbase/Mini/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/Mintbase/widget/Mintbase/Mini/README.md b/apps/Mintbase/widget/Mintbase/Mini/README.md index 247d7ff6..33051ae3 100644 --- a/apps/Mintbase/widget/Mintbase/Mini/README.md +++ b/apps/Mintbase/widget/Mintbase/Mini/README.md @@ -1,16 +1,10 @@ -# MintBOS Mini Documentation +# MintBOS Mini ## Overview MintBOS Mini is a customizable, single-file stipped down version of MintBOS without theming, flexible styling classes, no nav or footer - an easy way for users who want to leverage tools like DAO functionalities and nft minters to build on top of what has been done by MintBOS team. This guide will help you understand how to add, remove, or modify tabs to create your own preferred version of MintBOS Mini. -# Comprehensive MintBOS Mini Developer Documentation - -## Overview - -MintBOS Mini is a customizable, single-file React-based application that provides various functionalities for interacting with the Mintbase ecosystem. This guide will help you understand how to fork, customize, and extend the application to create your own preferred version of MintBOS Mini. - ## Table of Contents 1. [File Structure](#file-structure) From bf59b3450729599d9e53430ba69e1ab7f07e925d Mon Sep 17 00:00:00 2001 From: Jiku Godwill Nsanwi Date: Mon, 30 Sep 2024 14:53:20 +0100 Subject: [PATCH 2/3] Added deploy settings --- apps/Mintbase/widget/Mintbase/Mini/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/Mintbase/widget/Mintbase/Mini/README.md b/apps/Mintbase/widget/Mintbase/Mini/README.md index 33051ae3..4b11ff5b 100644 --- a/apps/Mintbase/widget/Mintbase/Mini/README.md +++ b/apps/Mintbase/widget/Mintbase/Mini/README.md @@ -36,6 +36,7 @@ To create your own version of MintBOS Mini: ${config_account} = "your-account.near" ``` 3. Customize the components, tabs, and functionality as needed. +4. Deploy to your own widget ## Application Components From b0cde244dac2cab1535c962bff46e9a96a3a317c Mon Sep 17 00:00:00 2001 From: Jiku Godwill Nsanwi Date: Thu, 28 Nov 2024 14:57:06 +0100 Subject: [PATCH 3/3] removed NFT owner in NFT Details --- apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx b/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx index 95c150e3..f8fe4b7f 100644 --- a/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx +++ b/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx @@ -444,7 +444,7 @@ return ( {data?.nft_contract_id} - + {/* Owner {data?.owner} - + */} Total Minted {NftCount}