{#if $searchActive}
{ if (e.key === 'Escape') close(); if (e.key === 'Enter') handleSubmit(); }} type="text" placeholder="Search notes, profiles, channels, publications..." class="search-input" />
x
{#if searchQuery.trim().length > 0}
Search results will appear here.
{/if}
{/if}