feat(PBI-49): add BEM sub-element data-debug-id to components/backlog/*

This commit is contained in:
Scrum4Me Agent 2026-05-09 21:48:56 +02:00
parent a7ed817c6c
commit 82c0341ff3
7 changed files with 11 additions and 7 deletions

View file

@ -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
</Button>