From f0a217a4dc6dc11c24c2806ca1359345dd803143 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 13 Dec 2023 15:44:06 +0100 Subject: [PATCH] www: fix mockup data --- www/app/[domain]/transcripts/useWebSockets.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/app/[domain]/transcripts/useWebSockets.ts b/www/app/[domain]/transcripts/useWebSockets.ts index 1e59781c..26b69c05 100644 --- a/www/app/[domain]/transcripts/useWebSockets.ts +++ b/www/app/[domain]/transcripts/useWebSockets.ts @@ -62,6 +62,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "1", timestamp: 10, + duration: 10, summary: "This is test topic 1", title: "Topic 1: Introduction to Quantum Mechanics", transcript: @@ -103,6 +104,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "2", timestamp: 20, + duration: 10, summary: "This is test topic 2", title: "Topic 2: Machine Learning Algorithms", transcript: @@ -123,6 +125,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "3", timestamp: 30, + duration: 10, summary: "This is test topic 3", title: "Topic 3: Mental Health Awareness", transcript: "Ways to improve mental health and reduce stigma.", @@ -142,6 +145,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "4", timestamp: 40, + duration: 10, summary: "This is test topic 4", title: "Topic 4: Basics of Productivity", transcript: "Tips and tricks to increase daily productivity.", @@ -161,6 +165,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "5", timestamp: 50, + duration: 10, summary: "This is test topic 5", title: "Topic 5: Future of Aviation", transcript: @@ -190,6 +195,7 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { { id: "1", timestamp: 10, + duration: 10, summary: "This is test topic 1", title: "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", timestamp: 20, + duration: 10, summary: "This is test topic 2", title: "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", timestamp: 30, + duration: 10, summary: "This is test topic 3", title: "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", timestamp: 40, + duration: 10, summary: "This is test topic 4", title: "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", timestamp: 50, + duration: 10, summary: "This is test topic 5", title: "Topic 5: Future of Aviation, exploring the advancements and possibilities in aviation.",