diff --git a/app/src/components/CapturesTab/DictationReadinessChecklist.tsx b/app/src/components/CapturesTab/DictationReadinessChecklist.tsx index a26e9655..0fd6279f 100644 --- a/app/src/components/CapturesTab/DictationReadinessChecklist.tsx +++ b/app/src/components/CapturesTab/DictationReadinessChecklist.tsx @@ -73,8 +73,20 @@ function progressPercent(task: ActiveDownloadTask | undefined): number | null { * * The chord stays disarmed until every row is green; this is what stops the * "stuck pill" failure mode of pressing the chord with a missing model. + * + * ``compact`` drops the centered title/subheading block and the + * empty-state max-width so the checklist can be embedded in a narrow + * sidebar alongside other settings. Callers own their own heading in + * that mode (typically an ``
- {t('captures.readiness.subheading')} -
-+ {t('captures.readiness.subheading')} +
+