From 0b9f8708ab9c76fd1d7317aad4fb99511bcb6e22 Mon Sep 17 00:00:00 2001 From: Scrum4Me Agent <30029041+madhura68@users.noreply.github.com> Date: Sat, 9 May 2026 21:54:25 +0200 Subject: [PATCH] feat(PBI-49): add BEM sub-element data-debug-id to components/ideas/* --- components/ideas/idea-detail-layout.tsx | 4 +-- components/ideas/idea-list.tsx | 4 +-- components/ideas/idea-md-editor.tsx | 2 ++ components/ideas/idea-pbi-link-card.tsx | 3 +- components/ideas/idea-row-actions.tsx | 37 ++++++++++++++----------- components/ideas/idea-sync-tab.tsx | 4 ++- components/ideas/idea-timeline.tsx | 2 +- components/ideas/user-chat-input.tsx | 2 ++ 8 files changed, 35 insertions(+), 23 deletions(-) diff --git a/components/ideas/idea-detail-layout.tsx b/components/ideas/idea-detail-layout.tsx index 2284090..0a86514 100644 --- a/components/ideas/idea-detail-layout.tsx +++ b/components/ideas/idea-detail-layout.tsx @@ -144,7 +144,7 @@ export function IdeaDetailLayout({ {/* Header */} -
+

{idea.code}

{idea.title}

@@ -184,7 +184,7 @@ export function IdeaDetailLayout({ {/* Tab-switcher */} -