Skip to content

Commit fe6e35d

Browse files
feat(transcript): add useTranscript hook and enhance transcript view (#822)
1 parent 0f958a8 commit fe6e35d

File tree

9 files changed

+200
-407
lines changed

9 files changed

+200
-407
lines changed

apps/desktop/src/components/editor-area/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ export function useEnhanceMutation({
188188
if (!timeline?.items.length) {
189189
toast({
190190
id: "short-timeline",
191-
title: "Enhancing Skipped",
192-
content: "The conversation is too short to enhance",
191+
title: "Recording too short",
192+
content: "The recording is too short to enhance",
193193
dismissible: true,
194-
duration: 15000,
194+
duration: 5000,
195195
});
196196

197197
return;

apps/desktop/src/components/right-panel/views/legacy/base.tsx

Lines changed: 0 additions & 139 deletions
This file was deleted.

apps/desktop/src/components/right-panel/views/legacy/index.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/desktop/src/components/right-panel/views/legacy/transcript.tsx

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)