feat: Transcription read mode (clean split) #177 #205

Merged
marcel merged 20 commits from feat/issue-177-transcription-read-mode into main 2026-04-07 12:46:21 +02:00
Showing only changes of commit f38c384268 - Show all commits

View File

@@ -35,6 +35,7 @@ export type TranscriptionBlockData = {
label: string | null;
sortOrder: number;
version: number;
updatedAt?: string | null;
};
export type Annotation = {