mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
v1.1.9 - Android version prep
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user