From 8ba76a60e72716f41244cb2acda043f52298b0fa Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Mon, 8 Jun 2026 21:15:36 +0000 Subject: [PATCH] feat: prompt SpaceJoin when opening unjoined space via direct link (#291) Co-authored-by: userAdityaa Co-committed-by: userAdityaa --- src/routes/spaces/[relay]/+layout.svelte | 29 +++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/routes/spaces/[relay]/+layout.svelte b/src/routes/spaces/[relay]/+layout.svelte index 6d31c545..d597814d 100644 --- a/src/routes/spaces/[relay]/+layout.svelte +++ b/src/routes/spaces/[relay]/+layout.svelte @@ -1,15 +1,21 @@ + + {#if $page.url.pathname === makeSpacePath(url)}