disable checkboxes for nostr partner messages; adjust linting warnings

This commit is contained in:
2024-09-26 09:13:22 -06:00
parent a4073a5fff
commit 1d48da6855
9 changed files with 65 additions and 25 deletions

View File

@@ -220,7 +220,10 @@
</li>
</ul>
<!-- Ideally, this button should only be visible when the active account has more than 7 or 11 contacts in their list (we want to limit the grid count above to 8 or 12 accounts to keep it compact) -->
<!--
Ideally, this button should only be visible when the active account has more than 7 or 11 contacts in their list
(we want to limit the grid count above to 8 or 12 accounts to keep it compact)
-->
<a
v-if="allContacts.length >= 7"
@click="onClickAllContactsGifting()"