From 8b10c608fca81e8c844444546b0b5227f2381d8f Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 5 Dec 2025 08:07:02 +0100 Subject: [PATCH] add data-feed-id to articles (#1983) --- commafeed-client/src/components/content/FeedEntry.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/commafeed-client/src/components/content/FeedEntry.tsx b/commafeed-client/src/components/content/FeedEntry.tsx index 41d6c826..8fd784ce 100644 --- a/commafeed-client/src/components/content/FeedEntry.tsx +++ b/commafeed-client/src/components/content/FeedEntry.tsx @@ -145,6 +145,7 @@ export function FeedEntry(props: Readonly) { component="article" id={Constants.dom.entryId(props.entry)} data-id={props.entry.id} + data-feed-id={props.entry.feedId} withBorder radius={borderRadius} className={cx(classes.paper, {