From 55131ba7ce740ec7d41817216a733175d6bd79ed Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Fri, 27 Mar 2026 08:53:52 -0700 Subject: [PATCH] Remove replaceState from SpaceMenu since we're never in a drawer any more --- src/app/components/SpaceMenu.svelte | 40 ++++++++++++----------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/src/app/components/SpaceMenu.svelte b/src/app/components/SpaceMenu.svelte index 3de29bba..01ca5482 100644 --- a/src/app/components/SpaceMenu.svelte +++ b/src/app/components/SpaceMenu.svelte @@ -1,5 +1,4 @@
@@ -234,31 +228,31 @@
{#if hasNip29($relay)} - + Recent Activity {:else} - + Chat {/if} {#if ENABLE_ZAPS && $spaceKinds.has(ZAP_GOAL)} - + Goals {/if} {#if $spaceKinds.has(THREAD)} - + Threads {/if} {#if $spaceKinds.has(CLASSIFIED)} - + Classifieds {/if} {#if $spaceKinds.has(EVENT_TIME)} - + Calendar {/if} @@ -268,7 +262,7 @@ Your Rooms {/if} {#each $userRooms as h (h)} - + {/each} {#if $otherRooms.length > 0}
@@ -287,17 +281,17 @@ {/if} {#each $roomSearch.searchValues(term) as h (h)} - + {/each} {#if $otherVoiceRooms.length > 0}
Voice Rooms {#each $otherVoiceRooms as h (h)} - + {/each} {/if} {#if $canCreateRoom} - + Create room