diff --git a/components/solo/task-detail-dialog.tsx b/components/solo/task-detail-dialog.tsx index 8abedc0..6037a01 100644 --- a/components/solo/task-detail-dialog.tsx +++ b/components/solo/task-detail-dialog.tsx @@ -4,8 +4,12 @@ import { useRef, useState, useTransition } from 'react' import Link from 'next/link' import { toast } from 'sonner' import { Markdown } from '@/components/markdown' -import { Dialog, DialogContent, DialogHeader, DialogTitle } from '@/components/ui/dialog' -import { entityDialogContentClasses } from '@/components/shared/entity-dialog-layout' +import { Dialog, DialogContent, DialogTitle } from '@/components/ui/dialog' +import { + entityDialogBodyClasses, + entityDialogContentClasses, + entityDialogFooterClasses, +} from '@/components/shared/entity-dialog-layout' import { Badge } from '@/components/ui/badge' import { Button } from '@/components/ui/button' import { Textarea } from '@/components/ui/textarea' @@ -182,8 +186,8 @@ function TaskDetailContent({ task, productId, isDemo, repoUrl, onClose }: TaskDe return ( <> - -
+
+
{task.title} @@ -200,78 +204,80 @@ function TaskDetailContent({ task, productId, isDemo, repoUrl, onClose }: TaskDe {task.story_code && {task.story_code}} {task.story_title}

- +
+ +
+ {task.description && ( +
+

Beschrijving

+ {task.description} +
+ )} - {task.description && (
-

Beschrijving

- {task.description} +

Implementatieplan

+ +