v1.1.9 - Android version prep

This commit is contained in:
Yuri Karamian
2026-02-26 20:57:00 +01:00
parent 37a837a33a
commit 29bd00a265
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
oninput={handleInput}
onkeydown={handleKeydown}
/>
<kbd class="search-esc">Esc</kbd>
{#if !isMobile}<kbd class="search-esc">Esc</kbd>{/if}
</div>
{#if results.length > 0}
-2
View File
@@ -575,14 +575,12 @@
</svg>
AI
</button>
{#if !isMobile}
<button class="tab-btn" class:active={activeTab === 'updates'} onclick={() => activeTab = 'updates'}>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12a9 9 0 00-9-9 9.75 9.75 0 00-6.74 2.74L3 8"/><path d="M3 3v5h5"/><path d="M12 7v5l3 3"/>
</svg>
Updates
</button>
{/if}
</nav>
<div class="settings-body">