From 6903dda1e1259e82ec1dcb2a98480e38a4439c98 Mon Sep 17 00:00:00 2001 From: moshyfawn Date: Thu, 28 Nov 2024 15:42:15 -0500 Subject: [PATCH] feat(connections-3d, a11y): add form semantics --- src/routes/connections-3d/+page.svelte | 41 ++++++++++++++++---------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/src/routes/connections-3d/+page.svelte b/src/routes/connections-3d/+page.svelte index d9c5021..45c0c6a 100644 --- a/src/routes/connections-3d/+page.svelte +++ b/src/routes/connections-3d/+page.svelte @@ -176,23 +176,32 @@
- -
see the connections between the last 150 people you followed (if they followed each other as part of their last 150 follows)
-
enter a handle:
- - - - +

+ See the connections between the last 150 people you followed (if they followed each other as + part of their last 150 follows) +

+ +
+ + + + +
{#if loading} -
loading... please wait
+

Loading... please wait

{/if}