This commit is contained in:
Shusui MOYATANI
2023-05-05 17:35:46 +09:00
parent a0674fa9e0
commit 7831b62bda
16 changed files with 865 additions and 797 deletions

View File

@@ -57,13 +57,25 @@ const Hello: Component = () => {
</p>
</div>
<div class="p-8 shadow-md">
<div class="rounded-md p-8 shadow-md">
<Switch>
<Match when={signerStatus() === 'checking'}>
...
</Match>
<Match when={signerStatus() === 'unavailable'}>
<div class="pb-1 text-lg font-bold"></div>
<h2 class="text-lg font-bold">Nostrをはじめる</h2>
<p class="pt-2">
<a
class="text-blue-500 underline"
target="_blank"
rel="noopener noreferrer"
href="https://scrapbox.io/nostr/%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AENostr%E3%80%90%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AE%E6%96%B9%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89%E3%80%91"
>
Nostr
</a>
</p>
<h2 class="pt-2 text-lg font-bold"></h2>
<p class="pt-2">
NIP-07
<br />
@@ -77,18 +89,6 @@ const Hello: Component = () => {
</a>
</p>
<p class="pt-2">
Nostrを利用する方は
<a
class="text-blue-500 underline"
target="_blank"
rel="noopener noreferrer"
href="https://scrapbox.io/nostr/%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AENostr%E3%80%90%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AE%E6%96%B9%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89%E3%80%91"
>
Nostr
</a>
</p>
</Match>
<Match when={signerStatus() === 'available'}>
<button