mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
feat: red dot indicator for new unread articles
This commit is contained in:
@@ -98,7 +98,7 @@ export function TreeNode(props: TreeNodeProps) {
|
|||||||
<Box className="cf-treenode-unread-count">
|
<Box className="cf-treenode-unread-count">
|
||||||
<UnreadCount
|
<UnreadCount
|
||||||
unreadCount={props.unread}
|
unreadCount={props.unread}
|
||||||
newMessages={props.id === "all" ? true: false}
|
newMessages={props.id === "all" ? props.newMessages: false}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user