From 140a38a32266599bf893849021a2570362115cfc Mon Sep 17 00:00:00 2001 From: Sergey Mankovsky Date: Mon, 17 Jun 2024 21:48:16 +0200 Subject: [PATCH] Remove player from record page --- .../transcripts/[transcriptId]/record/page.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx index a4840113..9c02ed44 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx @@ -72,18 +72,7 @@ const TranscriptRecord = (details: TranscriptDetails) => { mt={4} mb={4} > - {status == "processing" && // todo send an event when the mp3 is ready - webSockets.waveform && - webSockets.duration && - mp3?.media ? ( - - ) : status == "processing" ? ( + {status == "processing" ? ( ) : ( // todo: only start recording animation when you get "recorded" status