Skip to content

Commit

Permalink
ui wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Sep 6, 2024
1 parent aad27d8 commit c23417e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Addresses = {
</div>
</b-card>
<b-table ref="addressesTable" small fixed striped responsive hover selectable select-mode="single" @row-selected='rowSelected' :fields="accountsFields" :items="pagedFilteredSortedAddresses" show-empty empty-html="Click [+] above to add accounts" head-variant="light" class="m-0 mt-1">
<b-table ref="addressesTable" small fixed striped responsive hover selectable select-mode="single" @row-selected='rowSelected' :fields="accountsFields" :items="pagedFilteredSortedAddresses" show-empty head-variant="light" class="m-0 mt-1">
<template #empty="scope">
<h6>{{ scope.emptyText }}</h6>
<div v-if="totalAddresses == 0">
Expand Down
2 changes: 1 addition & 1 deletion docs/agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Agents = {
<div>
<ul>
<li>
Check you are connected to one of the <b-link href="https://stealthaddress.dev/contracts/deployments" target="_blank">supported networks</b-link> (TODO: Only Sepolia currently)
Check you are connected to the Sepolia testnet, currently
</li>
<li>
Click <b-button size="sm" variant="link" class="m-0 p-0"><b-icon-arrow-repeat shift-v="+1" font-scale="1.2"></b-icon-arrow-repeat></b-button> above to sync this app to the blockchain
Expand Down

0 comments on commit c23417e

Please sign in to comment.