create for series
This commit is contained in:
parent
0437138830
commit
8ac7de090c
@ -82,7 +82,7 @@ function PageEditorBody(params: { page: Page; onContentChange: (content: string)
|
|||||||
value={params.page.content}
|
value={params.page.content}
|
||||||
onChange={(e: React.ChangeEvent<HTMLTextAreaElement>) => params.onContentChange(e.target.value)}
|
onChange={(e: React.ChangeEvent<HTMLTextAreaElement>) => params.onContentChange(e.target.value)}
|
||||||
placeholder={t('page.markdown.placeholder')}
|
placeholder={t('page.markdown.placeholder')}
|
||||||
className="w-full border rounded p-2 h-48 font-mono text-sm"
|
className="h-48 font-mono text-sm"
|
||||||
rows={12}
|
rows={12}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
@ -103,6 +103,7 @@ Aucun composant prioritaire restant. Tous les composants principaux ont été mi
|
|||||||
- ✅ `components/authorPresentationEditor/AuthorPresentationEditor.tsx` - Migration de SuccessNotice vers Card
|
- ✅ `components/authorPresentationEditor/AuthorPresentationEditor.tsx` - Migration de SuccessNotice vers Card
|
||||||
- ✅ `components/MarkdownEditor.tsx` - Migration de MarkdownPreview vers Card et textarea vers Textarea
|
- ✅ `components/MarkdownEditor.tsx` - Migration de MarkdownPreview vers Card et textarea vers Textarea
|
||||||
- ✅ `components/markdownEditorTwoColumns/MarkdownEditorTwoColumns.tsx` - Migration de MarkdownPreview vers Card et textarea vers Textarea
|
- ✅ `components/markdownEditorTwoColumns/MarkdownEditorTwoColumns.tsx` - Migration de MarkdownPreview vers Card et textarea vers Textarea
|
||||||
|
- ✅ `components/markdownEditorTwoColumns/PagesManager.tsx` - Nettoyage des classes CSS redondantes dans Textarea (w-full, border, rounded, p-* gérés par le composant)
|
||||||
|
|
||||||
## Erreurs corrigées
|
## Erreurs corrigées
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user