Tweak mobile space menu

This commit is contained in:
Jon Staab
2025-10-28 16:46:49 -07:00
parent c82cf4a4c2
commit 62013a2ea2
7 changed files with 84 additions and 50 deletions
+2 -1
View File
@@ -31,7 +31,7 @@
} from "@app/core/state"
import {pushModal} from "@app/util/modal"
const openMenu = () => pushModal(SpaceAdd)
const openMenu = () => pushModal(SpaceAdd, {hideDiscover: true})
const termUrl = $derived(tryCatch(() => normalizeRelayUrl(term)) || "")
@@ -121,6 +121,7 @@
</label>
<Button class="btn btn-primary" onclick={openMenu}>
<Icon icon={AddCircle} />
<span class="hidden sm:inline">Add Space</span>
</Button>
</div>
{#if showScanner}