From cdb40ca671a85704f751179d13277a7db816b569 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 29 Oct 2024 23:53:23 -0400 Subject: Incrementally less jank invite listing. --- ui/lib/components/Invite.svelte | 41 +++++++---------------------------------- 1 file changed, 7 insertions(+), 34 deletions(-) (limited to 'ui/lib/components/Invite.svelte') diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte index f4babad..7fdc753 100644 --- a/ui/lib/components/Invite.svelte +++ b/ui/lib/components/Invite.svelte @@ -1,40 +1,13 @@ - async function onSubmit() { - let response = await createInvite(); - if (response.status == 200) { - invite = response.data; - } - console.log("base url", base); - } + +{inviteUrl} - async function onReset() { - invite = null; - } - -
- {#if inviteUrl} - - {:else} - - {/if} -
-- cgit v1.2.3