diff --git a/components/backlog/backlog-card.tsx b/components/backlog/backlog-card.tsx index a77c28a..26fab89 100644 --- a/components/backlog/backlog-card.tsx +++ b/components/backlog/backlog-card.tsx @@ -42,7 +42,7 @@ export const BacklogCard = forwardRef(function {...debugProps('backlog-card', 'BacklogCard', 'components/backlog/backlog-card.tsx')} >
-

{title}

+

{title}

{code && }
{(badge || actions) && ( diff --git a/components/backlog/empty-panel.tsx b/components/backlog/empty-panel.tsx index 9fdec7b..6fd531b 100644 --- a/components/backlog/empty-panel.tsx +++ b/components/backlog/empty-panel.tsx @@ -17,7 +17,7 @@ interface EmptyPanelProps { export function EmptyPanel({ title, message, action }: EmptyPanelProps) { return (
- {title &&

{title}

} + {title &&

{title}

}

{message}

{action && ( @@ -26,6 +26,7 @@ export function EmptyPanel({ title, message, action }: EmptyPanelProps) { variant="outline" disabled={action.disabled} onClick={action.disabled ? undefined : action.onClick} + {...debugProps('empty-panel__cta')} > {action.label} diff --git a/components/backlog/pbi-dialog.tsx b/components/backlog/pbi-dialog.tsx index ec079d7..64664dc 100644 --- a/components/backlog/pbi-dialog.tsx +++ b/components/backlog/pbi-dialog.tsx @@ -170,6 +170,7 @@ export function PbiDialog({ state, onClose, isDemo = false }: PbiDialogProps) { disabled={isDemo} aria-invalid={!!fieldError('title')} className={fieldError('title') ? 'border-error' : ''} + {...debugProps('pbi-dialog__title')} /> {fieldError('title') &&

{fieldError('title')}

}
@@ -209,7 +210,7 @@ export function PbiDialog({ state, onClose, isDemo = false }: PbiDialogProps) { Annuleren - diff --git a/components/backlog/pbi-list.tsx b/components/backlog/pbi-list.tsx index f16e468..77d8511 100644 --- a/components/backlog/pbi-list.tsx +++ b/components/backlog/pbi-list.tsx @@ -392,7 +392,7 @@ export function PbiList({ productId, isDemo }: PbiListProps) { return (
-
+
{filterPriority !== 'all' && ( - diff --git a/components/backlog/story-panel.tsx b/components/backlog/story-panel.tsx index 3fc86ad..c1dd2c1 100644 --- a/components/backlog/story-panel.tsx +++ b/components/backlog/story-panel.tsx @@ -261,7 +261,7 @@ export function StoryPanel({ productId, isDemo }: StoryPanelProps) { } /> -
+
{selectedPbiId === null ? ( ) : rawStories.length === 0 ? ( diff --git a/components/backlog/task-panel.tsx b/components/backlog/task-panel.tsx index 5fb9566..4f4f524 100644 --- a/components/backlog/task-panel.tsx +++ b/components/backlog/task-panel.tsx @@ -153,6 +153,7 @@ export function TaskPanel({ isDemo, closePath }: TaskPanelProps) { if (!selectedStoryId) return router.push(`${closePath}?newTask=1&storyId=${selectedStoryId}`) }} + {...debugProps('task-panel__actions')} > + Nieuwe taak