chore: bump version to 1.1.1

This commit is contained in:
michael.borak
2026-01-21 13:24:06 +01:00
parent b848154942
commit 31f59ba4a2
4 changed files with 17 additions and 7 deletions

View File

@@ -360,7 +360,8 @@ Thanks!`
<div className="flex-1 flex h-full overflow-hidden relative">
<div className="flex-1 flex flex-col h-full overflow-hidden relative">
{view === 'recorder' && (
{/* Recorder - Persistent (Hidden via CSS to keep recording alive) */}
<div className="flex-1 flex flex-col h-full overflow-hidden" style={{ display: view === 'recorder' ? 'flex' : 'none' }}>
<Recorder
apiKey={apiKey}
productId={productId}
@@ -386,8 +387,9 @@ Thanks!`
addToast={addToast}
selectedModel={selectedModel}
onModelChange={handleModelChange}
isVisible={view === 'recorder'}
/>
)}
</div>
{view === 'transcription' && (
<TranscriptionView