feat(shared): data-debug-id+label op form/select-componenten

This commit is contained in:
Scrum4Me Agent 2026-05-08 08:45:33 +02:00
parent 2a4dd1202a
commit 5df4ec95d4
5 changed files with 9 additions and 1 deletions

View file

@ -9,6 +9,8 @@ export function CodeBadge({ code, className }: CodeBadgeProps) {
if (!code) return null
return (
<span
data-debug-id="code-badge"
data-debug-label="CodeBadge — shared/code-badge.tsx"
className={cn(
'inline-flex items-center rounded-md border border-border bg-surface-container px-1.5 py-0.5 font-mono text-[11px] leading-none text-muted-foreground',
className,