Separate upload file and record pages

This commit is contained in:
2024-07-05 17:29:29 +02:00
parent bba50da7c7
commit 5d77b8be0c
5 changed files with 162 additions and 29 deletions

View File

@@ -266,10 +266,6 @@ export default function Recorder(props: RecorderProps) {
mr={2}
onClick={handleRecClick}
/>
<FileUploadButton
transcriptId={props.transcriptId}
disabled={isRecording}
></FileUploadButton>
{!isRecording && (window as any).chrome && (
<IconButton
aria-label={"Record Tab"}