chore: bump version to 1.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user