feat: major indexing performance improvements + visual fixes

This commit is contained in:
SethBurkart123
2025-05-25 20:11:45 +10:00
parent e09eeccfee
commit cefeac95ea
8 changed files with 1536 additions and 488 deletions
+2 -4
View File
@@ -171,15 +171,13 @@
{#if isRecording}
<!-- Recording state -->
<div
class="flex items-center justify-center px-3 py-2 text-sm rounded-md dark:bg-[#38373D]/50 bg-[#DDDDDD]/50 border-[#DDDDDD]/30 dark:border-[#38373D]/30 dark:text-white border cursor-pointer text-nowrap"
class="flex items-center justify-center px-3 py-1.5 text-sm rounded-md dark:bg-[#38373D]/50 bg-[#DDDDDD]/50 border-[#DDDDDD]/30 dark:border-[#38373D]/30 dark:text-white border cursor-pointer text-nowrap"
onclick={startRecording}
onkeydown={startRecording}
role="button"
tabindex="0"
>
{#if hotkeyParts.length === 0}
<span class="text-gray-500 dark:text-gray-400">Press keys...</span>
{/if}
Press keys...
</div>
{:else if hotkeyParts.length > 0}
<!-- Display current hotkey -->