mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
consent context vibe
This commit is contained in:
@@ -13,7 +13,7 @@ import useMp3 from "../../useMp3";
|
||||
import WaveformLoading from "../../waveformLoading";
|
||||
import { Box, Text, Grid, Heading, VStack, Flex } from "@chakra-ui/react";
|
||||
import LiveTrancription from "../../liveTranscription";
|
||||
import AudioConsentDialog from "../../components/AudioConsentDialog";
|
||||
import AudioConsentDialog from "../../../rooms/audioConsentDialog";
|
||||
import useApi from "../../../../lib/useApi";
|
||||
|
||||
type TranscriptDetails = {
|
||||
|
||||
@@ -133,6 +133,8 @@ const ShareModal = (props: ShareModalProps) => {
|
||||
setStream(val.toString());
|
||||
}}
|
||||
placeholder="Pick a stream"
|
||||
onBlur={() => {}}
|
||||
onFocus={() => {}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,6 +147,8 @@ const ShareModal = (props: ShareModalProps) => {
|
||||
value={topic}
|
||||
onChange={(val) => setTopic(val.toString())}
|
||||
placeholder="Pick a topic"
|
||||
onBlur={() => {}}
|
||||
onFocus={() => {}}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -177,6 +177,8 @@ const TranscriptCreate = () => {
|
||||
value={targetLanguage}
|
||||
onChange={onLanguageChange}
|
||||
placeholder="Choose your language"
|
||||
onBlur={() => {}}
|
||||
onFocus={() => {}}
|
||||
/>
|
||||
</Box>
|
||||
{isClient && !loading ? (
|
||||
|
||||
Reference in New Issue
Block a user