feat: person @mentions edit-mode infrastructure (PR-B1, #362) #369

Merged
marcel merged 26 commits from feat/person-mentions-issue-362-frontend-b1 into main 2026-04-29 08:05:49 +02:00
Showing only changes of commit e3175f493c - Show all commits

View File

@@ -24,7 +24,10 @@ const blocks: TranscriptionBlockData[] = [
text: 'Second paragraph text.',
label: null,
sortOrder: 2,
version: 1
version: 1,
source: 'MANUAL',
reviewed: false,
mentionedPersons: []
}
];