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

@@ -151,7 +151,10 @@
</div>
<!-- Registration notice -->
<!-- We won't show any loading indicator because it usually doesn't change anything. We'll just pop the message in only if we discover that they need it. -->
<!--
We won't show any loading indicator because it usually doesn't change anything.
We'll just pop the message in only if we discover that they need it.
-->
<div
v-if="!loadingLimits && !endorserLimits?.nextWeekBeginDateTime"
id="noticeBeforeAnnounce"
@@ -588,12 +591,13 @@
</span>
<div id="sectionImageServerURL" class="mt-2">
<span class="text-slate-500 text-sm font-bold">Image Server URL</span>&nbsp;
<span class="text-slate-500 text-sm font-bold">Image Server URL</span>
&nbsp;
<span class="text-sm">{{ DEFAULT_IMAGE_API_SERVER }}</span>
</div>
<div id="sectionPartnerServerURL" class="mt-2">
<span class="text-slate-500 text-sm font-bold">Partner Server URL</span>&nbsp;
<span class="text-slate-500 text-sm font-bold">Partner Server URL</span>
<span class="text-sm">{{ DEFAULT_PARTNER_API_SERVER }}</span>
</div>