From 924a31b89a744c74a114981f34123f35d5ca52be Mon Sep 17 00:00:00 2001 From: Scrum4Me Agent <30029041+madhura68@users.noreply.github.com> Date: Sat, 9 May 2026 22:27:23 +0200 Subject: [PATCH] feat(PBI-49): add BEM sub-element data-debug-id to components/notifications/* - answer-modal: __content (scroll area), __submit (footer) - notifications-bridge: skip comment (bridge, non-rendering wrapper) - notifications-realtime-mount: skip comment (returns null) - notifications-sheet: __header, __items (questions list) - push-toggle: __switch (button), __label (button text) on subscribed/unsubscribed states --- components/notifications/answer-modal.tsx | 4 ++-- .../notifications/notifications-bridge.tsx | 1 + .../notifications-realtime-mount.tsx | 1 + components/notifications/notifications-sheet.tsx | 4 ++-- components/notifications/push-toggle.tsx | 16 ++++++++++------ 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/components/notifications/answer-modal.tsx b/components/notifications/answer-modal.tsx index 553b69f..8473e32 100644 --- a/components/notifications/answer-modal.tsx +++ b/components/notifications/answer-modal.tsx @@ -98,7 +98,7 @@ export function AnswerModal({ question, isDemo, onClose }: AnswerModalProps) { -