forked from trent_larson/crowd-funder-for-time-pwa
disable checkboxes for nostr partner messages; adjust linting warnings
This commit is contained in:
@@ -25,12 +25,13 @@
|
||||
Here is a view of the activity you can see.
|
||||
<ul class="list-disc outside ml-4">
|
||||
<li>Each identity and claim has a unique position.</li>
|
||||
<!-- eslint-disable prettier/prettier --><!-- If we format prettier then there is extra space at the start of the line. -->
|
||||
<li>Each will show at their time of appearance relative to all others.</li>
|
||||
<li>Note that the ones on the left and right edges are randomized
|
||||
because their data isn't all visible to you.
|
||||
<li>
|
||||
Each will show at their time of appearance relative to all others.
|
||||
</li>
|
||||
<li>
|
||||
Note that the ones on the left and right edges are randomized because
|
||||
their data isn't all visible to you.
|
||||
</li>
|
||||
<!-- eslint-enable -->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +47,9 @@
|
||||
{{ worldProperties.animationDurationSeconds }} seconds
|
||||
</div>
|
||||
</div>
|
||||
<button class="float-right text-blue-600" @click="captureGraphics()">Screenshot</button>
|
||||
<button class="float-right text-blue-600" @click="captureGraphics()">
|
||||
Screenshot
|
||||
</button>
|
||||
<div id="scene-container" class="h-screen"></div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user