Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Feb 21, 2024
1 parent 4d08a28 commit 6fb4665
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@BokkyPooBah" />
<meta name="twitter:creator" content="@BokkyPooBah" />
<meta property="og:url" content="https://github.com/bokkypoobah/NFTSpreads/" />
<meta property="og:url" content="https://github.com/bokkypoobah/BestENSNames/" />
<meta property="og:title" content="Best ENS Names (c) Bok Consulting Pty Ltd 2024" />
<meta property="og:description" content="Best ENS Names (c) Bok Consulting Pty Ltd 2024" />
<meta property="og:image" content="https://bokkypoobah.github.io/NFTSpreads/images/LarvaChad_1532_zoomed.png" />
<meta property="og:image" content="https://bokkypoobah.github.io/BestENSNames/images/LarvaChad_1532_zoomed.png" />
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/bootstrap-vue.min.css"/>
<link type="text/css" rel="stylesheet" href="css/bootstrap-vue-icons.min.css"/>
Expand Down Expand Up @@ -95,7 +95,7 @@
<b-container fluid class="m-0 p-1">
<div>
<b-navbar variant="light" fixed="top" class="mx-1 my-0 p-0">
<b-navbar-brand href="https://bokkypoobah.github.io/NFTSpreads/" variant="primary">
<b-navbar-brand href="https://bokkypoobah.github.io/BestENSNames/" variant="primary">
<b-avatar rounded variant="light" size="3.0rem" src="images/frank_1367.gif" v-b-popover.hover.bottom="'gm'" class="ml-0"></b-avatar>
<em v-b-popover.hover.bottom="'gm gm gm'">Best ENS Names</em>
</b-navbar-brand>
Expand Down
3 changes: 3 additions & 0 deletions docs/names.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ const Names = {
<div class="mt-0 flex-grow-1">
</div>
<div v-if="sync.section == null" class="mt-0 pr-1">
<b-button size="sm" :disabled="!coinbase" @click="viewSyncOptions" variant="link" v-b-popover.hover.top="'Sync data from the blockchain'"><b-icon-arrow-repeat shift-v="+1" font-scale="1.2"></b-icon-arrow-repeat></b-button>
</div>
<div v-if="false && sync.section == null" class="mt-0 pr-1">
<b-button size="sm" :disabled="!coinbase || !selectedCollection" @click="viewSyncOptions" variant="link" v-b-popover.hover.top="'Sync data from the blockchain'"><b-icon-cloud-download shift-v="+1" font-scale="1.2"></b-icon-cloud-download></b-button>
</div>
<div v-if="sync.section != null" class="mt-1" style="width: 300px;">
Expand Down
11 changes: 2 additions & 9 deletions docs/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ const Welcome = {
<b-card-text>
<h5>Welcome</h5>
NFT Spreads (WIP) is a dapp to slice and dice through NFT collection ownership, sales, listings and offers.
BestENSNames (WIP) is a dapp to help manage your ENS portfolio, including keeping track of expiries and categorising your names into convenient groups.
NFT Spreads aims to allow users to group tokens withing collections into categories that can be analysed seperately.
<!--
Magical Internet Money is an lightweight serverless multi-chain implementation of <b-link href="https://eips.ethereum.org/EIPS/eip-5564" target="_blank">ERC-5564: Stealth Addresses</b-link> and <b-link href="https://eips.ethereum.org/EIPS/eip-6538" target="_blank">ERC-6538: Stealth Meta-Address Registry</b-link> (using <i>address</i> instead of <i>bytes</i>). Status: <b>WIP</b>
<br />
<br />
-->
Add your address in the Addresses tab, then click the sync button. Your ENS names will be retrieved.
<!--
Sync All: <b-button size="sm" @click="syncIt({ sections: ['syncAnnouncements', 'syncRegistrations', 'syncTokens'], parameters: [] })" variant="link" v-b-popover.hover.top="'Sync data from the blockchain'"><b-icon-cloud-download shift-v="+1" font-scale="1.2"></b-icon-cloud-download></b-button>
Expand Down

0 comments on commit 6fb4665

Please sign in to comment.