Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #432

Merged
merged 3 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ return (
<small className="text-desc">{data?.nft_contract_id}</small>
</Link>
</a>
<a href="#" className="item-view">
{/* <a href="#" className="item-view">
<small>Owner</small>
<Link
to={href({
Expand All @@ -457,7 +457,7 @@ return (
>
<small className="text-desc">{data?.owner}</small>
</Link>
</a>
</a> */}
<a href="#" className="item-view">
<small>Total Minted</small>
<small>{NftCount}</small>
Expand Down
9 changes: 2 additions & 7 deletions apps/Mintbase/widget/Mintbase/Mini/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -42,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

Expand Down
Loading