From a29af98e4bc2df045052a935030abe2e31ca22e1 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 7 Dec 2019 16:39:43 -0800 Subject: Adding RSS feeds for inbox and subscribed. Refactored RSS code. - Fixes #349 --- ui/src/components/inbox.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'ui/src/components/inbox.tsx') diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index bcde9363..39109a5d 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -92,11 +92,23 @@ export class Inbox extends Component {
- - - ## - - + + ## + + + + + # + + +
{this.state.replies.length + this.state.mentions.length > 0 && this.state.unreadOrAll == UnreadOrAll.Unread && ( -- cgit v1.2.3