polish(transcribe): review nits — kbd size, focus ring, guard, action doc (#327)

Review follow-up (Leonie, Felix, Markus): bump cheatsheet key caps to text-sm
for the 60+ audience, add a focus-visible ring to the close button, simplify
the draw-hint guard to {#if drawArmed} (the $effect already clears it outside
edit mode), and document why the transcribeShortcuts action ignores its node
and binds to window.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-04 17:17:25 +02:00
committed by marcel
parent 6fd05e08d8
commit 8c198f22be
3 changed files with 7 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ onMount(() => {
{/if}
</div>
{#if drawArmed && panelMode === 'edit'}
{#if drawArmed}
<div
class="pointer-events-none absolute bottom-4 left-1/2 z-50 -translate-x-1/2 rounded-full bg-ink px-4 py-2 font-sans text-xs text-white shadow-lg"
role="status"