Rough out calendar

This commit is contained in:
Jon Staab
2024-09-11 15:21:25 -07:00
parent 648b15a1c4
commit 525a823862
17 changed files with 409 additions and 54 deletions
+4 -11
View File
@@ -1,6 +1,5 @@
<script lang="ts">
import Button from "@lib/components/Button.svelte"
import Field from "@lib/components/Field.svelte"
import Link from "@lib/components/Link.svelte"
import Icon from "@lib/components/Icon.svelte"
import SpaceInviteAccept from "@app/components/SpaceInviteAccept.svelte"
@@ -12,23 +11,17 @@
window.open("https://relay.tools/signup")
pushModal(SpaceInviteAccept)
}
let file: File
let name = ""
let relay = ""
</script>
<form class="column gap-4" on:submit|preventDefault={next}>
<div class="py-2">
<h1 class="heading">Create a Space</h1>
<p class="text-center">
Host your own space, for your community.
</p>
<p class="text-center">Host your own space, for your community.</p>
</div>
<p>
<Link class="text-primary" external href="https://relay.tools">relay.tools</Link> is a third-party service
that allows anyone to run their own relay for use with Flotilla, or any other
nostr-compatible app.
<Link class="text-primary" external href="https://relay.tools">relay.tools</Link> is a third-party
service that allows anyone to run their own relay for use with Flotilla, or any other nostr-compatible
app.
</p>
<p>
Once you've created a relay of your own, come back here to link Flotilla with your new relay.