diff --git a/src/components/MediaEditor/MediaEditor.stories.tsx b/src/components/MediaEditor/MediaEditor.stories.tsx index 5852eb39..26418ef0 100644 --- a/src/components/MediaEditor/MediaEditor.stories.tsx +++ b/src/components/MediaEditor/MediaEditor.stories.tsx @@ -39,6 +39,7 @@ const sampleTranscript: Transcript = { const meta: Meta = { title: 'Components/Images & Media/MediaEditor', component: MediaEditor, + tags: ['autodocs'], parameters: { layout: 'fullscreen', docs: { diff --git a/src/components/MediaEditor/MediaEditorLive.stories.tsx b/src/components/MediaEditor/MediaEditorLive.stories.tsx index a7ce8440..e1c03c68 100644 --- a/src/components/MediaEditor/MediaEditorLive.stories.tsx +++ b/src/components/MediaEditor/MediaEditorLive.stories.tsx @@ -20,10 +20,16 @@ import { // Meta // ============================================================================ -const meta: Meta = { +const meta: Meta = { title: 'Components/Images & Media/MediaEditor Live Demo', + component: MediaEditor, + tags: ['autodocs'], parameters: { layout: 'fullscreen', + // The story renders the LiveDemo harness, not , + // so generated controls would not drive it; MediaEditor's own autodocs + // page carries the interactive props table. + controls: { disable: true }, docs: { description: { component: @@ -33,7 +39,10 @@ const meta: Meta = { 'Whisper model before the first transcription; base.en is the recommended ' + 'default (it preserves inter-word silence gaps, which the silence-editing ' + 'features depend on). Word-level timestamps are requested first, with a ' + - 'fallback to segment-level if the model rejects word alignment.', + 'fallback to segment-level if the model rejects word alignment. The ' + + 'toolbar Script button docks the ScriptPanel: the live edit state as an ' + + 'editable YAML/JSON script (Apply pushes changes back through the ' + + 'undo-safe replaceEditedWords), alongside the read-only original.', }, }, }, diff --git a/src/components/TranscriptView/TranscriptView.stories.tsx b/src/components/TranscriptView/TranscriptView.stories.tsx index db1430b4..3bf54c27 100644 --- a/src/components/TranscriptView/TranscriptView.stories.tsx +++ b/src/components/TranscriptView/TranscriptView.stories.tsx @@ -76,6 +76,7 @@ const wordOnlyTranscript: Transcript = { const meta: Meta = { title: 'Components/Images & Media/TranscriptView', component: TranscriptView, + tags: ['autodocs'], parameters: { layout: 'padded', docs: {