feat:
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import React, { useCallback, useEffect, useState } from 'react';
|
import React, { useCallback, useEffect, useState } from 'react';
|
||||||
import { Grid } from '@mui/material';
|
import { Grid } from '@mui/material';
|
||||||
import { BrowserContent } from "../components/organisms/BrowserContent";
|
import { BrowserContent } from "../components/organisms/BrowserContent";
|
||||||
|
import { InterpretationLog } from "../components/molecules/InterpretationLog";
|
||||||
import { startRecording, getActiveBrowserId } from "../api/recording";
|
import { startRecording, getActiveBrowserId } from "../api/recording";
|
||||||
import { LeftSidePanel } from "../components/organisms/LeftSidePanel";
|
import { LeftSidePanel } from "../components/organisms/LeftSidePanel";
|
||||||
import { RightSidePanel } from "../components/organisms/RightSidePanel";
|
import { RightSidePanel } from "../components/organisms/RightSidePanel";
|
||||||
@@ -121,6 +122,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Grid id="browser-content" ref={browserContentRef} item xs>
|
<Grid id="browser-content" ref={browserContentRef} item xs>
|
||||||
<BrowserContent />
|
<BrowserContent />
|
||||||
|
<InterpretationLog />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={2}>
|
<Grid item xs={2}>
|
||||||
<RightSidePanel />
|
<RightSidePanel />
|
||||||
|
|||||||
Reference in New Issue
Block a user