Add a markdown/plain toggle to the planning summary description so users can preview formatted content before creating a task. - add a Description header toggle that switches between editable plain textarea and rendered markdown preview - render description preview with react-markdown and remark-gfm while preserving expand/collapse layout behavior - add preview container styles and spacing adjustments for summary form - add UI interaction test coverage for markdown toggle behavior and rendered heading/bold content - document the new markdown/plain description toggle in dashboard guide Files changed: docs/dashboard-guide.md | 1 + packages/dashboard/app/components/PlanningModeModal.css | 18 +++++++- packages/dashboard/app/components/PlanningModeModal.tsx | 32 ++++++++++--- packages/dashboard/app/components/__tests__/PlanningModeModal.ui-interactions.test.tsx | 54 ++++++++++++++++++++++ 4 files changed, 98 insertions(+), 7 deletions(-) Fusion-Task-Id: FN-5801 Fusion-Task-Lineage: 34972830-7d51-4fcd-bf00-3de8f5aff028
33 KiB
33 KiB