diff --git a/src/lib/pages/DictationPage.svelte b/src/lib/pages/DictationPage.svelte index 09713b3..9ad6a1a 100644 --- a/src/lib/pages/DictationPage.svelte +++ b/src/lib/pages/DictationPage.svelte @@ -953,59 +953,60 @@ The v0.2 path stays unchanged for non-quietware users. ================================================================= --> - + {#snippet header()} -
- -
-

- {#if page.recording}Recording… - {:else if modelLoading}Loading model - {:else if !tauriRuntimeAvailable}Desktop preview mode - {:else}Ready to capture +
+ +
+

-

- {#if page.recording}Press to stop, or use the global hotkey. - {:else if modelLoading}One moment. - {:else if !tauriRuntimeAvailable}Local transcription needs the Lumotia desktop app. - {:else}Press record, or Ctrl+Shift+R. - {/if} -

+ +
+

+ {#if page.recording}Recording… + {:else if modelLoading}Loading model + {:else if !tauriRuntimeAvailable}Desktop preview mode + {:else}Ready to capture + {/if} +

+

+ {#if page.recording}Press to stop, or use the global hotkey. + {:else if modelLoading}One moment. + {:else if !tauriRuntimeAvailable}Local transcription needs the Lumotia desktop app. + {:else}Press record, or Ctrl+Shift+R. + {/if} +

+
-
+
{page.timerText || "00:00"}
- {#if page.recording} - - {:else if modelLoading} - - {:else if tauriRuntimeAvailable} - - {/if}
{/snippet} @@ -1022,47 +1023,48 @@ {/snippet} {#snippet primary()} -
- {#if !transcript.trim()} -
-
- {:else} -
{transcript}
- {/if} -
- {/snippet} - - {#snippet actionBar()} -
- Copy - Save - Extract Tasks - { if (templates.length > 0) applyTemplate(templates[0]); }} - title={templates.length === 0 ? "No templates configured" : `Apply ${templates[0].name}`} - >Template - invoke("open_viewer_window").catch(() => {})} - >Open Viewer +
+ +
+ {#if !transcript.trim()} +
+
+ {:else} +
{transcript}
+ {/if} +
+
+ Copy + Save + Extract Tasks + { if (templates.length > 0) applyTemplate(templates[0]); }} + title={templates.length === 0 ? "No templates configured" : `Apply ${templates[0].name}`} + >Template + invoke("open_viewer_window").catch(() => {})} + >Open Viewer +
{/snippet} {#snippet metadata()} -
- Smart · {settings.modelSize} · {tauriRuntimeAvailable ? "Local only" : "Browser preview"} - {settings.formatMode} · {page.activeProfile === "None" ? "No profile" : page.activeProfile} +
+ {settings.formatMode} · {settings.modelSize} · {tauriRuntimeAvailable ? "Local only" : "Browser preview"} · {page.activeProfile === "None" ? "No profile" : page.activeProfile}
{/snippet} diff --git a/src/lib/ui/LumotiaNotice.svelte b/src/lib/ui/LumotiaNotice.svelte index 901d36f..ba8c7ad 100644 --- a/src/lib/ui/LumotiaNotice.svelte +++ b/src/lib/ui/LumotiaNotice.svelte @@ -118,7 +118,9 @@ role={ariaRole} class="rounded-r-lg rounded-l-sm border border-l-4 text-[13px] flex gap-2.5 {slim ? 'px-3 py-2 items-center' : 'px-4 py-3 items-start'} - {tonePal.bar} {tonePal.border} {tonePal.bg} {counterline ? tonePal.shadow : ''} {classes}" + {tonePal.bar} + {slim ? 'border-border-subtle' : tonePal.border} + {tonePal.bg} {counterline ? tonePal.shadow : ''} {classes}" >