mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix build
This commit is contained in:
@@ -120,6 +120,7 @@ const TranscriptRecord = (details: TranscriptDetails) => {
|
|||||||
topics={webSockets.topics}
|
topics={webSockets.topics}
|
||||||
useActiveTopic={useActiveTopic}
|
useActiveTopic={useActiveTopic}
|
||||||
autoscroll={true}
|
autoscroll={true}
|
||||||
|
transcriptId={details.params.transcriptId}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
title: "Topic 1: Introduction to Quantum Mechanics",
|
title: "Topic 1: Introduction to Quantum Mechanics",
|
||||||
transcript:
|
transcript:
|
||||||
"A brief overview of quantum mechanics and its principles.",
|
"A brief overview of quantum mechanics and its principles.",
|
||||||
|
duration: 10,
|
||||||
segments: [
|
segments: [
|
||||||
{
|
{
|
||||||
speaker: 1,
|
speaker: 1,
|
||||||
@@ -103,6 +104,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
timestamp: 20,
|
timestamp: 20,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 2",
|
summary: "This is test topic 2",
|
||||||
title: "Topic 2: Machine Learning Algorithms",
|
title: "Topic 2: Machine Learning Algorithms",
|
||||||
transcript:
|
transcript:
|
||||||
@@ -123,6 +125,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
timestamp: 30,
|
timestamp: 30,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 3",
|
summary: "This is test topic 3",
|
||||||
title: "Topic 3: Mental Health Awareness",
|
title: "Topic 3: Mental Health Awareness",
|
||||||
transcript: "Ways to improve mental health and reduce stigma.",
|
transcript: "Ways to improve mental health and reduce stigma.",
|
||||||
@@ -142,6 +145,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
timestamp: 40,
|
timestamp: 40,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 4",
|
summary: "This is test topic 4",
|
||||||
title: "Topic 4: Basics of Productivity",
|
title: "Topic 4: Basics of Productivity",
|
||||||
transcript: "Tips and tricks to increase daily productivity.",
|
transcript: "Tips and tricks to increase daily productivity.",
|
||||||
@@ -161,6 +165,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
timestamp: 50,
|
timestamp: 50,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 5",
|
summary: "This is test topic 5",
|
||||||
title: "Topic 5: Future of Aviation",
|
title: "Topic 5: Future of Aviation",
|
||||||
transcript:
|
transcript:
|
||||||
@@ -190,6 +195,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
timestamp: 10,
|
timestamp: 10,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 1",
|
summary: "This is test topic 1",
|
||||||
title:
|
title:
|
||||||
"Topic 1: Introduction to Quantum Mechanics, a brief overview of quantum mechanics and its principles.",
|
"Topic 1: Introduction to Quantum Mechanics, a brief overview of quantum mechanics and its principles.",
|
||||||
@@ -211,6 +217,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
timestamp: 20,
|
timestamp: 20,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 2",
|
summary: "This is test topic 2",
|
||||||
title:
|
title:
|
||||||
"Topic 2: Machine Learning Algorithms, understanding the different types of machine learning algorithms.",
|
"Topic 2: Machine Learning Algorithms, understanding the different types of machine learning algorithms.",
|
||||||
@@ -232,6 +239,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
timestamp: 30,
|
timestamp: 30,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 3",
|
summary: "This is test topic 3",
|
||||||
title:
|
title:
|
||||||
"Topic 3: Mental Health Awareness, ways to improve mental health and reduce stigma.",
|
"Topic 3: Mental Health Awareness, ways to improve mental health and reduce stigma.",
|
||||||
@@ -252,6 +260,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
timestamp: 40,
|
timestamp: 40,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 4",
|
summary: "This is test topic 4",
|
||||||
title:
|
title:
|
||||||
"Topic 4: Basics of Productivity, tips and tricks to increase daily productivity.",
|
"Topic 4: Basics of Productivity, tips and tricks to increase daily productivity.",
|
||||||
@@ -272,6 +281,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => {
|
|||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
timestamp: 50,
|
timestamp: 50,
|
||||||
|
duration: 10,
|
||||||
summary: "This is test topic 5",
|
summary: "This is test topic 5",
|
||||||
title:
|
title:
|
||||||
"Topic 5: Future of Aviation, exploring the advancements and possibilities in aviation.",
|
"Topic 5: Future of Aviation, exploring the advancements and possibilities in aviation.",
|
||||||
|
|||||||
Reference in New Issue
Block a user